[
new DiscountItems({
include: {
collection_includes: "promo_markdown-19"
},regular_priced_only: true,
discount: new PriceDiscount(19.99),message: "50% DE RABAIS",
display_messaging: true,
calculate_price: true,
stack: false,
type: "$19.99 Denim",
colors: {
background: "#ffffff",
text: "#000000"
},
}),
new DiscountItems({
include: {
collection_includes: "promo_temp-7o"
},regular_priced_only: true,
discount: new PercentageDiscount(70),message: "LIQUIDATION - 70% DE RABAIS!",
display_messaging: true,
calculate_price: true,
stack: false,
type: "70% Off Mens Summer",
colors: {
background: "#ffffff",
text: "#ff0000"
},
}),
new DiscountItems({
include: {
collection_includes: "promo_60-off"
},regular_priced_only: true,
discount: new PriceDiscount(19.99),message: "MAINTENANT 60% DE RABAIS!",
display_messaging: true,
calculate_price: true,
stack: false,
type: "$19.99 rue21",
colors: {
background: "#ffffff",
text: "#ff0000"
},
}),
new DiscountItems({
include: {
collection_includes: "promo_50-off"
},regular_priced_only: true,
discount: new PercentageDiscount(50),message: "EN LIGNE SEULEMENT! 50% DE RABAIS",
display_messaging: true,
calculate_price: true,
stack: false,
type: "50% Off Graphics \u0026 Access",
colors: {
background: "#ffffff",
text: "#ff0000"
},
}),
new DiscountItems({
include: {
collection_includes: "promo_50-off-temp"
},regular_priced_only: true,
discount: new PercentageDiscount(50),message: "50% DE RABAIS",
display_messaging: true,
calculate_price: true,
stack: false,
type: "50% Off",
colors: {
background: "#ffffff",
text: "#000000"
},
}),
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: ""
},
}),
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: ""
},
}),
new DiscountItems({
include: {
collection_includes: "pads"
},regular_priced_only: true,
discount: new PriceDiscount(29),message: "",
display_messaging: true,
calculate_price: true,
stack: false,
type: "$29 Safety Pads",
colors: {
background: "#ffffff",
text: ""
},
}),
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_spring-wood-cruisers"
},regular_priced_only: true,
discount: new PriceDiscount(49),message: "",
display_messaging: true,
calculate_price: true,
stack: false,
type: "$49 Spring Wooden 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"
},
}),]