This is a marketing campaign that is meant to stimulate sales of items in “Buy 4 Pay 3” product category.
This promotion is configured using a Shopping Cart Price Rule and some custom code in “Ecomgems_Addons_Model_Amrules_Observer” (look for “3=4 logic START” and “3=4 logic END”) that is needed to prevent Volume Discount rules from being applied to items that participated and triggered “Buy 4 Pay 3” promotion. Magento natively does not support avoiding applying discounts to cart items that already received a discount from another rule, so we needed this custom solution.
This promotion only applies to products placed into “Buy 4 Pay 3” product category.
To stop this feature you would need to in Magento Admin:
- disable “Buy 4 Pay 3” product category by setting “Is Active” field to “No”. Save.
- disable “Buy 3 get 4 Rubbers” Shopping Cart Price Rule by setting “Status” field to “Inactive”. Save.