[
new DiscountItems({
include: {
collection_includes: "promo_20-off"
},regular_priced_only: true,
discount: new PercentageDiscount(20),message: "20 % DE RABAIS",
display_messaging: true,
calculate_price: true,
stack: false,
type: "20% OFF",
colors: {
background: "#ffffff",
text: "#ff0000"
},
}),
new DiscountItems({
include: {
collection_includes: "promo_40-off"
},regular_priced_only: true,
discount: new PercentageDiscount(40),message: "40 % DE RABAIS",
display_messaging: true,
calculate_price: true,
stack: false,
type: "40% OFF",
colors: {
background: "#ffffff",
text: "#ff0000"
},
}),
new DiscountItems({
include: {
collection_includes: "promo_50-off"
},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: "#ff0000"
},
}),
new DiscountItems({
include: {
collection_includes: "promo_60-off"
},regular_priced_only: true,
discount: new PercentageDiscount(60),message: "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_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 SKATE",
colors: {
background: "#ffffff",
text: "#ff0000"
},
}),
new DiscountItems({
include: {
collection_includes: "promo_temp-20"
},regular_priced_only: true,
discount: new PercentageDiscount(20),message: "20 % DE RABAIS",
display_messaging: true,
calculate_price: true,
stack: false,
type: "20% OFF SKATE \u0026 SCOOTS",
colors: {
background: "#ffffff",
text: "#ff0000"
},
}),
new DiscountItems({
include: {
collection_includes: "promo_70-off"
},regular_priced_only: true,
discount: new PercentageDiscount(70),message: "LIQUIDATION - 70 % DE RABAIS",
display_messaging: true,
calculate_price: true,
stack: false,
type: "70% OFF - CLEARANCE",
colors: {
background: "#ffffff",
text: "#ff0000"
},
}),
new DiscountItems({
include: {
collection_includes: "promo_75-off"
},regular_priced_only: true,
discount: new PercentageDiscount(75),message: "LIQUIDATION - 75 % DE RABAIS",
display_messaging: true,
calculate_price: true,
stack: false,
type: "75% OFF",
colors: {
background: "#ffffff",
text: "#ff0000"
},
}),
new DiscountItems({
include: {
collection_includes: "promo_24-or-less-jeans"
},regular_priced_only: true,
discount: new PercentageDiscount(20),message: "20 % DE RABAIS",
display_messaging: true,
calculate_price: true,
stack: false,
type: "$24 OR LESS JEANS",
colors: {
background: "#ffffff",
text: "#ff0000"
},
}),
new DiscountItems({
include: {
collection_includes: "promo_spring-5"
},regular_priced_only: true,
discount: new PriceDiscount(4.99),message: "MAINTENANT À 4,99 $",
display_messaging: true,
calculate_price: true,
stack: false,
type: "SPRING $5",
colors: {
background: "#ffffff",
text: "#ff0000"
},
}),
new DiscountItems({
include: {
collection_includes: "promo_spring-10"
},regular_priced_only: true,
discount: new PriceDiscount(9.99),message: "MAINTENANT À 9,99 $",
display_messaging: true,
calculate_price: true,
stack: false,
type: "SPRING $10",
colors: {
background: "#ffffff",
text: "#ff0000"
},
}),
new DiscountItems({
include: {
collection_includes: "promo_spring-12-50"
},regular_priced_only: true,
discount: new PriceDiscount(12.49),message: "MAINTENANT À 12,49 $",
display_messaging: true,
calculate_price: true,
stack: false,
type: "SPRING $12.50",
colors: {
background: "#ffffff",
text: "#ff0000"
},
}),
new DiscountItems({
include: {
collection_includes: "promo_spring-15"
},regular_priced_only: true,
discount: new PriceDiscount(14.99),message: "MAINTENANT À 14,99 $",
display_messaging: true,
calculate_price: true,
stack: false,
type: "SPRING $15",
colors: {
background: "#ffffff",
text: "#ff0000"
},
}),
new DiscountItems({
include: {
collection_includes: "promo_spring-20"
},regular_priced_only: true,
discount: new PriceDiscount(19.99),message: "MAINTENANT À 19,99 $",
display_messaging: true,
calculate_price: true,
stack: false,
type: "SPRING $20",
colors: {
background: "#ffffff",
text: "#ff0000"
},
}),
new DiscountItems({
include: {
collection_includes: "promo_markdown_5"
},regular_priced_only: true,
discount: new PriceDiscount(4.99),message: "LIQUIDATION - 4,99 $",
display_messaging: true,
calculate_price: true,
stack: false,
type: "MARKDOWN $5",
colors: {
background: "#ffffff",
text: "#ff0000"
},
}),
new DiscountItems({
include: {
collection_includes: "promo_markdown_8"
},regular_priced_only: true,
discount: new PriceDiscount(7.99),message: "LIQUIDATION - 7,99 $",
display_messaging: true,
calculate_price: true,
stack: false,
type: "MARKDOWN $8",
colors: {
background: "#ffffff",
text: "#ff0000"
},
}),
new DiscountItems({
include: {
collection_includes: "promo_markdown_10"
},regular_priced_only: true,
discount: new PriceDiscount(9.99),message: "LIQUIDATION - 9,99 $",
display_messaging: true,
calculate_price: true,
stack: false,
type: "MARKDOWN $10",
colors: {
background: "#ffffff",
text: "#ff0000"
},
}),
new DiscountItems({
include: {
collection_includes: "promo_markdown_12"
},regular_priced_only: true,
discount: new PriceDiscount(11.99),message: "MAINTENANT À 11,99 $",
display_messaging: true,
calculate_price: true,
stack: false,
type: "MARKDOWN $12",
colors: {
background: "#ffffff",
text: "#ff0000"
},
}),
new DiscountItems({
include: {
collection_includes: "promo_markdown_-12-50"
},regular_priced_only: true,
discount: new PriceDiscount(12.49),message: "LIQUIDATION - 12,49 $",
display_messaging: true,
calculate_price: true,
stack: false,
type: "MARKDOWN $12.50",
colors: {
background: "#ffffff",
text: "#ff0000"
},
}),
new DiscountItems({
include: {
collection_includes: "promo_markdown_15"
},regular_priced_only: true,
discount: new PriceDiscount(14.99),message: "LIQUIDATION - 14,99 $",
display_messaging: true,
calculate_price: true,
stack: false,
type: "MARKDOWN $15",
colors: {
background: "#ffffff",
text: "#ff0000"
},
}),
new DiscountItems({
include: {
collection_includes: "promo_markdown_20"
},regular_priced_only: true,
discount: new PriceDiscount(19.99),message: "LIQUIDATION - 19,99 $",
display_messaging: true,
calculate_price: true,
stack: false,
type: "MARKDOWN $20",
colors: {
background: "#ffffff",
text: "#ff0000"
},
}),
new DiscountItems({
include: {
collection_includes: "promo_markdown-35"
},regular_priced_only: true,
discount: new PriceDiscount(34.99),message: "LIQUIDATION - 34,99 $",
display_messaging: true,
calculate_price: true,
stack: false,
type: "MARKDOWN $35",
colors: {
background: "#ffffff",
text: "#ff0000"
},
}),]