[new Bxgy({
include: {
collection_includes: "promo-bogofree"
},buy: 1,
get: 1,
regular_priced_only: true,
best_discount: true,
discount: new PriceDiscount(0),message: "BUY 1, GET 1 FREE!",
display_messaging: true,
calculate_price: false,
stack: false,
type: "BOGO FREE",
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"
},
}),
new DiscountItems({
include: {
collection_includes: "promo_spring-5"
},regular_priced_only: true,
discount: new PriceDiscount(4.99),message: "CLEARANCE - $4.99",
display_messaging: true,
calculate_price: true,
stack: false,
type: "SPRING $5",
colors: {
background: "#ffffff",
text: "#ff0000"
},
}),
new DiscountItems({
include: {
collection_includes: "promo_markdown_10"
},regular_priced_only: true,
discount: new PriceDiscount(9.99),message: "CLEARANCE - $9.99!",
display_messaging: true,
calculate_price: true,
stack: false,
type: "MARKDOWN $10",
colors: {
background: "#ffffff",
text: "#ff0000"
},
}),
new DiscountItems({
include: {
collection_includes: "promo_markdown_15"
},regular_priced_only: true,
discount: new PriceDiscount(14.99),message: "CLEARANCE - $14.99!",
display_messaging: true,
calculate_price: true,
stack: false,
type: "MARKDOWN $15",
colors: {
background: "#ffffff",
text: "#ff0000"
},
}),]