Commits
ResuBaka committed ce8dcaac9cf
Fix: Dynamic urls name should only be prefixed when appendStoreCode is true This is a fix for when you have the baseStore set to an storeView store for example de and have appendStoreCode false and url as /. Then it currently does not work when multistore is active. With this is does work as the base url is now the de store with no prefix in the dynamic url name.