https://github.com/karliuka/m2.smartcategoryconfigurable
Magento2. SmartCategory functionality from Configurable products.
https://github.com/karliuka/m2.smartcategoryconfigurable
configurable-products magento2 magento2-extension rule smart smart-category
Last synced: about 1 year ago
JSON representation
Magento2. SmartCategory functionality from Configurable products.
- Host: GitHub
- URL: https://github.com/karliuka/m2.smartcategoryconfigurable
- Owner: karliuka
- License: osl-3.0
- Created: 2017-01-11T22:27:11.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2021-10-31T11:37:50.000Z (over 4 years ago)
- Last Synced: 2025-04-12T05:38:31.154Z (about 1 year ago)
- Topics: configurable-products, magento2, magento2-extension, rule, smart, smart-category
- Language: PHP
- Homepage:
- Size: 51.8 KB
- Stars: 13
- Watchers: 4
- Forks: 11
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: COPYING.txt
Awesome Lists containing this project
README
# Magento2 Smart Category Configurable
SmartCategory functionality from Configurable products. Extension has a dependency on [Smart Category](https://github.com/karliuka/m2.SmartCategory) 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](https://github.com/karliuka/m2.SmartCategory).
#### Install via Composer (recommend)
Install the module [Smart Category](https://github.com/karliuka/m2.SmartCategory). 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](https://github.com/karliuka/m2.SmartCategoryConfigurable/releases)
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:
```bash
php bin/magento setup:upgrade
php bin/magento setup:di:compile
php bin/magento setup:static-content:deploy (optional)