The Home for Magento 2 Excellence

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

748 Modules
496 Ready
245 Need Help
🏆 Leaderboard
Stable vv1.0.0

Sales Rule Extended Groups

pushonltd/module-sales-rule-extended-groups

A Magento 2 module that enhances Cart Price Rules by enabling application to all customer groups, including those created after the rule itself.

962
Downloads
Below average
2
GitHub Stars
Below average
10mo ago
Last Release
0
Open Issues
Build Passing
Ready to install

Build Tests

Composer Install
DI Compile
Templates

Code Quality

CS Coding Standard
12 warnings
PHPStan Level 8

Tested on Magento 2.4.8-p4

Recent Test History

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

vv1.0.0 on Magento 2.4.8-p4
Mar 21, 2026
vv1.0.0 on Magento 2.4.8-p3
Dec 16, 2025

Share This Module's Status

Sales Rule Extended Groups Magento compatibility status badge

README

Loaded from GitHub

SalesRuleExtendedGroups

Enhances the Cart Price Rules functionality by allowing Cart Price Rules to be applied to all customer groups, even if they have been created later.

Functionality

  • Adds a new option "All Groups" in the Customer Group field for Cart Price Rules.
  • Simplifies the application of discounts to all customer groups without manually selecting each one.
  • Applies the Cart Price Rule to customer groups, which have been created after corresponding Cart Price Rule.

Installation

To install the module, run the following commands from your Magento 2 root directory:

composer require pushonltd/module-sales-rule-extended-groups
bin/magento setup:upgrade
bin/magento setup:di:compile
bin/magento setup:static-content:deploy

Usage

After installation, navigate to Marketing > Cart Price Rules in the Magento Admin Panel. When creating or editing a rule, you'll find the switcher "Apply rule to all Customer Groups?" under the Customer Groups field.
Enabling it applies the rule to all customer groups.

Cart Rule Edit Page

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.