e-conomix / module-smart-category-configurable
可配置产品的SmartCategory功能。
2.0.10
2018-09-25 09:55 UTC
Requires
- faonni/module-smart-category: ~2.2.9
- magento/module-configurable-product: 100.1.*|100.2.*
This package is auto-updated.
Last update: 2024-09-24 17:09:36 UTC
README
来自可配置产品的SmartCategory功能。扩展依赖于Smart Category,并且不单独使用。
分类编辑页面
兼容性
Magento CE 2.1.x, 2.2.x
安装
在安装之前,您必须首先安装模块 Smart Category。
通过Composer安装(推荐)
安装模块 Smart Category。将自动安装Smart Category Configurable的相应版本。
手动安装
-
创建一个文件夹 {Magento根目录}/app/code/Faonni/SmartCategoryConfigurable
-
下载相应的最新版本
-
将解压的内容复制到文件夹中({Magento根目录}/app/code/Faonni/SmartCategoryConfigurable)
安装完成
-
进入Magento2根目录
-
输入以下命令
php bin/magento setup:upgrade php bin/magento setup:di:compile php bin/magento setup:static-content:deploy (optional)