Skip to content

Magento2. SmartCategory functionality from Configurable products.

License

OSL-3.0, Unknown licenses found

Licenses found

OSL-3.0
LICENSE.txt
Unknown
COPYING.txt
Notifications You must be signed in to change notification settings

karliuka/m2.SmartCategoryConfigurable

Repository files navigation

Magento2 Smart Category Configurable

SmartCategory functionality from Configurable products. Extension has a dependency on Smart Category and not used individually.

Category edit page

Magento2 Smart Category

Compatibility

Magento CE 2.1.x, 2.2.x, 2.3.x, 2.4.x

Install

Before installing, you must first install the module Smart Category.

Install via Composer (recommend)

Install the module Smart Category. The corresponding version of the Smart Category Configurable will be installed automatically.

Manual Installation

  1. Create a folder {Magento root}/app/code/Faonni/SmartCategoryConfigurable

  2. Download the corresponding latest version

  3. Copy the unzip content to the folder ({Magento root}/app/code/Faonni/SmartCategoryConfigurable)

Completion of installation

  1. Go to Magento2 root folder

  2. Enter following commands:

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