I'm building an e-commerce based on Opencart and I'm now working on SEO optimization.
My problem is that the featured products in homepage generates wrong urls for products detail.
For example, if I have a "Category A" with a product "Shoe", if I navigate inside the category list, and then click on the product, it's all correct, the url become
http://myshop.com/category-a/shoe
but, if I enable the "featured module" and put it in homepage, with the same product, and I click on it, the URL become
missing the "category-a" part.
How can I fix it?