2017 © Pedro Peláez
 

magento2-module magento2-store-switcher-url-fix

Fixes the URL used for switching to a specific store view page for which a URL rewrite exists.

image

vladflonta/magento2-store-switcher-url-fix

Fixes the URL used for switching to a specific store view page for which a URL rewrite exists.

  • Monday, March 26, 2018
  • by vladflonta
  • Repository
  • 1 Watchers
  • 0 Stars
  • 128 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 2 Versions
  • 137 % Grown

The README.md

Magento 2 Store Switcher URL Fix

Fixes the URL used for switching to a specific store view page for which a URL rewrite exists. The issue can be observed for URLs which have an even number of segments greater than 3 - excluding the store code segment if present (e.g. http://example.com/en/shop/with/multilevel/categories.html would throw a 404 error when switching to a different store view)., (*1)

Installation steps

  1. Get the module via composer, (*2)

    composer require "vladflonta/magento2-store-switcher-url-fix":"~1.0"
    

    or via git, (*3)

    git clone https://github.com/vladflonta/magento2-store-switcher-url-fix app/code/VladFlonta/StoreSwitcherUrlFix
    
  2. Enable module, (*4)

bin/magento module:enable VladFlonta_StoreSwitcherUrlFix
bin/magento setup:upgrade

License

This project is licensed under the Open Software License (OSL 3.0), (*5)

The Versions

26/03 2018

dev-master

9999999-dev

Fixes the URL used for switching to a specific store view page for which a URL rewrite exists.

  Sources   Download

OSL-3.0

The Requires

  • magento/module-url-rewrite >=100.0.2

 

26/03 2018

1.0.0

1.0.0.0

Fixes the URL used for switching to a specific store view page for which a URL rewrite exists.

  Sources   Download

OSL-3.0

The Requires

  • magento/module-url-rewrite >=100.0.2