[new Bxgy({
include: {
collection_includes: "promo_bogo-free"
},buy: 1,
get: 1,
regular_priced_only: true,
best_discount: true,
discount: new PriceDiscount(0),message: "1 Acheté, le 2ième gratuit",
display_messaging: true,
calculate_price: false,
stack: false,
type: "BOGO FREE",
colors: {
background: "#ff0000",
text: "#ffffff"
},
}),
new DiscountItems({
include: {
collection_includes: "markdown-15-youth"
},regular_priced_only: true,
discount: new PriceDiscount(15),message: "",
display_messaging: true,
calculate_price: true,
stack: false,
type: "Markdown $15 Youth",
colors: {
background: "#ffffff",
text: ""
},
}),
new DiscountItems({
include: {
collection_includes: "markdown-20-mens"
},regular_priced_only: true,
discount: new PriceDiscount(20),message: "",
display_messaging: true,
calculate_price: true,
stack: false,
type: "Markdown $20 Mens",
colors: {
background: "#ffffff",
text: ""
},
}),
new DiscountItems({
include: {
collection_includes: "promo_markdown-6"
},regular_priced_only: true,
discount: new PriceDiscount(6),message: "",
display_messaging: true,
calculate_price: true,
stack: false,
type: "$6 Markdown",
colors: {
background: "#ffffff",
text: ""
},
}),
new DiscountItems({
include: {
collection_includes: "promo_markdown-19"
},regular_priced_only: true,
discount: new PriceDiscount(19),message: "60% de Rabais",
display_messaging: true,
calculate_price: true,
stack: false,
type: "$19 Markdown",
colors: {
background: "#000000",
text: "#ffffff"
},
}),new Bxgy({
include: {
collection_includes: "pads"
},include_x: {
collection_includes: "promo_safety-pads-1"
},buy: 1,
get: 1,
regular_priced_only: false,
best_discount: false,
discount: new PercentageDiscount(25),message: "25% de rabais à l'achat d'une trottinette, longboard, ou un skate",
display_messaging: true,
calculate_price: false,
stack: true,
type: "Safety Pads",
colors: {
background: "#000000",
text: "#ffffff"
},
}),
new DiscountItems({
include: {
collection_includes: "promo_bf-29"
},regular_priced_only: true,
discount: new PriceDiscount(29),message: "",
display_messaging: true,
calculate_price: true,
stack: false,
type: "BF $29",
colors: {
background: "#ffffff",
text: ""
},
}),
new DiscountItems({
include: {
collection_includes: "promo_-99-rollerskates"
},regular_priced_only: true,
discount: new PriceDiscount(99),message: "",
display_messaging: true,
calculate_price: true,
stack: false,
type: "$99 Rollerskates",
colors: {
background: "#ffffff",
text: ""
},
}),
new DiscountItems({
include: {
collection_includes: "promo_30-off"
},regular_priced_only: true,
discount: new PercentageDiscount(30),message: "30% de Rabais",
display_messaging: true,
calculate_price: true,
stack: false,
type: "30% OFF",
colors: {
background: "#000000",
text: "#ffffff"
},
}),
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: "rgba(0,0,0,0)"
},
}),
new DiscountItems({
include: {
collection_includes: "promo_markdown_10"
},regular_priced_only: true,
discount: new PriceDiscount(10),message: "",
display_messaging: true,
calculate_price: true,
stack: false,
type: "$10 Markdown",
colors: {
background: "#ffffff",
text: "rgba(0,0,0,0)"
},
}),
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: "rgba(0,0,0,0)"
},
}),
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: "rgba(0,0,0,0)"
},
}),
new DiscountItems({
include: {
collection_includes: "promo_markdown_29"
},regular_priced_only: true,
discount: new PriceDiscount(29),message: "",
display_messaging: true,
calculate_price: true,
stack: false,
type: "$29 Markdown",
colors: {
background: "#ffffff",
text: ""
},
}),
new DiscountItems({
include: {
collection_includes: "promo_markdown_49"
},regular_priced_only: true,
discount: new PriceDiscount(49),message: "",
display_messaging: true,
calculate_price: true,
stack: false,
type: "$49 Markdown",
colors: {
background: "#ffffff",
text: ""
},
}),
new DiscountItems({
include: {
collection_includes: "promo_markdown_-159"
},regular_priced_only: true,
discount: new PriceDiscount(159),message: "",
display_messaging: true,
calculate_price: true,
stack: false,
type: "$159 MARKDOWN",
colors: {
background: "#ffffff",
text: ""
},
}),
new DiscountItems({
include: {
collection_includes: "promo_markdown_199"
},regular_priced_only: true,
discount: new PriceDiscount(199),message: "",
display_messaging: true,
calculate_price: true,
stack: false,
type: "$199 Markdown",
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"
},
}),]