Skip to content

fruitcake/magento2-simple-configurable-variants

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Magento2 Simple Configurable Products

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.

Screenshot 2025-08-20 at 10 00 01

Install

Require this module and enable it:

composer require fruitcake/magento2-simple-configurable-variants
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 Catalog or Catalog,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

About

Simple product variants instead of Configurable Products for Magento2

Resources

License

Stars

Watchers

Forks

Packages

No packages published