scotch / module-website-switcher
显示网站切换器
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: 2024-10-02 17:04:25 UTC
README
此模块向多网站安装的 Magento 头部添加网站切换器。
Apache 配置
如果服务器(或 Magento index.php)未修改以获取商店代码cookie,则此模块将无法完全工作。以下是在 Apache 2.4 中工作的示例。
SetEnvIf Cookie "store=([a-z]+)" MAGE_RUN_CODE=$1
SetEnvIf Cookie "store=[a-z]+" MAGE_RUN_TYPE=store
待办事项
- 可能需要一些小的设计更改。