[
new DiscountItems({
include: {
collection_includes: "promo_20-off"
},regular_priced_only: true,
discount: new PercentageDiscount(50),message: "50% DE RABAIS + LIVRAISON GRATUITE!",
display_messaging: true,
calculate_price: true,
stack: false,
type: "20% OFF NOW 50% OFF",
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 + LIVRAISON GRATUITE!",
display_messaging: true,
calculate_price: true,
stack: false,
type: "50% OFF",
colors: {
background: "#ffffff",
text: "#ff0000"
},
}),
new DiscountItems({
include: {
collection_includes: "promo_60-off"
},regular_priced_only: true,
discount: new PercentageDiscount(60),message: "60% DE RABAIS + LIVRAISON GRATUITE!",
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(50),message: "50% DE RABAIS + LIVRAISON GRATUITE!",
display_messaging: true,
calculate_price: true,
stack: false,
type: "50% OFF ALL XMAS",
colors: {
background: "#ffffff",
text: "#ff0000"
},
}),
new DiscountItems({
include: {
collection_includes: "promo_mm-60-off"
},regular_priced_only: true,
discount: new PercentageDiscount(50),message: "50% DE RABAIS + LIVRAISON GRATUITE!",
display_messaging: true,
calculate_price: true,
stack: false,
type: "$9.99 XMAS TEES\/50% OFF",
colors: {
background: "#ffffff",
text: "#ff0000"
},
}),
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 SKATE",
colors: {
background: "#ffffff",
text: "#ff0000"
},
}),
new DiscountItems({
include: {
collection_includes: "promo_temp-20"
},regular_priced_only: true,
discount: new PercentageDiscount(50),message: "50 % DE RABAIS !",
display_messaging: true,
calculate_price: true,
stack: false,
type: "20% Off Scoots \/ 50% OFF",
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 + LIVRAISON GRATUITE!",
display_messaging: true,
calculate_price: true,
stack: false,
type: "70% OFF - CLEARANCE",
colors: {
background: "#ffffff",
text: "#ff0000"
},
}),
new DiscountItems({
include: {
collection_includes: "promo_75-off"
},regular_priced_only: true,
discount: new PercentageDiscount(80),message: "80% DE RABAIS + LIVRAISON GRATUITE!",
display_messaging: true,
calculate_price: true,
stack: false,
type: "75% OFF\/NOW 80% OFF",
colors: {
background: "#ffffff",
text: "#ff0000"
},
}),
new DiscountItems({
include: {
collection_includes: "promo_spring-5"
},regular_priced_only: true,
discount: new PercentageDiscount(50),message: "50% DE RABAIS + LIVRAISON GRATUITE!",
display_messaging: true,
calculate_price: true,
stack: false,
type: "SPRING $5\/50%",
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 + LIVRAISON GRATUITE!",
display_messaging: true,
calculate_price: true,
stack: false,
type: "SPRING $10\/50%",
colors: {
background: "#ffffff",
text: "#ff0000"
},
}),
new DiscountItems({
include: {
collection_includes: "promo_spring-12-50"
},regular_priced_only: true,
discount: new PercentageDiscount(50),message: "50% DE RABAIS + LIVRAISON GRATUITE!",
display_messaging: true,
calculate_price: true,
stack: false,
type: "SPRING $12.50\/50%",
colors: {
background: "#ffffff",
text: "#ff0000"
},
}),
new DiscountItems({
include: {
collection_includes: "promo_spring-15"
},regular_priced_only: true,
discount: new PercentageDiscount(50),message: "50% DE RABAIS + LIVRAISON GRATUITE!",
display_messaging: true,
calculate_price: true,
stack: false,
type: "SPRING $15\/50%",
colors: {
background: "#ffffff",
text: "#ff0000"
},
}),
new DiscountItems({
include: {
collection_includes: "promo_spring-20"
},regular_priced_only: true,
discount: new PercentageDiscount(50),message: "50% DE RABAIS + LIVRAISON GRATUITE!",
display_messaging: true,
calculate_price: true,
stack: false,
type: "SPRING $20\/50%",
colors: {
background: "#ffffff",
text: "#ff0000"
},
}),
new DiscountItems({
include: {
collection_includes: "promo_markdown_5"
},regular_priced_only: true,
discount: new PriceDiscount(4.99),message: "4,99 $ + LIVRAISON GRATUITE!",
display_messaging: true,
calculate_price: true,
stack: false,
type: "MARKDOWN $5",
colors: {
background: "#ffffff",
text: "#ff0000"
},
}),
new DiscountItems({
include: {
collection_includes: "promo_markdown_10"
},regular_priced_only: true,
discount: new PriceDiscount(9.99),message: "9,99 $ + LIVRAISON GRATUITE!",
display_messaging: true,
calculate_price: true,
stack: false,
type: "MARKDOWN $10",
colors: {
background: "#ffffff",
text: "#ff0000"
},
}),
new DiscountItems({
include: {
collection_includes: "promo_markdown_12"
},regular_priced_only: true,
discount: new PriceDiscount(11.99),message: "11,99 $ + LIVRAISON GRATUITE!",
display_messaging: true,
calculate_price: true,
stack: false,
type: "MARKDOWN $12",
colors: {
background: "#ffffff",
text: "#ff0000"
},
}),
new DiscountItems({
include: {
collection_includes: "promo_markdown_-12-50"
},regular_priced_only: true,
discount: new PriceDiscount(12.49),message: "12,49 $ + LIVRAISON GRATUITE!",
display_messaging: true,
calculate_price: true,
stack: false,
type: "MARKDOWN $12.50",
colors: {
background: "#ffffff",
text: "#ff0000"
},
}),
new DiscountItems({
include: {
collection_includes: "promo_markdown_15"
},regular_priced_only: true,
discount: new PriceDiscount(14.99),message: "14,99 $ + LIVRAISON GRATUITE!",
display_messaging: true,
calculate_price: true,
stack: false,
type: "MARKDOWN $15",
colors: {
background: "#ffffff",
text: "#ff0000"
},
}),
new DiscountItems({
include: {
collection_includes: "promo_markdown_20"
},regular_priced_only: true,
discount: new PriceDiscount(19.99),message: "19,99 $ + LIVRAISON GRATUITE!",
display_messaging: true,
calculate_price: true,
stack: false,
type: "MARKDOWN $20",
colors: {
background: "#ffffff",
text: "#ff0000"
},
}),
new DiscountItems({
include: {
collection_includes: "promo_markdown-35"
},regular_priced_only: true,
discount: new PriceDiscount(34.99),message: "34,99 $ + LIVRAISON GRATUITE!",
display_messaging: true,
calculate_price: true,
stack: false,
type: "MARKDOWN $35",
colors: {
background: "#ffffff",
text: "#ff0000"
},
}),]