mhinspeya / module-combinationdiscount
Enhance your Magento 2 store with the Combo Box Plugin, designed to offer customized dropdown options and apply combo discounts on products.
This package's canonical repository appears to be gone and the package has been frozen as a result.
1.0.0
2024-08-26 13:41 UTC
Requires
- mhinspeya/backend-mod: ^1.0
This package is not auto-updated.
Last update: 2025-04-08 14:43:24 UTC
README
``mhinspeya/module-combinationdiscount``
Installation
* = in production please use the --keep-generated
option
Type 1: Zip file
- Unzip the zip file in
app/code/MHinspeya
- Enable the module by running
php bin/magento module:enable MHinspeya_Combinationdiscount
- Apply database updates by running
php bin/magento setup:upgrade
* - Flush the cache by running
php bin/magento cache:flush
Type 2: Composer
- Make the module available in a composer repository for example:
- Install the module composer by running
composer require mhinspeya/module-combinationdiscount
- enable the module by running
php bin/magento module:enable MHinspeya_Combinationdiscount
- apply database updates by running
php bin/magento setup:upgrade
* - Flush the cache by running
php bin/magento cache:flush