fruitcake / magento2-simple-configurable-variants
Magento2 Simple Configurable Variants
Installs: 0
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 0
Forks: 0
Open Issues: 0
Type:magento2-module
pkg:composer/fruitcake/magento2-simple-configurable-variants
Requires
- php: ^8.2
README
Magento 2 has Configurable Products, but some people prefer simple products for SEO or visibility on the listing pages. This module adds an alternative method to show simple products, but link the simple products to other products, as variants on their own page.
Install
Download the .zip of this repository, place the contents in app/code/Fruitcake/SimpleConfigurableVariants and enable the module.
php bin/magento module:enable Fruitcake_SimpleConfigurableVariants
php bin/magento setup:upgrade
Configuration
In the admin config, go to Catalog -> Catalog -> Simple Configurable products and enable the module.
You can choose to hide out-of-stock products and/or unavailable options.
Usage
- Create a configurable product as usual
- Make the simple products visible (either
CatalogorCatalog,Search) - Add one or more simple products to your category, instead of the configurable
Extending
Feel free to override the variants.phtml file, but make sure you check future changes
Todo / future ideas
- Option for dropdown instead of swatches
- Show product images
License
MIT