Broadleaf CartRules 2.2.6-GA
Released on January 21, 2022
This is the 6th patch release for the Broadleaf CartRules 2.2.x module.
An at-a-glance view of the issues that were closed in this release:
Enhancements(1)
- Added support for the ability to use minimum qualifying item subtotal with Cart Rules. This will require a schema change and a property to enable.
- Property to enable:
enable.weave.cartrule.qualifyingMinSubTotal
- SQL to add column:
sql ALTER TABLE `blc_cart_rule` ADD `QUALIFYING_MIN_TOTAL` decimal(19,5);
- Property to enable:
Total Resolved Issues: 1