[new Bxgy({
include: {
collection_includes: "promo_fall-20"
},buy: 1,
get: 1,
regular_priced_only: true,
best_discount: true,
discount: new PercentageDiscount(50),message: "1 ACHETÉ, LE 2E À 50 % DE RABAIS !",
display_messaging: true,
calculate_price: false,
stack: false,
type: "BOGO 50% OFF FALL",
colors: {
background: "#ffffff",
text: "#ff0000"
},
}),
new DiscountItems({
include: {
collection_includes: "promo_nos"
},regular_priced_only: true,
discount: new PercentageDiscount(0),message: "NOUVEAU PRIX BAS",
display_messaging: true,
calculate_price: true,
stack: false,
type: "NOS",
colors: {
background: "#ffffff",
text: "#ff0000"
},
}),
new DiscountItems({
include: {
collection_includes: "promo_sp-8"
},regular_priced_only: true,
discount: new PriceDiscount(7.99),message: "MAINTENANT À 7,99 $",
display_messaging: true,
calculate_price: true,
stack: false,
type: "SP $8",
colors: {
background: "#ffffff",
text: "#ff0000"
},
}),
new DiscountItems({
include: {
collection_includes: "promo_spring-10"
},regular_priced_only: true,
discount: new PercentageDiscount(50),message: "50 % DE RABAIS !",
display_messaging: true,
calculate_price: true,
stack: false,
type: "SPRING $10 \/ 50%",
colors: {
background: "#ffffff",
text: "#ff0000"
},
}),
new DiscountItems({
include: {
collection_includes: "promo_markdown_10"
},regular_priced_only: true,
discount: new PercentageDiscount(50),message: "50 % DE RABAIS !",
display_messaging: true,
calculate_price: true,
stack: false,
type: "MARKDOWN $10 \/ 50%",
colors: {
background: "#ffffff",
text: "#ff0000"
},
}),
new DiscountItems({
include: {
collection_includes: "promo_spring-12"
},regular_priced_only: true,
discount: new PriceDiscount(11.99),message: "MAINTENANT À 11,99 $",
display_messaging: true,
calculate_price: true,
stack: false,
type: "SPRING $12",
colors: {
background: "#ffffff",
text: "#ff0000"
},
}),
new DiscountItems({
include: {
collection_includes: "promo_sp-20"
},regular_priced_only: true,
discount: new PercentageDiscount(20),message: "20 % DE RABAIS",
display_messaging: true,
calculate_price: true,
stack: false,
type: "20% OFF SPRING",
colors: {
background: "#ffffff",
text: "#ff0000"
},
}),
new DiscountItems({
include: {
collection_includes: "promo_sp-50"
},regular_priced_only: true,
discount: new PercentageDiscount(50),message: "50 % DE RABAIS",
display_messaging: true,
calculate_price: true,
stack: false,
type: "50% OFF SPRING",
colors: {
background: "#ffffff",
text: "#ff0000"
},
}),
new DiscountItems({
include: {
collection_includes: "promo_markdown_-5"
},regular_priced_only: true,
discount: new PercentageDiscount(75),message: "75% DE RABAIS — EXCLUSIF EN LIGNE",
display_messaging: true,
calculate_price: true,
stack: false,
type: "MARKDOWN $5 \/ 75%",
colors: {
background: "#ffffff",
text: "#ff0000"
},
}),
new DiscountItems({
include: {
collection_includes: "promo_60-off"
},regular_priced_only: true,
discount: new PercentageDiscount(80),message: "LIQUIDATION — 80% DE RABAIS",
display_messaging: true,
calculate_price: true,
stack: false,
type: "80% OFF HARDGOODS",
colors: {
background: "#ffffff",
text: "#ff0000"
},
}),
new DiscountItems({
include: {
collection_includes: "promo_70-off"
},regular_priced_only: true,
discount: new PercentageDiscount(75),message: "75% DE RABAIS — EXCLUSIF EN LIGNE",
display_messaging: true,
calculate_price: true,
stack: false,
type: "70% OFF\/ 75%",
colors: {
background: "#ffffff",
text: "#ff0000"
},
}),
new DiscountItems({
include: {
collection_includes: "promo_80-off"
},regular_priced_only: true,
discount: new PercentageDiscount(80),message: "LIQUIDATION — 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_2-for-6"
},regular_priced_only: true,
discount: new PercentageDiscount(75),message: "75% DE RABAIS — EXCLUSIF EN LIGNE",
display_messaging: true,
calculate_price: true,
stack: false,
type: "75% OFF \/ 2 FOR $6",
colors: {
background: "#ffffff",
text: "#ff0000"
},
}),]