actiview / magento2-sales-rule-condition-not-in-sale
Module for Magento 2 that adds a condition to sales rules that excludes products in sale (with applied catalog rule or active special price)
Installs: 4
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 0
Forks: 0
Open Issues: 0
Type:magento2-module
Requires
- php: >=8.1
- magento/framework: 103.0.*
- magento/module-catalog-rule: 101.2.*
README
Module for Magento 2 that adds a condition to sales rules that excludes products in sale (with applied catalog rule or active special price).
Features
- Adds "Additional Conditions" group with "Is In Sale" condition to product conditions in Sales Rules (cart prices rules).
- Condition validates
simple
andvirtual
products, other product types are skipped.
The "Is In Sale" condition checks if a product has an active catalog price rule or active special price that is lower than the regular price.
Installation
Install the module through Composer or manually, then activate the module.
Composer
composer actiview/magento2-sales-rule-condition-not-in-sale
Manually
Download the module and copy the files in the src
directory to app/code/Actiview/SalesRuleConditionNotInSale
.
Activate
bin/magento module:enable Actiview_SalesRuleConditionNotInSale bin/magento cache:clean
Support
For issues or feature requests, please open an issue on the GitHub repository.
License
This module is licensed under the Open Software License 3.0 (OSL-3.0).