According to this article http://world.episerver.com/documentation/Items/Developers-Guide/Episerver-Commerce/9/Routing/Routing/, it's not possible for different content to have the same "Name in Url".
In my case, I want to have multiple products with the same "Name in Url", but placed under different nodes. This would generate unique url:s like:
CMS/Commerce Verions = 9.12.2 / 9.23.0
According to this article http://world.episerver.com/documentation/Items/Developers-Guide/Episerver-Commerce/9/Routing/Routing/, it's not possible for different content to have the same "Name in Url".
In my case, I want to have multiple products with the same "Name in Url", but placed under different nodes. This would generate unique url:s like:
- domain.com/node1/product1
- domain.com/node2/product1
- domain.com/node3/product1
Is this possible to achieve?