[
new DiscountItems({
include: {
collection_includes: "bf-b1g2"
},regular_priced_only: false,
discount: new PercentageDiscount(60),message: "NOW 60% OFF + TODAY ONLY TAKE EXTRA 10% OFF!",
display_messaging: true,
calculate_price: true,
stack: false,
type: "BF-B1G2",
colors: {
background: "#ffffff",
text: "#c90000"
},
}),
new DiscountItems({
include: {
collection_includes: "flash-60"
},regular_priced_only: false,
discount: new PercentageDiscount(60),message: "NOW 60% OFF + TODAY ONLY TAKE EXTRA 10% OFF!",
display_messaging: true,
calculate_price: true,
stack: false,
type: "FLASH-60",
colors: {
background: "#ffffff",
text: "#c90000"
},
}),
new DiscountItems({
include: {
collection_includes: "15-60-pp-2024"
},regular_priced_only: false,
discount: new PriceDiscount(14.99),message: "NOW 60% OFF + TODAY ONLY TAKE EXTRA 10% OFF!",
display_messaging: true,
calculate_price: true,
stack: false,
type: "15-60-PP-2024",
colors: {
background: "#ffffff",
text: "#c90000"
},
}),
new DiscountItems({
include: {
collection_includes: "kids-60-off"
},regular_priced_only: false,
discount: new PercentageDiscount(60),message: "NOW 60% OFF + TODAY ONLY TAKE EXTRA 10% OFF!",
display_messaging: true,
calculate_price: true,
stack: false,
type: "KIDS-60-OFF",
colors: {
background: "#ffffff",
text: "#c90000"
},
}),
new DiscountItems({
include: {
collection_includes: "active-50"
},regular_priced_only: false,
discount: new PercentageDiscount(60),message: "NOW 60% OFF + TODAY ONLY TAKE EXTRA 10% OFF!",
display_messaging: true,
calculate_price: true,
stack: false,
type: "Active-50",
colors: {
background: "#ffffff",
text: "#c90000"
},
}),
new DiscountItems({
include: {
collection_includes: "tech_14-99"
},regular_priced_only: false,
discount: new PriceDiscount(14.99),message: "NOW 70% OFF + TODAY ONLY TAKE EXTRA 10% OFF!",
display_messaging: true,
calculate_price: true,
stack: false,
type: "Tech_14.99",
colors: {
background: "#ffffff",
text: "#c90000"
},
}),
new DiscountItems({
include: {
collection_includes: "40-off-2024"
},regular_priced_only: false,
discount: new PercentageDiscount(40),message: "NOW 40% OFF + TODAY ONLY TAKE EXTRA 10% OFF!",
display_messaging: true,
calculate_price: true,
stack: false,
type: "40-OFF-2024",
colors: {
background: "#ffffff",
text: "#c90000"
},
}),
new DiscountItems({
include: {
collection_includes: "spring-50-off"
},regular_priced_only: false,
discount: new PercentageDiscount(50),message: "NOW 50% OFF + TODAY ONLY TAKE EXTRA 10% OFF!",
display_messaging: true,
calculate_price: true,
stack: false,
type: "SPRING-50-OFF",
colors: {
background: "#ffffff",
text: "#c90000"
},
}),
new DiscountItems({
include: {
collection_includes: "50-off-fall"
},regular_priced_only: false,
discount: new PercentageDiscount(50),message: "NOW 50% OFF + TODAY ONLY TAKE EXTRA 10% OFF!",
display_messaging: true,
calculate_price: true,
stack: false,
type: "50-OFF-FALL",
colors: {
background: "#ffffff",
text: "#c90000"
},
}),
new DiscountItems({
include: {
collection_includes: "flash-70"
},regular_priced_only: false,
discount: new PercentageDiscount(70),message: "NOW 70% OFF + TODAY ONLY TAKE EXTRA 10% OFF!",
display_messaging: true,
calculate_price: true,
stack: false,
type: "FLASH-70",
colors: {
background: "#ffffff",
text: "#c90000"
},
}),
new DiscountItems({
include: {
collection_includes: "flash-75"
},regular_priced_only: false,
discount: new PercentageDiscount(75),message: "NOW 75% OFF + TODAY ONLY TAKE EXTRA 10% OFF!",
display_messaging: true,
calculate_price: true,
stack: false,
type: "FLASH-75",
colors: {
background: "#ffffff",
text: "#c90000"
},
}),
new DiscountItems({
include: {
collection_includes: "80-off-final"
},regular_priced_only: false,
discount: new PercentageDiscount(80),message: "NOW 80% OFF + TODAY ONLY TAKE EXTRA 10% OFF!",
display_messaging: true,
calculate_price: true,
stack: false,
type: "80-OFF-FINAL",
colors: {
background: "#ffffff",
text: "#c90000"
},
}),
new DiscountItems({
include: {
collection_includes: "great-value"
},regular_priced_only: false,
discount: new PercentageDiscount(0),message: "🎁 GREAT VALUE + TODAY ONLY TAKE EXTRA 10% OFF!",
display_messaging: true,
calculate_price: true,
stack: false,
type: "GREAT VALUE",
colors: {
background: "#ffffff",
text: "#c90000"
},
}),]