[
new DiscountItems({
include: {
collection_includes: "promo_temp-60"
},regular_priced_only: true,
discount: new PercentageDiscount(60),message: "JOURS CYBER - 60% DE RABAIS!",
display_messaging: true,
calculate_price: true,
stack: false,
type: "60% OFF",
colors: {
background: "#ffffff",
text: "#ff0000"
},
}),
new DiscountItems({
include: {
collection_includes: "promo_75-off"
},regular_priced_only: true,
discount: new PercentageDiscount(75),message: "JOURS CYBER - 75% DE RABAIS!",
display_messaging: true,
calculate_price: true,
stack: false,
type: "75% Off",
colors: {
background: "#ffffff",
text: "#ff0000"
},
}),]