[
new DiscountItems({
include: {
collection_includes: "sale-23"
},regular_priced_only: false,
discount: new PriceDiscount(19.99),message: "NOW ONLY $19.99!",
display_messaging: true,
calculate_price: true,
stack: false,
type: "SALE -23",
colors: {
background: "#ffffff",
text: "#c90000"
},
}),
new DiscountItems({
include: {
collection_includes: "5-80-bf-2020b"
},regular_priced_only: false,
discount: new PriceDiscount(4.99),message: "NOW 80% OFF!",
display_messaging: true,
calculate_price: true,
stack: false,
type: "5-80-BF-2022",
colors: {
background: "#ffffff",
text: "#c90000"
},
}),
new DiscountItems({
include: {
collection_includes: "5-80-bf-2020"
},regular_priced_only: false,
discount: new PriceDiscount(4.99),message: "NOW 80% OFF!",
display_messaging: true,
calculate_price: true,
stack: false,
type: "5-80-BF-2022-B",
colors: {
background: "#ffffff",
text: "#c90000"
},
}),
new DiscountItems({
include: {
collection_includes: "epic-80-off"
},regular_priced_only: false,
discount: new PercentageDiscount(80),message: "NOW 80% OFF!",
display_messaging: true,
calculate_price: true,
stack: false,
type: "EPIC-80-OFF",
colors: {
background: "#ffffff",
text: "#c90000"
},
}),
new DiscountItems({
include: {
collection_includes: "cyber-75-off"
},regular_priced_only: false,
discount: new PercentageDiscount(75),message: "NOW 75% OFF!",
display_messaging: true,
calculate_price: true,
stack: false,
type: "CYBER-75-OFF",
colors: {
background: "#ffffff",
text: "#c90000"
},
}),
new DiscountItems({
include: {
collection_includes: "world-cup"
},regular_priced_only: false,
discount: new PercentageDiscount(40),message: "NOW 40% OFF!",
display_messaging: true,
calculate_price: true,
stack: false,
type: "WORLD-CUP",
colors: {
background: "#ffffff",
text: "#c90000"
},
}),
new DiscountItems({
include: {
collection_includes: "15-75-bf-2020"
},regular_priced_only: false,
discount: new PriceDiscount(14.99),message: "NOW 75% OFF!",
display_messaging: true,
calculate_price: true,
stack: false,
type: "15-75-BF-2020",
colors: {
background: "#ffffff",
text: "#c90000"
},
}),
new DiscountItems({
include: {
collection_includes: "5-65-bf-2020"
},regular_priced_only: false,
discount: new PriceDiscount(4.99),message: "NOW 65% OFF!",
display_messaging: true,
calculate_price: true,
stack: false,
type: "5-65-BF-2022",
colors: {
background: "#ffffff",
text: "#c90000"
},
}),
new DiscountItems({
include: {
collection_includes: "5-75-bf-2020"
},regular_priced_only: false,
discount: new PriceDiscount(4.99),message: "NOW 75% OFF!",
display_messaging: true,
calculate_price: true,
stack: false,
type: "5-75-BF-2022",
colors: {
background: "#ffffff",
text: "#c90000"
},
}),
new DiscountItems({
include: {
collection_includes: "10-pp-2023"
},regular_priced_only: false,
discount: new PriceDiscount(9.99),message: "NOW ONLY $9.99!",
display_messaging: true,
calculate_price: true,
stack: false,
type: "10-PP-2023",
colors: {
background: "#ffffff",
text: "#c90000"
},
}),
new DiscountItems({
include: {
collection_includes: "10-50-bf-2020"
},regular_priced_only: false,
discount: new PriceDiscount(9.99),message: "NOW 50% OFF!",
display_messaging: true,
calculate_price: true,
stack: false,