[new Bxgy({
include: {
collection_includes: "promo_3for2"
},buy: 2,
get: 1,
regular_priced_only: true,
best_discount: true,
discount: new PriceDiscount(0),message: "2 ACHETÉS, 1 GRATUIT!",
display_messaging: true,
calculate_price: false,
stack: false,
type: "Buy 2, Get 1 Free",
colors: {
background: "#ffffff",
text: "#ff0000"
},
}),
new DiscountItems({
include: {
collection_includes: "promo_60-off"
},regular_priced_only: true,
discount: new PercentageDiscount(60),message: "VENTE FLASH: 60% DE RABAIS!",
display_messaging: true,
calculate_price: true,
stack: false,
type: "60% OFF",
colors: {
background: "#ffffff",
text: "#ff0000"
},
}),]