[
new DiscountItems({
include: {
collection_includes: "promo_lw-50-off"
},regular_priced_only: true,
discount: new PercentageDiscount(50),message: "EN LIGNE SEULEMENT! 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_markdown_-666"
},regular_priced_only: true,
discount: new PriceDiscount(6.66),message: "6,66$ EN LIGNE SEULEMENT!",
display_messaging: true,
calculate_price: true,
stack: false,
type: "MARKDOWN $6.66",
colors: {
background: "#ffffff",
text: "#ff0000"
},
}),
new DiscountItems({
include: {
collection_includes: "promo_markdown_-7"
},regular_priced_only: true,
discount: new PriceDiscount(7.99),message: "MAINTENANT 7,99$!",
display_messaging: true,
calculate_price: true,
stack: false,
type: "MARKDOWN $7",
colors: {
background: "#ffffff",
text: "#ff0000"
},
}),
new DiscountItems({
include: {
collection_includes: "promo_markdown_750"
},regular_priced_only: true,
discount: new PriceDiscount(7.50),message: "7,50$ EN LIGNE SEULEMENT!",
display_messaging: true,
calculate_price: true,
stack: false,
type: "MARKDOWN $7.50",
colors: {
background: "#ffffff",
text: "#ff0000"
},
}),
new DiscountItems({
include: {
collection_includes: "promo_markdown_-12-50"
},regular_priced_only: true,
discount: new PriceDiscount(12.50),message: "12,50$ EN LIGNE SEULEMENT!",
display_messaging: true,
calculate_price: true,
stack: false,
type: "MARKDOWN $12.50",
colors: {
background: "#ffffff",
text: "#ff0000"
},
}),
new DiscountItems({
include: {
collection_includes: "promo_markdown_-14"
},regular_priced_only: true,
discount: new PriceDiscount(14.99),message: "14,99$ EN LIGNE SEULEMENT!",
display_messaging: true,
calculate_price: true,
stack: false,
type: "MARKDOWN $14",
colors: {
background: "#ffffff",
text: "#ff0000"
},
}),
new DiscountItems({
include: {
collection_includes: "promo_markdown_15"
},regular_priced_only: true,
discount: new PriceDiscount(14.99),message: "MAINTENANT 14,99$!",
display_messaging: true,
calculate_price: true,
stack: false,
type: "MARKDOWN $15",
colors: {
background: "#ffffff",
text: "#ff0000"
},
}),
new DiscountItems({
include: {
collection_includes: "promo_lucky-19"
},regular_priced_only: true,
discount: new PriceDiscount(19.99),message: "MAINTENANT 19,99$!",
display_messaging: true,
calculate_price: true,
stack: false,
type: "MARKDOWN $19",
colors: {
background: "#ffffff",
text: "#ff0000"
},
}),
new DiscountItems({
include: {
collection_includes: "promo_markdown_25"
},regular_priced_only: true,
discount: new PriceDiscount(24.99),message: "MAINTENANT 24,99$!",
display_messaging: true,
calculate_price: true,
stack: false,
type: "MARKDOWN $25",
colors: {
background: "#ffffff",
text: "#ff0000"
},
}),
new DiscountItems({
include: {
collection_includes: "promo_markdown_29"
},regular_priced_only: true,
discount: new PriceDiscount(29.99),message: "MAINTENANT 29,99$!",
display_messaging: true,
calculate_price: true,
stack: false,
type: "MARKDOWN $29",
colors: {
background: "#ffffff",
text: "#ff0000"
},
}),
new DiscountItems({
include: {
collection_includes: "promo_markdown-39"
},regular_priced_only: true,
discount: new PriceDiscount(39.99),message: "MAINTENANT 39,99$!",
display_messaging: true,
calculate_price: true,
stack: false,
type: "MARKDOWN $39",
colors: {
background: "#ffffff",
text: "#ff0000"
},
}),
new DiscountItems({
include: {
collection_includes: "promo_markdown_49"
},regular_priced_only: true,
discount: new PriceDiscount(49.99),message: "MAINTENANT 49,99$!",
display_messaging: true,
calculate_price: true,
stack: false,
type: "MARKDOWN $49",
colors: {
background: "#ffffff",
text: "#ff0000"
},
}),
new DiscountItems({
include: {
collection_includes: "promo_markdown_-59"
},regular_priced_only: true,
discount: new PriceDiscount(59.99),message: "MAINTENANT 59,99$!",
display_messaging: true,
calculate_price: true,
stack: false,
type: "MARKDOWN $59",
colors: {
background: "#ffffff",
text: "#ff0000"
},
}),
new DiscountItems({
include: {
collection_includes: "promo_markdown_69"
},regular_priced_only: true,
discount: new PriceDiscount(69),message: "MAINTENANT 69,99$!",
display_messaging: true,
calculate_price: true,
stack: false,
type: "MARKDOWN $69",
colors: {
background: "#ffffff",
text: "#ff0000"
},
}),
new DiscountItems({
include: {
collection_includes: "pads"
},regular_priced_only: true,
discount: new PriceDiscount(29),message: "15% DE RABAIS SUR LES ACHATS +100$",
display_messaging: true,
calculate_price: true,
stack: false,
type: "$29 Safety Pads",
colors: {
background: "#ffffff",
text: "#ff0000"
},
}),
new DiscountItems({
include: {
collection_includes: "final-sale"
},regular_priced_only: false,
discount: new MoneyDiscount(0),message: "VENTE FINALE",
display_messaging: true,
calculate_price: true,
stack: true,
type: "FINAL SALE BADGE",
colors: {
background: "#ea0000",
text: "#ffffff"
},
}),
new DiscountItems({
include: {
collection_includes: "promo_spring-solid-cruisers"
},regular_priced_only: true,
discount: new PriceDiscount(19),message: "",
display_messaging: true,
calculate_price: true,
stack: false,
type: "$19 Spring Solid Cruisers",
colors: {
background: "#ffffff",
text: "#ffffff"
},
}),
new DiscountItems({
include: {
collection_includes: "promo_spring-printed-cruisers"
},regular_priced_only: true,
discount: new PriceDiscount(29),message: "",
display_messaging: true,
calculate_price: true,
stack: false,
type: "$29 Spring Printed Cruisers",
colors: {
background: "#ffffff",
text: "#ffffff"
},
}),]