[new QuantityTier({
include: {
collection_includes: "promo_3-for-10"
},regular_priced_only: true,
tiers: [{
buy: 3,price: 10,message: "CYBER VENTE - 3 POUR 10$",
},],message: "3 POUR $10",
display_messaging: true,
calculate_price: false,
stack: false,
type: "3 FOR $10 TEES - 4550",
colors: {
background: "#ffffff",
text: "#ff0000"
},
}),
new DiscountItems({
include: {
collection_includes: "promo_20-off"
},regular_priced_only: true,
discount: new PercentageDiscount(20),message: "NOUVEAU PRIX BAS!",
display_messaging: true,
calculate_price: true,
stack: false,
type: "20% OFF FALL",
colors: {
background: "#ffffff",
text: "#ff0000"
},
}),
new DiscountItems({
include: {
collection_includes: "promo_nos"
},regular_priced_only: true,
discount: new PercentageDiscount(0),message: "NOUVEAU PRIX BAS!",
display_messaging: true,
calculate_price: true,
stack: false,
type: "NOS BANNER",
colors: {
background: "#ffffff",
text: "#ff0000"
},
}),
new DiscountItems({
include: {
collection_includes: "promo_fall-8"
},regular_priced_only: true,
discount: new PriceDiscount(7.99),message: "NOUVEAU PRIX BAS!",
display_messaging: true,
calculate_price: true,
stack: false,
type: "FALL $8",
colors: {
background: "#ffffff",
text: "#ff0000"
},
}),
new DiscountItems({
include: {
collection_includes: "promo_fall-10"
},regular_priced_only: true,
discount: new PriceDiscount(9.99),message: "NOUVEAU BAS PRIX!",
display_messaging: true,
calculate_price: true,
stack: false,
type: "FALL $10",
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_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",
colors: {
background: "#ffffff",
text: "#ff0000"
},
}),
new DiscountItems({
include: {
collection_includes: "promo_markdown_-4"
},regular_priced_only: true,
discount: new PriceDiscount(3.99),message: "termine ce soir! VENTE CYBER - 3,99$",
display_messaging: true,
calculate_price: true,
stack: false,
type: "$3.99",
colors: {
background: "#ffffff",
text: "#ff0000"
},
}),
new DiscountItems({
include: {
collection_includes: "promo_markdown_5"
},regular_priced_only: true,
discount: new PriceDiscount(4.99),message: "termine ce soir! VENTE CYBER - 4,99$",
display_messaging: true,
calculate_price: true,
stack: false,
type: "$4.99",
colors: {
background: "#ffffff",
text: "#ff0000"
},
}),
new DiscountItems({
include: {
collection_includes: "promo_markdown_750"
},regular_priced_only: true,
discount: new PriceDiscount(7.50),message: "TERMINE CE SOIR! VENTE CYBER - 7,50$",
display_messaging: true,
calculate_price: true,
stack: false,
type: "$7.50",
colors: {
background: "#ffffff",
text: "#ff0000"
},
}),
new DiscountItems({
include: {
collection_includes: "promo_markdown_8"
},regular_priced_only: true,
discount: new PriceDiscount(7.99),message: "TERMINE CE SOIR! VENTE CYBER - 7,99$",
display_messaging: true,
calculate_price: true,
stack: false,
type: "$7.99",
colors: {
background: "#ffffff",
text: "#ff0000"
},
}),
new DiscountItems({
include: {
collection_includes: "promo_markdown_10"
},regular_priced_only: true,
discount: new PriceDiscount(9.99),message: "TERMINE CE SOIR! VENTE CYBER - 9,99$",
display_messaging: true,
calculate_price: true,
stack: false,
type: "$9.99",
colors: {
background: "#ffffff",
text: "#ff0000"
},
}),
new DiscountItems({
include: {
collection_includes: "promo_markdown_-12-50"
},regular_priced_only: true,
discount: new PriceDiscount(12.50),message: "TERMINE CE SOIR! VENTE CYBER - 12,50$",
display_messaging: true,
calculate_price: true,
stack: false,
type: "$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: "TERMINE CE SOIR! VENTE CYBER - 14,99$",
display_messaging: true,
calculate_price: true,
stack: false,
type: "$14.99",
colors: {
background: "#ffffff",
text: "#ff0000"
},
}),new QuantityTier({
include: {
collection_includes: "promo_temp-2-for-12"
},regular_priced_only: true,
tiers: [{
buy: 2,price: 12,message: "2 POUR 12$",
},],message: "2 POUR 12$",
display_messaging: true,
calculate_price: false,
stack: false,
type: "2 FOR $12",
colors: {
background: "#ffffff",
text: "#ff0000"
},
}),]