[
new DiscountItems({
include: {
collection_includes: "promo_60-off"
},regular_priced_only: true,
discount: new PercentageDiscount(60),message: "60% DE RABAIS + LIVRAISON GRATUITE!",
display_messaging: true,
calculate_price: true,
stack: false,
type: "60% Off",
colors: {
background: "#ffffff",
text: "#ff0000"
},
}),
new DiscountItems({
include: {
collection_includes: "promo_temp-60"
},regular_priced_only: true,
discount: new PercentageDiscount(60),message: "60% DE RABAIS!",
display_messaging: true,
calculate_price: true,
stack: false,
type: "60% OFF HARDGOODS",
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"
},
}),
new DiscountItems({
include: {
collection_includes: "promo_markdown_25"
},regular_priced_only: true,
discount: new PriceDiscount(25),message: "LIQUIDATION - 60% DE RABAIS",
display_messaging: true,
calculate_price: true,
stack: false,
type: "Sets",
colors: {
background: "#ffffff",
text: "#ff0000"
},
}),]