[new QuantityTier({
include: {
collection_includes: "promo_2-for-15"
},regular_priced_only: true,
tiers: [{
buy: 2,price: 15,message: "NOW 2 FOR $15 + NO GST!",
},],message: "NOW 2 FOR $15 + NO GST!",
display_messaging: true,
calculate_price: false,
stack: false,
type: "2 FOR $15 YOUTH TEES",
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_lw-50-off"
},regular_priced_only: true,
discount: new PercentageDiscount(50),message: "NOW 50% OFF + NO GST!",
display_messaging: true,
calculate_price: true,
stack: false,
type: "50% off Youth",
colors: {
background: "#ffffff",
text: "#ff0000"
},
}),
new DiscountItems({
include: {
collection_includes: "promo_60-off"
},regular_priced_only: true,
discount: new PercentageDiscount(60),message: "NOW 60% OFF!",
display_messaging: true,
calculate_price: true,
stack: false,
type: "60% OFF",
colors: {
background: "#ffffff",
text: "#ff0000"
},
}),
new DiscountItems({
include: {
collection_includes: "promo_temp-60off"
},regular_priced_only: true,
discount: new PercentageDiscount(60),message: "NOW 60% OFF + NO GST!",
display_messaging: true,
calculate_price: true,
stack: false,
type: "60% OFF YOUTH",
colors: {
background: "#ffffff",
text: "#ff0000"
},
}),
new DiscountItems({
include: {
collection_includes: "promo_temp-80off"
},regular_priced_only: true,
discount: new PercentageDiscount(80),message: "CLEARANCE - NOW 80% OFF!",
display_messaging: true,
calculate_price: true,
stack: false,
type: "80% Off",
colors: {
background: "#ffffff",
text: "#ff0000"
},
}),
new DiscountItems({
include: {
collection_includes: "promo_80-off"
},regular_priced_only: true,
discount: new PercentageDiscount(80),message: "NOW 80% OFF + NO GST!",
display_messaging: true,
calculate_price: true,
stack: false,
type: "80% Off Youth",
colors: {
background: "#ffffff",
text: "#ff0000"
},
}),]