[
new DiscountItems({
include: {
collection_includes: "promo_temp-60off"
},regular_priced_only: true,
discount: new PercentageDiscount(60),message: "NOW 60% OFF - ENDS TONIGHT!",
display_messaging: true,
calculate_price: true,
stack: false,
type: "60% OFF",
colors: {
background: "#ffffff",
text: "#ff0000"
},
}),
new DiscountItems({
include: {
collection_includes: "promo_75-off"
},regular_priced_only: true,
discount: new PercentageDiscount(75),message: "75% OFF - ends tonight!",
display_messaging: true,
calculate_price: true,
stack: false,
type: "75% OFF BEANIES \u0026 PL BOXERS",
colors: {
background: "#ffffff",
text: "#ff0000"
},
}),
new DiscountItems({
include: {
collection_includes: "promo_temp-70off"
},regular_priced_only: true,
discount: new PercentageDiscount(70),message: "70% OFF - ends tonight!",
display_messaging: true,
calculate_price: true,
stack: false,
type: "70% Off",
colors: {
background: "#ffffff",
text: "#ff0000"
},
}),]