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

v0.1.0 2025-08-19 18:04 UTC

This package is auto-updated.

Last update: 2025-11-10 14:00:49 UTC


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.

Screenshot 2025-08-20 at 10 00 01

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 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