[
new DiscountItems({
include: {
collection_includes: "bf-b1g2"
},regular_priced_only: false,
discount: new PercentageDiscount(60),message: "60% DE RABAIS!",
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: "60% DE RABAIS!",
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: "60% DE RABAIS!",
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: "60% DE RABAIS!",
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: "60% DE RABAIS!",
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: "70% DE RABAIS!",
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: "40% DE RABAIS!",
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: "50% DE RABAIS!",
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: "50% DE RABAIS!",
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: "70% DE RABAIS!",
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: "75% DE RABAIS!",
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: "80% DE RABAIS!",
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: "GRANDE VALEUR!",
display_messaging: true,
calculate_price: true,
stack: false,
type: "GREAT VALUE",
colors: {
background: "#ffffff",
text: "#c90000"
},
}),]