[
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_fall-20"
},regular_priced_only: true,
discount: new PercentageDiscount(20),message: "20 % DE RABAIS !",
display_messaging: true,
calculate_price: true,
stack: false,
type: "20% OFF FALL",
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",
colors: {
background: "#ffffff",
text: "#ff0000"
},
}),
new DiscountItems({
include: {
collection_includes: "promo_markdown_-5"
},regular_priced_only: true,
discount: new PercentageDiscount(75),message: "LIQUIDATION — 75% DE RABAIS",
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(75),message: "LIQUIDATION — 75% DE RABAIS",
display_messaging: true,
calculate_price: true,
stack: false,
type: "75% OFF HARDGOODS",
colors: {
background: "#ffffff",
text: "#ff0000"
},
}),
new DiscountItems({
include: {
collection_includes: "promo_70-off"
},regular_priced_only: true,
discount: new PercentageDiscount(75),message: "LIQUIDATION — 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_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: "LIQUIDATION — 75% DE RABAIS",
display_messaging: true,
calculate_price: true,
stack: false,
type: "2 FOR $6 \/ 75% OFF",
colors: {
background: "#ffffff",
text: "#ff0000"
},
}),]
St. Patrick's Day