项目作者: faonni

项目描述 :
Magento2. Extension Smart Category rules dynamically change the product selection according to a set of conditions.
高级语言: PHP
项目地址: git://github.com/faonni/m2.SmartCategoryKit.git
创建时间: 2017-04-06T19:11:30Z
项目社区:https://github.com/faonni/m2.SmartCategoryKit

开源协议:Other

下载


Magento2 Smart Category

Extension is a full of Smart Categories functionality.

Category edit page

Magento2 Smart Category

Install with Composer as you go

  1. Go to Magento2 root folder

  2. Enter following commands to install module:

    For Magento CE 2.1.x

    1. composer require faonni/module-smart-category-kit:2.1.*

    For Magento CE 2.2.x

    1. composer require faonni/module-smart-category-kit:2.2.*

    For Magento CE 2.3.x

    1. composer require faonni/module-smart-category-kit:2.3.*

    For Magento CE 2.4.x

    1. composer require faonni/module-smart-category-kit:2.4.*

    Wait while dependencies are updated.

  3. Enter following commands to enable module:

    ```bash
    php bin/magento setup:upgrade
    php bin/magento setup:static-content:deploy