This is a bit of a strange one, I know
Say I currently have two categories named 'United States' and 'United Kingdom' with some products duplicated in each category.
Using the Multisite add-on, and plenty of geo-targeting these products are then served to their respective countries' sub-domains.
Currently, only one country uses ceon mapping uri's with the other countries' duplicate products keeping the default zen url, like
us.mydomain.com/product1-url
gb.mydomain.com/index.php?main_page=product_info&cPath=1111&products_id=2222
I'm toying with the idea of getting the duplicates in both countries to have the same uri mapping, like
us.mydomain.com/product1-url
gb.mydomain.com/product1-url
It IS possible to create duplicate uri's in the database but doing that 'breaks' both products = 'product not found"
No doubt CEON mapping is doing its best to resist these duplicate uri's but I wondered whether there was a way to successfully have two products with the same uri mapping?