[new Bxgy({
include: {
collection_includes: "promo-bogofree"
},buy: 1,
get: 1,
regular_priced_only: true,
best_discount: true,
discount: new PercentageDiscount(100),message: "BUY 1, GET 1 FREE!",
display_messaging: true,
calculate_price: false,
stack: false,
type: "BOGO FREE ACCESS",
colors: {
background: "#ffffff",
text: "#ff0000"
},
}),
new DiscountItems({
include: {
collection_includes: "promo-40off"
},regular_priced_only: true,
discount: new PercentageDiscount(40),message: "NOW 40% OFF!",
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: "NOW 50% OFF!",
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: "CLEARANCE - 70% OFF!",
display_messaging: true,
calculate_price: true,
stack: false,
type: "70% OFF - CLEARANCE",
colors: {
background: "#ffffff",
text: "#ff0000"
},
}),
new DiscountItems({
include: {
collection_includes: "promo_20-off"
},regular_priced_only: true,
discount: new PercentageDiscount(20),message: "NOW 20% OFF!",
display_messaging: true,
calculate_price: true,
stack: false,
type: "20% OFF",
colors: {
background: "#ffffff",
text: "#ff0000"
},
}),new QuantityTier({
include: {
collection_includes: "promo_2-for-20"
},regular_priced_only: true,
tiers: [{
buy: 2,price: 20,message: "",
},],message: "NOW 2 FOR $20!",
display_messaging: true,
calculate_price: false,
stack: false,
type: "2 for $20",
colors: {
background: "#ffffff",
text: "#ff0000"
},
}),
new DiscountItems({
include: {
collection_includes: "skate-exclusion-free-ship"
},regular_priced_only: true,
discount: new PercentageDiscount(40),message: "NOW 40% OFF!",
display_messaging: true,
calculate_price: true,
stack: false,
type: "Skate Excl.",
colors: {
background: "#ffffff",
text: "#ff0000"
},
}),
new DiscountItems({
include: {
collection_includes: "promo_temp-20off"
},regular_priced_only: true,
discount: new PercentageDiscount(20),message: "NOW 20% OFF!",
display_messaging: true,
calculate_price: true,
stack: false,
type: "20% Off Scooters",
colors: {
background: "#ffffff",
text: "#ff0000"
},
}),]