[new Bxgy({
include: {
collection_includes: "promo_3for1-temp"
},buy: 1,
get: 2,
regular_priced_only: true,
best_discount: false,
discount: new PriceDiscount(0),message: "BUY 1, GET 2 FREE!",
display_messaging: true,
calculate_price: false,
stack: false,
type: "Buy 1, Get 2 Free",
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_markdown_-6"
},regular_priced_only: true,
discount: new PriceDiscount(5.99),message: "NOW $5.99!",
display_messaging: true,
calculate_price: true,
stack: false,
type: "$5.99 Youth Tees",
colors: {
background: "#ffffff",
text: "#ff0000"
},
}),
new DiscountItems({
include: {
collection_includes: "promo_markdown_9"
},regular_priced_only: true,
discount: new PriceDiscount(8.99),message: "NOW $8.99!",
display_messaging: true,
calculate_price: true,
stack: false,
type: "$8.99 Youth License Tees",
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: "CLEARANCE - NOW 80% OFF!",
display_messaging: true,
calculate_price: true,
stack: false,
type: "80% Off Youth",
colors: {
background: "#ffffff",
text: "#ff0000"
},
}),
new DiscountItems({
include: {
collection_includes: "promo_markdown_-25"
},regular_priced_only: true,
discount: new PriceDiscount(24.99),message: "CLEARANCE - NOW 60% OFF!",
display_messaging: true,
calculate_price: true,
stack: false,
type: "$24.99 Sets",
colors: {
background: "#ffffff",
text: "#ff0000"
},
}),]