The custom promotion module enables you to add a new approach to product category discount.
composer require maxsouza/module-custom-promotion
php bin/magento module:enable
php bin/magento setup:upgrade
- Copy module to folder app/code/MaxSouza/CustomPromotion and run commands:
php bin/magento setup:di:compile
php bin/magento setup:upgrade
The management options can be found under Marketing > Promotions > Custom Promotion.
Add, edit, delete custom promotions
- Magento 2.4.4 +
- PHP 8.0 +
OSL-3.0