[new QuantityTier({
include: {
collection_includes: "promo_2-for-15"
},regular_priced_only: true,
tiers: [{
buy: 2,price: 15,message: "2 POUR 20$",
},],message: "2 POUR 15$",
display_messaging: true,
calculate_price: false,
stack: false,
type: "2 for $15",
colors: {
background: "#ff0000",
text: "#ffffff"
},
}),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$",
display_messaging: true,
calculate_price: false,
stack: false,
type: "2 for $20",
colors: {
background: "#ff0000",
text: "#ffffff"
},
}),new QuantityTier({
include: {
collection_includes: "promo_2-for-25"
},regular_priced_only: true,
tiers: [{
buy: 2,price: 25,message: "2 POUR 25$",
},{
buy: 1,price: 15,message: "",
},],message: "2 POUR 25$ OU 15$ CHACUN",
display_messaging: true,
calculate_price: false,
stack: false,
type: "2 for $25 \/ $15 Each",
colors: {
background: "#ff0000",
text: "#ffffff"
},
}),new QuantityTier({
include: {
collection_includes: "promo_3-for-15"
},regular_priced_only: true,
tiers: [{
buy: 3,price: 15.99,message: "3 pour 15,99$",
},{
buy: 1,price: 7,message: "",
},],message: "3 POUR 15,99$ OU 7$ CHACUN",
display_messaging: true,
calculate_price: false,
stack: false,
type: "3 for $15.99 \/ $7 Each",
colors: {
background: "#ff0000",
text: "#ffffff"
},
}),
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: "#ff0000",
text: "#ffffff"
},
}),
new DiscountItems({
include: {
collection_includes: "promo_markdown_5"
},regular_priced_only: true,
discount: new PriceDiscount(5),message: "",
display_messaging: true,
calculate_price: true,
stack: false,
type: "$5 Markdown",
colors: {
background: "#ffffff",
text: ""
},
}),
new DiscountItems({
include: {
collection_includes: "promo_markdown_15"
},regular_priced_only: true,
discount: new PriceDiscount(15),message: "",
display_messaging: true,
calculate_price: true,
stack: false,
type: "$15 Markdown",
colors: {
background: "#ffffff",
text: ""
},
}),
new DiscountItems({
include: {
collection_includes: "promo_markdown_20"
},regular_priced_only: true,
discount: new PriceDiscount(20),message: "",
display_messaging: true,
calculate_price: true,
stack: false,
type: "$20 Markdown",
colors: {
background: "#ffffff",
text: ""
},
}),
new DiscountItems({
include: {
collection_includes: "promo_markdown_25"
},regular_priced_only: true,
discount: new PriceDiscount(25),message: "",
display_messaging: true,
calculate_price: true,
stack: false,
type: "$25 Markdown",
colors: {
background: "#ffffff",
text: "#ffffff"
},
}),
new DiscountItems({
include: {
collection_includes: "promo_markdown_-30"
},regular_priced_only: true,
discount: new PriceDiscount(30),message: "",
display_messaging: true,
calculate_price: true,
stack: false,
type: "$30 Markdown",
colors: {
background: "#ffffff",
text: ""
},
}),
new DiscountItems({
include: {
collection_includes: "promo_markdown_-40"
},regular_priced_only: true,
discount: new PriceDiscount(40),message: "",
display_messaging: true,
calculate_price: true,
stack: false,
type: "$40 Markdown",
colors: {
background: "#ffffff",
text: ""
},
}),
new DiscountItems({
include: {
collection_includes: "promo_markdown_-50"
},regular_priced_only: true,
discount: new PriceDiscount(50),message: "",
display_messaging: true,
calculate_price: true,
stack: false,
type: "$50 Markdown",
colors: {
background: "#ffffff",
text: ""
},
}),
new DiscountItems({
include: {
collection_includes: "promo_30-off-brands"
},regular_priced_only: true,
discount: new PercentageDiscount(50),message: "50% de rabais",
display_messaging: true,
calculate_price: true,
stack: false,
type: "50% Off Old Spring Branded",
colors: {
background: "#ff0000",
text: "#ffffff"
},
}),
new DiscountItems({
include: {
collection_includes: "promo_sale-branded-t-shirts"
},regular_priced_only: true,
discount: new PriceDiscount(15),message: "",
display_messaging: true,
calculate_price: true,
stack: false,
type: "$15 Fall branded tees",
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: "promo_x-ride-fall"
},regular_priced_only: true,
discount: new PriceDiscount(99),message: "",
display_messaging: true,
calculate_price: true,
stack: false,
type: "$99 Fall X-Ride",
colors: {
background: "#ffffff",
text: ""
},
}),
new DiscountItems({
include: {
collection_includes: "promo_x-park-fall"
},regular_priced_only: true,
discount: new PriceDiscount(149),message: "",
display_messaging: true,
calculate_price: true,
stack: false,
type: "$149 Fall X-Park",
colors: {
background: "#ffffff",
text: ""
},
}),
new DiscountItems({
include: {
collection_includes: "promo_x-up-fall"
},regular_priced_only: true,
discount: new PriceDiscount(199),message: "",
display_messaging: true,
calculate_price: true,
stack: false,
type: "$199 Fall X-Up",
colors: {
background: "#ffffff",
text: ""
},
}),
new DiscountItems({
include: {
collection_includes: "promo_x-pro-fall"
},regular_priced_only: true,
discount: new PriceDiscount(229),message: "",
display_messaging: true,
calculate_price: true,
stack: false,
type: "$229 Fall X-Pro",
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_new-fall-solid-cruisers"
},regular_priced_only: true,
discount: new PercentageDiscount(50),message: "50% DE RABAIS",
display_messaging: true,
calculate_price: true,
stack: false,
type: "50% Off Fall Solid Cruisers",
colors: {
background: "#ff0000",
text: "#ffffff"
},
}),
new DiscountItems({
include: {
collection_includes: "promo_new-fall-printed-cruisers"
},regular_priced_only: true,
discount: new PercentageDiscount(50),message: "50% DE RABAIS",
display_messaging: true,
calculate_price: true,
stack: false,
type: "50% Off Fall Printed Cruisers",
colors: {
background: "#ff0000",
text: "#ffffff"
},
}),
new DiscountItems({
include: {
collection_includes: "promo_fall-wood-cruisers"
},regular_priced_only: true,
discount: new PercentageDiscount(50),message: "50% DE RABAIS",
display_messaging: true,
calculate_price: true,
stack: false,
type: "50% Off Fall Wooden Cruisers",
colors: {
background: "#ff0000",
text: "#ffffff"
},
}),
new DiscountItems({
include: {
collection_includes: "promo_new-fall-completes"
},regular_priced_only: true,
discount: new PercentageDiscount(50),message: "50% DE RABAIS",
display_messaging: true,
calculate_price: true,
stack: false,
type: "50% Off Fall Completes",
colors: {
background: "#ff0000",
text: "#ffffff"
},
}),
new DiscountItems({
include: {
collection_includes: "promo_new-fall-longboards"
},regular_priced_only: true,
discount: new PriceDiscount(85),message: "",
display_messaging: true,
calculate_price: true,
stack: false,
type: "$85 Fall Longboards",
colors: {
background: "#ffffff",
text: "#ffffff"
},
}),]