spree-contrib / spree_globalize

Adds support for model translations (multi-language stores) using Globalize gem
https://spreecommerce.org
BSD 3-Clause "New" or "Revised" License
24 stars 102 forks source link

Changing language on product page does not update slug #94

Open mrbrdo opened 2 years ago

mrbrdo commented 2 years ago

When you are on a product page and change the language, it will produce a 404 because the slug is different for the other language.

Not sure if this is caused by this gem or spree_legacy_frontend. Seems like a basic and essential feature that is missing though. I found github issues pointing this out 8 years ago and surprised it's still the case. Is there a workaround?