Note that there are some explanatory texts on larger screens.

plurals
  1. PO
    primarykey
    data
    text
    <p>Firstly, you should change your <a href="https://github.com/opencart/opencart/blob/master/upload/catalog/controller/common/seo_url.php" rel="nofollow">https://github.com/opencart/opencart/blob/master/upload/catalog/controller/common/seo_url.php</a> file and <a href="https://github.com/opencart/opencart/blob/master/upload/system/library/url.php" rel="nofollow">https://github.com/opencart/opencart/blob/master/upload/system/library/url.php</a> file for basicly solution. You should create a rules for all the links.</p> <p>For example, product page link should be </p> <pre><code>[BASE_URL]/[STORE_NAME]/[MANUFACTURER_SEO]/[product_SEO] =&gt; product page [BASE_URL]/[STORE_NAME]/[MANUFACTURER_SEO] =&gt; manufaturer page [BASE_URL]/[STORE_NAME]/[CATEGORY_SEO] =&gt; category page [BASE_URL]/[STORE_NAME]/[CATEGORY_SEO]/[CATEGORY_SEO] =&gt; sub category page ...etc. </code></pre> <p>After that, you should implement them in <a href="https://github.com/opencart/opencart/blob/master/upload/catalog/controller/common/seo_url.php" rel="nofollow">https://github.com/opencart/opencart/blob/master/upload/catalog/controller/common/seo_url.php</a> file.</p> <p>On the other hand, you can chage you <code>url_alias</code> data when the elements save. For example, opencart save the product or categories seo keywords as <code>ipod-classic</code>,... etc. You can save all like what you want, <code>apple/ipod/classic</code>. And change your <a href="https://github.com/opencart/opencart/blob/master/upload/catalog/controller/common/seo_url.php" rel="nofollow">https://github.com/opencart/opencart/blob/master/upload/catalog/controller/common/seo_url.php</a> file and continue. </p>
    singulars
    1. This table or related slice is empty.
    plurals
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload