faonni / module-smart-category-configurable
SmartCategory functionality from configurable products.
Installs: 55 583
Dependents: 1
Suggesters: 2
Security: 0
Stars: 13
Watchers: 5
Forks: 10
Open Issues: 1
Type:magento2-module
Requires
- faonni/module-smart-category: 2.4.*
- magento/module-configurable-product: 100.4.*
README
SmartCategory functionality from Configurable products. Extension has a dependency on Smart Category and not used individually.
Category edit page
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
-
Create a folder {Magento root}/app/code/Faonni/SmartCategoryConfigurable
-
Download the corresponding latest version
-
Copy the unzip content to the folder ({Magento root}/app/code/Faonni/SmartCategoryConfigurable)
Completion of installation
-
Go to Magento2 root folder
-
Enter following commands:
php bin/magento setup:upgrade php bin/magento setup:di:compile php bin/magento setup:static-content:deploy (optional)