[
new DiscountItems({
include: {
collection_includes: "promo_bts-19-99"
},regular_priced_only: true,
discount: new PriceDiscount(19.99),message: "CE WEEK-END SEULEMENT!",
display_messaging: true,
calculate_price: true,
stack: false,
type: "$19.99",
colors: {
background: "#ffffff",
text: "#ff0000"
},
}),
new DiscountItems({
include: {
collection_includes: "promo_lw-50-off"
},regular_priced_only: true,
discount: new PercentageDiscount(50),message: "MAINTENANT À 50% DE RABAIS!",
display_messaging: true,
calculate_price: true,
stack: false,
type: "50% Off",
colors: {
background: "#ffffff",
text: "#ff0000"
},
}),
new DiscountItems({
include: {
collection_includes: "promo_markdown-39"
},regular_priced_only: true,
discount: new PriceDiscount(39.99),message: "",
display_messaging: true,
calculate_price: true,
stack: false,
type: "MARKDOWN $39",
colors: {
background: "#ffffff",
text: "#ffffff"
},
}),
new DiscountItems({
include: {
collection_includes: "promo_markdown_29"
},regular_priced_only: true,
discount: new PriceDiscount(29.99),message: "",
display_messaging: true,
calculate_price: true,
stack: false,
type: "MARKDOWN $29",
colors: {
background: "#ffffff",
text: "#ffffff"
},
}),
new DiscountItems({
include: {
collection_includes: "pads"
},regular_priced_only: true,
discount: new PriceDiscount(29),message: "15% DE RABAIS SUR LES ACHATS +100$",
display_messaging: true,
calculate_price: true,
stack: false,
type: "$29 Safety Pads",
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"
},
}),
new DiscountItems({
include: {
collection_includes: "promo_spring-solid-cruisers"
},regular_priced_only: true,
discount: new PriceDiscount(19),message: "",
display_messaging: true,
calculate_price: true,
stack: false,
type: "$19 Spring Solid Cruisers",
colors: {
background: "#ffffff",
text: "#ffffff"
},
}),
new DiscountItems({
include: {
collection_includes: "promo_spring-printed-cruisers"
},regular_priced_only: true,
discount: new PriceDiscount(29),message: "",
display_messaging: true,
calculate_price: true,
stack: false,
type: "$29 Spring Printed Cruisers",
colors: {
background: "#ffffff",
text: "#ffffff"
},
}),
new DiscountItems({
include: {
collection_includes: "promo_x-ride-spring"
},regular_priced_only: true,
discount: new PriceDiscount(79),message: "",
display_messaging: true,
calculate_price: true,
stack: false,
type: "$79 X-Ride Spring",
colors: {
background: "#ffffff",
text: "#ffffff"
},
}),
new DiscountItems({
include: {
collection_includes: "promo_x-park-spring"
},regular_priced_only: true,
discount: new PriceDiscount(129),message: "",
display_messaging: true,
calculate_price: true,
stack: false,
type: "$129 X-Park Spring",
colors: {
background: "#ffffff",
text: "#ffffff"
},
}),]