[
new DiscountItems({
include: {
collection_includes: "promo_30-off"
},regular_priced_only: true,
discount: new PercentageDiscount(30),message: "30% DE RABAIS - DURÉE LIMITÉE!",
display_messaging: true,
calculate_price: true,
stack: false,
type: "30% Off",
colors: {
background: "#ffffff",
text: "#ff0000"
},
}),
new DiscountItems({
include: {
collection_includes: "promo_50-off"
},regular_priced_only: true,
discount: new PercentageDiscount(50),message: "50% DE RABAIS - DURÉE LIMITÉE!",
display_messaging: true,
calculate_price: true,
stack: false,
type: "50% Off",
colors: {
background: "#ffffff",
text: "#ff0000"
},
}),
new DiscountItems({
include: {
collection_includes: "promo_60-off"
},regular_priced_only: true,
discount: new PercentageDiscount(60),message: "SE TERMINE CE SOIR - 60% DE RABAIS!",
display_messaging: true,
calculate_price: true,
stack: false,
type: "60% OFF",
colors: {
background: "#ffffff",
text: "#ff0000"
},
}),
new DiscountItems({
include: {
collection_includes: "promo_70-off"
},regular_priced_only: true,
discount: new PercentageDiscount(70),message: "SE TERMINE CE SOIR - 70% DE RABAIS!",
display_messaging: true,
calculate_price: true,
stack: false,
type: "70% Off",
colors: {
background: "#ffffff",
text: "#ff0000"
},
}),
new DiscountItems({
include: {
collection_includes: "promo_temp-75"
},regular_priced_only: true,
discount: new PercentageDiscount(75),message: "75% DE RABAIS - DURÉE LIMITÉE!",
display_messaging: true,
calculate_price: true,
stack: false,
type: "75% Off",
colors: {
background: "#ffffff",
text: "#ff0000"
},
}),
new DiscountItems({
include: {
collection_includes: "promo_temp-80"
},regular_priced_only: true,
discount: new PercentageDiscount(80),message: "80% DE RABAIS - DURÉE LIMITÉE!",
display_messaging: true,
calculate_price: true,
stack: false,
type: "80% Off",
colors: {
background: "#ffffff",
text: "#ff0000"
},
}),
new DiscountItems({
include: {
collection_includes: "promo_50-off-temp"
},regular_priced_only: true,
discount: new PercentageDiscount(50),message: "SE TERMINE CE SOIR! - 50% + AUCUNE TPS!",
display_messaging: true,
calculate_price: true,
stack: false,
type: "50% Off Youth",
colors: {
background: "#ffffff",
text: "#ff0000"
},
}),
new DiscountItems({
include: {
collection_includes: "promo_temp-60"
},regular_priced_only: true,
discount: new PercentageDiscount(60),message: "SE TERMINE CE SOIR! - 60% + AUCUNE TPS!",
display_messaging: true,
calculate_price: true,
stack: false,
type: "60% Off Youth",
colors: {
background: "#ffffff",
text: "#ff0000"
},
}),
new DiscountItems({
include: {
collection_includes: "promo_temp-7o"
},regular_priced_only: true,
discount: new PercentageDiscount(70),message: "SE TERMINE CE SOIR! - 70% + AUCUNE TPS!",
display_messaging: true,
calculate_price: true,
stack: false,
type: "70% Off Youth",
colors: {
background: "#ffffff",
text: "#ff0000"
},
}),
new DiscountItems({
include: {
collection_includes: "promo_75-off"
},regular_priced_only: true,
discount: new PercentageDiscount(75),message: "75% DE RABAIS + AUCUNE TPS!",
display_messaging: true,
calculate_price: true,
stack: false,
type: "75% Off Youth",
colors: {
background: "#ffffff",
text: "#ff0000"
},
}),
new DiscountItems({
include: {
collection_includes: "promo_80-off"
},regular_priced_only: true,
discount: new PercentageDiscount(80),message: "80% DE RABAIS + AUCUNE TPS!",
display_messaging: true,
calculate_price: true,
stack: false,
type: "80% Off Youth",
colors: {
background: "#ffffff",
text: "#ff0000"
},
}),]