Closed
Description
Preconditions
- Magento 2.1 and 2.2
Steps to reproduce
We have two frontend storeviews in Magento 2.0.4, a French one and a German one. But the parent category url_key in the URL rewrites is always the German one, for both, the german and the french storeview.
Expected result
Expected URL rewrite for a sub-category:
https://example.com/fr/french-parent-category/french-sub-category/
Expected URL rewrite for a product:
https://example.com/fr/french-parent-category/french-product/
Actual result
Actual URL rewrite for sub-category:
https://example.com/fr/german-parent-category/french-sub-category/
Actual URL rewrite for a product:
https://example.com/fr/german-parent-category/french-product/