[
new DiscountItems({
include: {
collection_includes: "promo_50-off-temp"
},regular_priced_only: true,
discount: new PercentageDiscount(50),message: "50% DE RABAIS!",
display_messaging: true,
calculate_price: true,
stack: false,
type: "50% OFF SHOES",
colors: {
background: "#ffffff",
text: "#ff0000"
},
}),
new DiscountItems({
include: {
collection_includes: "promo_temp-2-for-12"
},regular_priced_only: true,
discount: new PriceDiscount(5.99),message: "maintenant 5,99$",
display_messaging: true,
calculate_price: true,
stack: false,
type: "$5.99 Accessories",
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",
display_messaging: true,
calculate_price: true,
stack: false,
type: "50% OFF HARDGOODS",
colors: {
background: "#ffffff",
text: "#ff0000"
},
}),
new DiscountItems({
include: {
collection_includes: "promo_70-off"
},regular_priced_only: true,
discount: new PercentageDiscount(70),message: "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_markdown_-4"
},regular_priced_only: true,
discount: new PriceDiscount(3.99),message: "maintenant 3,99$",
display_messaging: true,
calculate_price: true,
stack: false,
type: "$3.99",
colors: {
background: "#ffffff",
text: "#ff0000"
},
}),
new DiscountItems({
include: {
collection_includes: "promo_markdown_5"
},regular_priced_only: true,
discount: new PriceDiscount(4.99),message: "maintenant 4,99$",
display_messaging: true,
calculate_price: true,
stack: false,
type: "$4.99",
colors: {
background: "#ffffff",
text: "#ff0000"
},
}),
new DiscountItems({
include: {
collection_includes: "promo_markdown_750"
},regular_priced_only: true,
discount: new PriceDiscount(7.50),message: "maintenant 7,50$",
display_messaging: true,
calculate_price: true,
stack: false,
type: "$7.50",
colors: {
background: "#ffffff",
text: "#ff0000"
},
}),
new DiscountItems({
include: {
collection_includes: "promo_markdown_8"
},regular_priced_only: true,
discount: new PriceDiscount(7.99),message: "maintenant 7,99$",
display_messaging: true,
calculate_price: true,
stack: false,
type: "$7.99",
colors: {
background: "#ffffff",
text: "#ff0000"
},
}),
new DiscountItems({
include: {
collection_includes: "promo_markdown_10"
},regular_priced_only: true,
discount: new PriceDiscount(9.99),message: "maintenant 9,99$",
display_messaging: true,
calculate_price: true,
stack: false,
type: "$9.99",
colors: {
background: "#ffffff",
text: "#ff0000"
},
}),
new DiscountItems({
include: {
collection_includes: "promo_markdown_-12-50"
},regular_priced_only: true,
discount: new PriceDiscount(9.99),message: "EN LIGNE SEULEMENT - MAINTENANT 9,99$",
display_messaging: true,
calculate_price: true,
stack: false,
type: "$9.99 - WAS $12.50",
colors: {
background: "#ffffff",
text: "#ff0000"
},
}),
new DiscountItems({
include: {
collection_includes: "promo_spring-15"
},regular_priced_only: true,
discount: new PriceDiscount(9.99),message: "EN LIGNE SEULEMENT - MAINTENANT 9,99$",
display_messaging: true,
calculate_price: true,
stack: false,
type: "$9.99 - WAS $14.99",
colors: {
background: "#ffffff",
text: "#ff0000"
},
}),new Bxgy({
include: {
collection_includes: "promo_bogo-50-off"
},buy: 2,
get: 1,
regular_priced_only: true,
best_discount: true,
discount: new PriceDiscount(0),message: "2 ACHETÉS, 1 GRATUIT!",
display_messaging: true,
calculate_price: false,
stack: false,
type: "Buy 2, Get 1 Free",
colors: {
background: "#ffffff",
text: "#ff0000"
},
}),]