[
new DiscountItems({
include: {
collection_includes: "flash10"
},regular_priced_only: false,
discount: new PriceDiscount(9.99),message: "ONLINE ONLY - NOW $9.99 - LIMITED TIME!",
display_messaging: true,
calculate_price: true,
stack: false,
type: "FLASH10",
colors: {
background: "#ffffff",
text: "#c90000"
},
}),
new DiscountItems({
include: {
collection_includes: "flash-15"
},regular_priced_only: false,
discount: new PriceDiscount(14.99),message: "ONLINE ONLY - NOW $14.99 - LIMITED TIME!",
display_messaging: true,
calculate_price: true,
stack: false,
type: "FLASH-15",
colors: {
background: "#ffffff",
text: "#c90000"
},
}),
new DiscountItems({
include: {
collection_includes: "flash"
},regular_priced_only: false,
discount: new PriceDiscount(19.99),message: "ONLINE ONLY - NOW $19.99 - LIMITED TIME!",
display_messaging: true,
calculate_price: true,
stack: false,
type: "FLASH",
colors: {
background: "#ffffff",
text: "#c90000"
},
}),
new DiscountItems({
include: {
collection_includes: "cp3-70-2024"
},regular_priced_only: false,
discount: new PriceDiscount(2.99),message: "CLEARANCE - NOW 70% OFF!",
display_messaging: true,
calculate_price: true,
stack: false,
type: "CP3-70-2024( Clearance tag )",
colors: {
background: "#ffffff",
text: "#c90000"
},
}),
new DiscountItems({
include: {
collection_includes: "cp3-75-2024"
},regular_priced_only: false,
discount: new PriceDiscount(2.99),message: "CLEARANCE - NOW 75% OFF!",
display_messaging: true,
calculate_price: true,
stack: false,
type: "CP3-75-2024( Clearance tag )",
color