[new Bxgy({
include: {
collection_includes: "promo_3-for-1"
},buy: 1,
get: 2,
regular_priced_only: true,
best_discount: true,
discount: new PriceDiscount(0),message: "EASTER SALE - NOW BUY 1, GET 2 FREE!",
display_messaging: true,
calculate_price: false,
stack: false,
type: "BOGO 2 FREE",
colors: {
background: "#ffffff",
text: "#ff0000"
},
}),
new DiscountItems({
include: {
collection_includes: "promo_temp-80off"
},regular_priced_only: false,
discount: new PercentageDiscount(80),message: "CLEARANCE - NOW 80% OFF!",
display_messaging: true,
calculate_price: true,
stack: false,
type: "80% Off",
colors: {
background: "#ffffff",
text: "#ff0000"
},
}),
new DiscountItems({
include: {
collection_includes: "promo_markdown_-25"
},regular_priced_only: true,
discount: new PriceDiscount(24.99),message: "CLEARANCE - NOW 60% OFF!",
display_messaging: true,
calculate_price: true,
stack: false,
type: "$24.99 Sets",
colors: {
background: "#ffffff",
text: "#ff0000"
},
}),]