Hi,
I want to modify the standard url-slug for product-categories in a more SEO-friendly slug, from shop/category/<catname>-<catid> to shop/<catname> in default language, /en/shop/<catname> in english. Overriding the category controller works, but it messes up navigation (language switch has the wrong slug, top menu doesn't recognize active url anymore). Is there a more viable way for modifying this?