magereactor/bundle-extended

MageReactor BundleExtended

Installs: 9

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 1

Forks: 0

Type:magento2-module

2.0.0 2021-11-23 20:59 UTC

This package is auto-updated.

Last update: 2024-09-24 03:28:34 UTC


README

Magento 2 module that provides Budle of Configurable Products

Install

Composer

composer require magereactor/bundle-extended

Compatiblity

Currently this module is compatible with Magento 2.4.x

Enable Module

php bin/magento module:enable MageReactor_BundleExtended
php bin/magento setup:upgrade
php bin/magento setup:di:compile
php bin/magento setup:static-content:deploy -f

You may need to Flush Magento Cache after installation.