[
new DiscountItems({
include: {
collection_includes: "promo_20-off"
},regular_priced_only: true,
discount: new PercentageDiscount(50),message: "NOW 50% OFF!",
display_messaging: true,
calculate_price: true,
stack: false,
type: "20% OFF\/NOW 50% OFF",
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_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(50),message: "NOW 50% OFF!",
display_messaging: true,
calculate_price: true,
stack: false,
type: "50% OFF ALL XMAS",
colors: {
background: "#ffffff",
text: "#ff0000"
},
}),
new DiscountItems({
include: {
collection_includes: "promo_mm-60-off"
},regular_priced_only: true,
discount: new PercentageDiscount(50),message: "NOW 50% OFF!",
display_messaging: true,
calculate_price: true,
stack: false,
type: "$9.99 XMAS TEES\/50% OFF",
colors: {
background: "#ffffff",
text: "#ff0000"
},
}),
new DiscountItems({
include: {
collection_includes: "promo_50-off-temp"
},regular_priced_only: true,
discount: new PercentageDiscount(50),message: "NOW 50% OFF!",
display_messaging: true,
calculate_price: true,
stack: false,
type: "50% OFF SKATE",
colors: {
background: "#ffffff",
text: "#ff0000"
},
}),
new DiscountItems({
include: {
collection_includes: "promo_temp-20off"
},regular_priced_only: true,
discount: new PercentageDiscount(50),message: "NOW 50% OFF!",
display_messaging: true,
calculate_price: true,
stack: false,
type: "20% Off Scoots \/ 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_75-off"
},regular_priced_only: true,
discount: new PercentageDiscount(80),message: "CLEARANCE - 80% OFF!",
display_messaging: true,
calculate_price: true,
stack: false,
type: "75% OFF\/NOW 80%",
colors: {
background: "#ffffff",
text: "#ff0000"
},
}),
new DiscountItems({
include: {
collection_includes: "promo_spring-5"
},regular_priced_only: true,
discount: new PercentageDiscount(50),message: "NOW 50% OFF!",
display_messaging: true,
calculate_price: true,
stack: false,
type: "SPRING $5\/50%",
colors: {
background: "#ffffff",
text: "#ff0000"
},
}),
new DiscountItems({
include: {
collection_includes: "promo_spring-10"
},regular_priced_only: true,
discount: new PercentageDiscount(50),message: "NOW 50% OFF!",
display_messaging: true,
calculate_price: true,
stack: false,
type: "SPRING $10\/50%",
colors: {
background: "#ffffff",
text: "#ff0000"
},
}),
new DiscountItems({
include: {
collection_includes: "promo_spring-12-50"
},regular_priced_only: true,
discount: new PercentageDiscount(50),message: "NOW 50% OFF!",
display_messaging: true,
calculate_price: true,
stack: false,
type: "SPRING $12.50\/50%",
colors: {
background: "#ffffff",
text: "#ff0000"
},
}),
new DiscountItems({
include: {
collection_includes: "promo_spring-15"
},regular_priced_only: true,
discount: new PercentageDiscount(50),message: "NOW 50% OFF!",
display_messaging: true,
calculate_price: true,
stack: false,
type: "SPRING $15\/50%",
colors: {
background: "#ffffff",
text: "#ff0000"
},
}),
new DiscountItems({
include: {
collection_includes: "promo_spring-20"
},regular_priced_only: true,
discount: new PercentageDiscount(50),message: "NOW 50% OFF!",
display_messaging: true,
calculate_price: true,
stack: false,
type: "SPRING $20\/50%",
colors: {
background: "#ffffff",
text: "#ff0000"
},
}),
new DiscountItems({
include: {
collection_includes: "promo_markdown_-5"
},regular_priced_only: true,
discount: new PriceDiscount(4.99),message: "NOW $4.99!",
display_messaging: true,
calculate_price: true,
stack: false,
type: "MARKDOWN $5",
colors: {
background: "#ffffff",
text: "#ff0000"
},
}),
new DiscountItems({
include: {
collection_includes: "promo_markdown_8"
},regular_priced_only: true,
discount: new PriceDiscount(7.99),message: "NOW $7.99 !",
display_messaging: true,
calculate_price: true,
stack: false,
type: "MARKDOWN $8",
colors: {
background: "#ffffff",
text: "#ff0000"
},
}),
new DiscountItems({
include: {
collection_includes: "promo_markdown_10"
},regular_priced_only: true,
discount: new PriceDiscount(9.99),message: "NOW $9.99!",
display_messaging: true,
calculate_price: true,
stack: false,
type: "MARKDOWN $10",
colors: {
background: "#ffffff",
text: "#ff0000"
},
}),
new DiscountItems({
include: {
collection_includes: "promo_markdown_12"
},regular_priced_only: true,
discount: new PriceDiscount(11.99),message: "NOW $11.99!",
display_messaging: true,
calculate_price: true,
stack: false,
type: "MARKDOWN $12",
colors: {
background: "#ffffff",
text: "#ff0000"
},
}),
new DiscountItems({
include: {
collection_includes: "promo_markdown_-1250"
},regular_priced_only: true,
discount: new PriceDiscount(12.49),message: "NOW $12.49!",
display_messaging: true,
calculate_price: true,
stack: false,
type: "MARKDOWN $12.50",
colors: {
background: "#ffffff",
text: "#ff0000"
},
}),
new DiscountItems({
include: {
collection_includes: "promo_markdown_15"
},regular_priced_only: true,
discount: new PriceDiscount(14.99),message: "NOW $14.99!",
display_messaging: true,
calculate_price: true,
stack: false,
type: "MARKDOWN $15",
colors: {
background: "#ffffff",
text: "#ff0000"
},
}),
new DiscountItems({
include: {
collection_includes: "promo_markdown_20"
},regular_priced_only: true,
discount: new PriceDiscount(19.99),message: "NOW $19.99!",
display_messaging: true,
calculate_price: true,
stack: false,
type: "MARKDOWN $20",
colors: {
background: "#ffffff",
text: "#ff0000"
},
}),
new DiscountItems({
include: {
collection_includes: "promo_markdown_-35"
},regular_priced_only: true,
discount: new PriceDiscount(34.99),message: "NOW $34.99!",
display_messaging: true,
calculate_price: true,
stack: false,
type: "MARKDOWN $35",
colors: {
background: "#ffffff",
text: "#ff0000"
},
}),]