[new Bxgy({
include: {
collection_includes: "promo_3-for-1"
},buy: 1,
get: 2,
regular_priced_only: true,
best_discount: false,
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_temp-80"
},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"
},
}),
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 Youth",
colors: {
background: "#ffffff",
text: "#ff0000"
},
}),]