scotch / module-website-switcher
Displays website switcher
This package's canonical repository appears to be gone and the package has been frozen as a result.
dev-master
2022-02-22 05:31 UTC
Requires
- php: ~5.5.0|~5.6.0|~7.0.0|~7.1.0|~7.2.0|~7.3.0|~7.4.0
- magento/module-store: *
This package is not auto-updated.
Last update: 2025-03-19 19:29:18 UTC
README
This module adds a website switcher to the header of multi-website Magento installation.
Apache Configuration
This module will not work fully if the server (or Magento index.php) is not altered to pick up the store code cookie. Here's a sample that works in Apache 2.4:
SetEnvIf Cookie "store=([a-z]+)" MAGE_RUN_CODE=$1
SetEnvIf Cookie "store=[a-z]+" MAGE_RUN_TYPE=store
To do
- Some minor design changes may be required.