[osCommerce] Show category in product url?
[osCommerce] Show category in product url?
I don't know if this is a bug or not. When I create a product within a category and acces it it will give me a SEO url for that product but not with the category name in it.
"product a" will give me:
mydomain.com/product-a-99/
but could it also give me:
mydomain.com/some-category-5/product-a-99/
?
The longer version is nicer.
Well maybe this can't be done because one product may reside in multiple categories?
Don't know if it matters but I have category depth set at 2.
"product a" will give me:
mydomain.com/product-a-99/
but could it also give me:
mydomain.com/some-category-5/product-a-99/
?
The longer version is nicer.
Well maybe this can't be done because one product may reside in multiple categories?
Don't know if it matters but I have category depth set at 2.
Re: [osCommerce] Show category in product url?
Please set the uri_mode to "normal" in includes/msu_tweak.ini file.
Re: [osCommerce] Show category in product url?
Great, that did the trick!