[new Bxgy({
include: {
collection_includes: "promo_bogo50-temp"
},buy: 1,
get: 1,
regular_priced_only: true,
best_discount: true,
discount: new PercentageDiscount(50),message: "1 ACHETÉ, LE 2E À 50 %",
display_messaging: true,
calculate_price: false,
stack: false,
type: "BOGO 50%",
colors: {
background: "#ffffff",
text: "#ff0000"
},
}),
new DiscountItems({
include: {
collection_includes: "promo_70-off"
},regular_priced_only: true,
discount: new PercentageDiscount(70),message: "LIQUIDATION - 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_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"
},
}),]