[new Bxgy({
include: {
collection_includes: "promo_3-for-1"
},buy: 1,
get: 2,
regular_priced_only: true,
best_discount: true,
discount: new PriceDiscount(0),message: "VENTE FLASH - 1 Acheté, 2 Gratuits!",
display_messaging: true,
calculate_price: false,
stack: false,
type: "Buy One, Get 2 Free",
colors: {
background: "#ffffff",
text: "#ff0000"
},
}),
new DiscountItems({
include: {
collection_includes: "final-sale"
},regular_priced_only: false,
discount: new MoneyDiscount(0),message: "VENTE FINALE",
display_messaging: true,
calculate_price: true,
stack: true,
type: "FINAL SALE BADGE",
colors: {
background: "#ea0000",
text: "#ffffff"
},
}),]