I'm on Magento Version Enterprise 1.13.1.0 and trying to change a product to have the URL key as default value. This is because I'm gonna have same url key for both of my stores.
I got 2 stores UK and AU which got to share same URL key for this product (I have many products already doing it), but every time I select "Use Default" and save, product get saved but URL key remains the same as what I had before at store level. And "Use Default" check box get unchecked automatically.
Current values for URL keys are some thing like below,
Default Value : lunch-bag-red
AU Store Value : lunch-bag-red
UK Store Value : lunch-bag-red-temp
Result I'm After is,
Default Value : lunch-bag-red
AU Store Value : Use Default
UK Store Value : Use Default
I looked at the URL re-writes section and tried to do the above after deleting any URL re-writes available for that product, but no luck.
Ran URL re-indexer at different occasions, in deferent sequences, nothing helped me to change the product to use default.
But one more thing, in my AU store URL key was same as default URL Key with "Use Default" unchecked. I'm not sure how it had happen when duplicate URLs aren't possible in magento.
I'm trying to fix this for more than 2hrs now, unfortunately nothing really worked.
Does any one faced similar issue before? Or anyone out there know a workaround for this?