📊 State of Magento 2025

The Home for Magento 2 Excellence

Quality-tested Magento 2 modules. Explore. Evaluate. Elevate. #magento2

613 Modules
401 Ready
211 Need Help
🏆 Leaderboard
Potentially Abandoned v1.0.1

Magento 2 Discount Limiter

magepsycho/magento2-discountlimit

Sets a maximum discount amount for percentage-based cart rules. Allows limiting the total discount applied from a percentage-based promotion.

11,126
Downloads
Below average
11
GitHub Stars
Below average
3y ago
Last Release
1
Open Issues
Build Issues
2/3 checks passed

Build Tests

Composer Install
DI Compile
Templates

Code Quality

CS Coding Standard
1 error , 74 warnings
PHPStan Failed

Tested on Magento 2.4.8-p3

Recent Test History

Each release is tested against the latest Magento version at that time.

v1.0.1 on Magento 2.4.8-p3
Dec 28, 2025

Looking for Contributors

Dependency injection compilation fails. Your contribution could help the entire Magento community!

Contribute

Share This Module's Status

Magento 2 Discount Limiter Magento compatibility status badge

README

Loaded from GitHub

Magento 2 Discount Limiter

Magento 2 Discount Limiter

Packagist Version Packagist Downloads Supported Magento Versions License

Overview

Magento 2 Discount Limiter allows setting the maximum discount amount (upper limit) for a percentage-based cart rule.

Store owners run different promotional activities to attract customers and grow sales.
One of the discounts they often want to use is percentage-based but with some limits.
For example: Get 10% OFF but up to 50$ only.

By default, Magento doesn't have such a feature of setting the maximum amount of discount (upper limit) in the cart rule.
But with this extension, you are all set to go.

Key Features

  • Option to enable/disable the extension as per store
  • Option to set the maximum amount discount

Feature Highlights

Limit Discount Amount

With this extension, the store admin can set the upper limit (maximum discount) for any percentage-based cart rule.

Some use cases:

  • Flat 10% OFF, up to 50$
  • 10% OFF for first order, up to 25$
  • etc.

M2 Discount Limiter - Cart Rule Edit Page

M2 Discount Limiter - Storefront Cart Page

🛠️ Installation

1 Using Composer (Preferred)

composer require magepsycho/magento2-discountlimit

2 Using Modman

modman init
modman clone git@github.com:MagePsycho/magento2-discount-amount-limiter.git

3 Using Zip File

  • Download the Extension Zip File
  • Extract & upload the files to /path/to/magento2/app/code/MagePsycho/DiscountLimit/

After installation by either means, activate the extension with following steps

  1. Enable the module
php bin/magento module:enable MagePsycho_DiscountLimit --clear-static-content
php bin/magento setup:upgrade
  1. Flush the store cache
php bin/magento cache:flush
  1. Deploy static content - in Production mode only
rm -rf pub/static/* var/view_preprocessed/*
php bin/magento setup:static-content:deploy
  1. Go to Admin > MARKETING > Discount Limiter > Manage Settings

Live Demo:

Changelog

Version 1.0.0 (2022-01-24)

  • Initial Release.

Authors

  • Raj KB Twitter Follow

Contributors

Contributors

To Contribute

Any contribution to the development of Magento 2 Discount Limiter is highly welcome.
The best possibility to provide any code is to open a pull request on GitHub.

Need Support?

If you encounter any problems or bugs, please create an issue on GitHub.

Please visit our store for more FREE / paid extensions OR contact us for customization / development services.

This content is fetched directly from the module's GitHub repository. We are not the authors of this content and take no responsibility for its accuracy, completeness, or any consequences arising from its use.