Hi,
In the Ecommerce module, we have a product group attached to two different parent groups. It works nice and the group is displayed in both parent hierarchies.
The URL are generated with only the product name. This way, two pages are created for every product:
- Page 1
- URL: myweb/product-name
- Canonical: myweb/product-name-1
- Page 2
- URL: myweb/product-name-1
- Canonical: myweb/product-name-1
Is it possible to generate only one page per product? that is to remove Page 2
And more important, how can we avoid the -1 in the canonical of Page 1?
Regards,
Tomas