[new Bxgy({
include: {
collection_includes: "promo_3-for-1"
},buy: 1,
get: 2,
regular_priced_only: true,
best_discount: false,
discount: new PriceDiscount(0),message: "SOLDES D'HIVER - 1 ACHETÉ, 2 GRATUITS!",
display_messaging: true,
calculate_price: false,
stack: false,
type: "Buy 1, Get 2 Free",
colors: {
background: "#ffffff",
text: "#ff0000"
},
}),new Bxgy({
include: {
collection_includes: "promo_3for1-temp"
},buy: 1,
get: 2,
regular_priced_only: true,
best_discount: false,
discount: new PriceDiscount(0),message: "1 ACHETÉ, 2 GRATUITS + AUCUNE TPS!",
display_messaging: true,
calculate_price: false,
stack: false,
type: "Buy 1, Get 2 Free Youth",
colors: {
background: "#ffffff",
text: "#ff0000"
},
}),new QuantityTier({
include: {
collection_includes: "promo_2-for-15"
},regular_priced_only: true,
tiers: [{
buy: 2,price: 15,message: "",
},],message: "2 POUR 15$ + AUCUNE TPS!",
display_messaging: true,
calculate_price: false,
stack: false,
type: "2 for $15",
colors: {
background: "#ffffff",
text: "#ff0000"
},
}),
new DiscountItems({
include: {
collection_includes: "promo_40-off"
},regular_priced_only: true,
discount: new PercentageDiscount(40),message: "SOLDES D'HIVER - 40% DE RABAIS!",
display_messaging: true,
calculate_price: true,
stack: false,
type: "40% Off",
colors: {
background: "#ffffff",
text: "#ff0000"
},
}),
new DiscountItems({
include: {
collection_includes: "promo_50-off-temp"
},regular_priced_only: true,
discount: new PercentageDiscount(50),message: "SOLDES D'HIVER - 50% DE RABAIS!",
display_messaging: true,
calculate_price: true,
stack: false,
type: "50% Off",
colors: {
background: "#ffffff",
text: "#ff0000"
},
}),
new DiscountItems({
include: {
collection_includes: "promo_lw-50-off"
},regular_priced_only: true,
discount: new PercentageDiscount(50),message: "50% DE RABAIS + 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_60-off"
},regular_priced_only: true,
discount: new PercentageDiscount(60),message: "SOLDES D'HIVER - 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_temp-60"
},regular_priced_only: true,
discount: new PercentageDiscount(60),message: "60% DE RABAIS + 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-75"
},regular_priced_only: true,
discount: new PercentageDiscount(75),message: "SOLDES D'HIVER - 75% DE RABAIS!",
display_messaging: true,
calculate_price: true,
stack: false,
type: "75% Off",
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_temp-80"
},regular_priced_only: true,
discount: new PercentageDiscount(80),message: "SOLDES D'HIVER - 80% DE RABAIS!",
display_messaging: true,
calculate_price: true,
stack: false,
type: "80% Off",
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"
},
}),]