[new Bxgy({
include: {
collection_includes: "promo_bogo-50-temp"
},buy: 1,
get: 1,
regular_priced_only: true,
best_discount: true,
discount: new PercentageDiscount(50),message: "BUY 1, GET 1 50% OFF!",
display_messaging: true,
calculate_price: false,
stack: false,
type: "BOGO 50%",
colors: {
background: "#ffffff",
text: "#ff0000"
},
}),
new DiscountItems({
include: {
collection_includes: "promo_70-off"
},regular_priced_only: true,
discount: new PercentageDiscount(70),message: "CLEARANCE - 70% OFF!",
display_messaging: true,
calculate_price: true,
stack: false,
type: "70% OFF",
colors: {
background: "#ffffff",
text: "#ff0000"
},
}),
new DiscountItems({
include: {
collection_includes: "promo_80-off"
},regular_priced_only: true,
discount: new PercentageDiscount(80),message: "CLEARANCE - 80% OFF!",
display_messaging: true,
calculate_price: true,
stack: false,
type: "80% OFF",
colors: {
background: "#ffffff",
text: "#ff0000"
},
}),]