[
new DiscountItems({
include: {
collection_includes: "promo_markdown_5"
},regular_priced_only: true,
discount: new PriceDiscount(4.99),message: "SEULEMENT 4,99$!",
display_messaging: true,
calculate_price: true,
stack: false,
type: "$5 Bodysuits",
colors: {
background: "#ffffff",
text: "#ff0000"
},
}),new Bxgy({
include: {
collection_includes: "promo_3for1-temp"
},buy: 1,
get: 2,
regular_priced_only: true,
best_discount: true,
discount: new PriceDiscount(0),message: "1 ACHETÉ, 2 GRATUITS!",
display_messaging: true,
calculate_price: false,
stack: false,
type: "Buy 1, Get 2 Free",
colors: {
background: "#ffffff",
text: "#ff0000"
},
}),
new DiscountItems({
include: {
collection_includes: "promo_70-off"
},regular_priced_only: true,
discount: new PercentageDiscount(70),message: "MAINTENANT À 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_20-off"
},regular_priced_only: true,
discount: new PercentageDiscount(20),message: "MAINTENANT À 20% DE RABAIS!",
display_messaging: true,
calculate_price: true,
stack: false,
type: "20% OFF NEW FALL",
colors: {
background: "#ffffff",
text: "#ff0000"
},
}),
new DiscountItems({
include: {
collection_includes: "promo_50-off"
},regular_priced_only: true,
discount: new PercentageDiscount(50),message: "MAINTENANT À 50% DE RABAIS!",
display_messaging: true,
calculate_price: true,
stack: false,
type: "50% OFF",
colors: {
background: "#ffffff",
text: "#ff0000"
},
}),new QuantityTier({
include: {
collection_includes: "promo_2-for-12"
},regular_priced_only: true,
tiers: [{
buy: 2,price: 12,message: "2 pour 12$",
},],message: "2 pour 12$",
display_messaging: true,
calculate_price: false,
stack: false,
type: "2 for $12",
colors: {
background: "#ffffff",
text: "#ff0000"
},
}),]