Broadleaf AdvancedOffer 3.2.7-GA
Released on September 30, 2022
This is the 7th patch release for the Broadleaf Advanced Offer 3.2.x module.
An at-a-glance view of the issues that were closed in this release:
Minor Bug(1)
- When creating an offer of type 'Item Discount', a rule box for selecting 'Shipping Criteria' appears which is not related to the type. Fixed that issue but it requires following DB update:
--Enable shipping criteria for Shipping discount offer type:
UPDATE BLC_OFFER_DEP_FLD SET IS_HIDDEN = false WHERE OFFER_DEP_FLD_ID = -14904;
--Hide shipping criteria for Item discount offer type:
UPDATE BLC_OFFER_DEP_FLD SET IS_HIDDEN = true WHERE OFFER_DEP_FLD_ID = -14704;
Enhancements(1)
- Updated copyright dates and headers in all the files and updated BLC dependencies.
Total Resolved Issues: 2