The Home for
Magento Excellence

Explore. Discover. Elevate. #magento

162
Modules Tested
98
Ready for Magento 2.4
64
Need Your Help
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.

669
Downloads
Below average
1
GitHub Stars
Below average
6mo ago
Last Release
0
Open Issues
Build Passing
Ready to install

Build Tests

Composer Install
DI Compile
Templates

Code Quality

CS Coding Standard
L1 PHPStan

Tested on Magento 2.4.8-p3

Recent Test History

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

vv1.0.0 on Magento 2.4.8-p3
Dec 16, 2025
GitHub Repository
Source code & docs
Packagist
Version history
Issues & Support
Get help or report bugs

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.

Back to All Modules