View Single Post
  #20  
Old 06-24-2015, 04:17 AM
  tony_sologubov's Avatar 
tony_sologubov tony_sologubov is offline
 

X-Cart team
  
Join Date: Jan 2009
Posts: 2,431
 

Default Re: Clean URLs in 5.2.5

Thanks guys for your opinions!

From what I have heard so far, there are two common cases:
1) If each product belongs to one and only category, there should be a single link for a product and it must be the same as canonical one. X-Cart does not work this way, but it will be hotifxed in 5.2.6.

2) If a product can belong to multiple categories, the domain.com/category/subcategory/product.html URL structure is preferable. You can set up X-Cart this way already if you go to etc/config.php and define the option there as follows:
Code:
use_canonical_urls_only = Off

If I forgot about some case, please let me know so we can find out a solution for it.

Thank you.

Tony
__________________
Found a bug in X-Cart? Post it to our bug tracker!
Know how to make X-Cart better? Suggest an idea!
Reply With Quote