e-conomix/module-smart-category-configurable

可配置产品的SmartCategory功能。

安装: 729

依赖者: 0

建议者: 0

安全: 0

星标: 0

关注者: 5

分支: 10

类型:magento2-module

2.0.10 2018-09-25 09:55 UTC

This package is auto-updated.

Last update: 2024-09-24 17:09:36 UTC


README

来自可配置产品的SmartCategory功能。扩展依赖于Smart Category,并且不单独使用。

分类编辑页面

Magento2 Smart Category

兼容性

Magento CE 2.1.x, 2.2.x

安装

在安装之前,您必须首先安装模块 Smart Category

通过Composer安装(推荐)

安装模块 Smart Category。将自动安装Smart Category Configurable的相应版本。

手动安装

  1. 创建一个文件夹 {Magento根目录}/app/code/Faonni/SmartCategoryConfigurable

  2. 下载相应的最新版本

  3. 将解压的内容复制到文件夹中({Magento根目录}/app/code/Faonni/SmartCategoryConfigurable)

安装完成

  1. 进入Magento2根目录

  2. 输入以下命令

    php bin/magento setup:upgrade
    php bin/magento setup:di:compile
    php bin/magento setup:static-content:deploy  (optional)