mhinspeya / outfitbundles
使用我们的服装和捆绑模块简化您的购物体验。只需一键即可轻松将多个产品添加到购物车,节省您的时间和麻烦。发现精选集合和便利捆绑包,让您可以比以往任何时候都更容易在一处找到所需的所有商品。
1.0.0
2024-06-03 09:45 UTC
Requires
- mhinspeya/backend-mod: ^1.0
Suggests
- mhinspeya/backend-mod: Support Configuration
This package is not auto-updated.
Last update: 2024-09-24 06:31:40 UTC
README
使用我们的服装和捆绑模块简化您的购物体验。只需一键即可轻松将多个产品添加到购物车,节省您的时间和麻烦。发现精选集合和便利捆绑包,让您可以比以往任何时候都更容易在一处找到所需的所有商品。
关键特性
- 一键添加到购物车:允许客户一键添加多个产品到购物车。
- 精选集合:展示预选的产品捆绑包,以增强购物便利性。
- 与Hyva兼容:完全兼容Hyva主题,实现无缝集成。
- 后端管理:直接从Magento后端管理和配置服装和捆绑包。
安装
手动安装
- 下载模块包。
- 解压缩包并将内容上传到您的Magento安装的
app/code/MHinspeya/OutfitsBundles
目录。 - 在您的Magento根目录中运行以下命令
bin/magento module:enable MHinspeya_OutfitsBundles
bin/magento setup:upgrade
bin/magento setup:di:compile
bin/magento setup:static-content:deploy
清除缓存
bin/magento cache:clean bin/magento cache:flush
Composer安装
通过Composer要求模块:
composer require mhinspeya/outfitbundles
在您的Magento根目录中运行以下命令
bin/magento module:enable MHinspeya_OutfitsBundles
bin/magento setup:upgrade
bin/magento setup:di:compile
bin/magento setup:static-content:deploy
清除缓存
bin/magento cache:clean
bin/magento cache:flush
配置
导航到Magento后端。
转到
商店 > 配置 > Inspeya > 服装和捆绑包
。根据需要配置模块设置。
要求
- Magento 2.x
mhinspeya/backend-mod module
(支持配置)