[new Bxgy({
include: {
collection_includes: "promo_bogo-free"
},buy: 1,
get: 1,
regular_priced_only: true,
best_discount: true,
discount: new PercentageDiscount(100),message: "1 ACHETÉ, LE 2E GRATUIT + CODE: EXTRA10",
display_messaging: true,
calculate_price: false,
stack: false,
type: "BOGO FREE ACCESS",
colors: {
background: "#ffffff",
text: "#ff0000"
},
}),
new DiscountItems({
include: {
collection_includes: "promo_40-off"
},regular_priced_only: true,
discount: new PercentageDiscount(40),message: "-40% + CODE: EXTRA10",
display_messaging: true,
calculate_price: true,
stack: false,
type: "40% OFF",
colors: {
background: "#ffffff",
text: "#ff0000"
},
}),
new DiscountItems({
include: {
collection_includes: "promo_20-off"
},regular_priced_only: true,
discount: new PercentageDiscount(20),message: "-20% + CODE: EXTRA10",
display_messaging: true,
calculate_price: true,
stack: false,
type: "20% OFF",
colors: {
background: "#ffffff",
text: "#ff0000"
},
}),
new DiscountItems({
include: {
collection_includes: "promo_50-off"
},regular_priced_only: true,
discount: new PercentageDiscount(50),message: "-50% + CODE: EXTRA10",
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% + CODE: EXTRA10",
display_messaging: true,
calculate_price: true,
stack: false,
type: "60% Off",
colors: {
background: "#ffffff",
text: "#ff0000"
},
}),
new DiscountItems({
include: {
collection_includes: "promo_70-off"
},regular_priced_only: true,
discount: new PercentageDiscount(70),message: "-70% + CODE: EXTRA10",
display_messaging: true,
calculate_price: true,
stack: false,
type: "70% OFF - CLEARANCE",
colors: {
background: "#ffffff",
text: "#ff0000"
},
}),new QuantityTier({
include: {
collection_includes: "promo_2-for-20"
},regular_priced_only: true,
tiers: [{
buy: 2,price: 20,message: "2 POUR 20$",
},],message: "2 POUR 20$ + CODE: EXTRA10",
display_messaging: true,
calculate_price: false,
stack: false,
type: "2 for $20",
colors: {
background: "#ffffff",
text: "#ff0000"
},
}),
new DiscountItems({
include: {
collection_includes: "promo_skate-no-ship"
},regular_priced_only: true,
discount: new PercentageDiscount(40),message: "-40% + CODE: EXTRA10",
display_messaging: true,
calculate_price: true,
stack: false,
type: "SKATE - NO SHIP",
colors: {
background: "#ffffff",
text: "#ff0000"
},
}),
new DiscountItems({
include: {
collection_includes: "promo_temp-20"
},regular_priced_only: true,
discount: new PercentageDiscount(20),message: "-20% + CODE: EXTRA10",
display_messaging: true,
calculate_price: true,
stack: false,
type: "20% Off Scooters",
colors: {
background: "#ffffff",
text: "#ff0000"
},
}),
new DiscountItems({
include: {
collection_includes: "promo_markdown_5"
},regular_priced_only: true,
discount: new PriceDiscount(4.99),message: "4,99$ + CODE: EXTRA10",
display_messaging: true,
calculate_price: true,
stack: false,
type: "$4.99 Youth Tees",
colors: {
background: "#ffffff",
text: "#ff0000"
},
}),
new DiscountItems({
include: {
collection_includes: "promo_markdown_10"
},regular_priced_only: true,
discount: new PriceDiscount(9.99),message: "9,99$ + CODE: EXTRA10",
display_messaging: true,
calculate_price: true,
stack: false,
type: "$9.99 Tees",
colors: {
background: "#ffffff",
text: "#ff0000"
},
}),
new DiscountItems({
include: {
collection_includes: "promo_markdown_20"
},regular_priced_only: true,
discount: new PriceDiscount(19.99),message: "19,99$ + CODE: EXTRA10",
display_messaging: true,
calculate_price: true,
stack: false,
type: "$19.99 Hoodies",
colors: {
background: "#ffffff",
text: "#ff0000"
},
}),
new DiscountItems({
include: {
collection_includes: "promo_markdown_15"
},regular_priced_only: true,
discount: new PriceDiscount(14.99),message: "14,99$ + CODE: EXTRA10",
display_messaging: true,
calculate_price: true,
stack: false,
type: "$14.99 Sweatpants",
colors: {
background: "#ffffff",
text: "#ff0000"
},
}),]