[
new DiscountItems({
include: {
collection_includes: "promo_-5-memorial-day-deals"
},regular_priced_only: false,
discount: new PriceDiscount(5),message: "$5 Weekend Deal",
display_messaging: true,
calculate_price: true,
stack: false,
type: "$5 Memorial Day Deals",
colors: {
background: "#ffffff",
text: "#ff0000"
},
}),
new DiscountItems({
include: {
collection_includes: "promo_nothing-over-20"
},regular_priced_only: true,
discount: new PriceDiscount(20),message: "Nothing Over $20",
display_messaging: true,
calculate_price: true,
stack: false,
type: "Nothing Over $20",
colors: {
background: "#ffffff",
text: "#34a9c3"
},
}),
new DiscountItems({
include: {
collection_includes: "promo_-7-markdown"
},exclude: {
collection_includes: "exclusion-bubble-slides-may-23"
},regular_priced_only: true,
discount: new PriceDiscount(7),message: "$7 Deals",
display_messaging: true,
calculate_price: true,
stack: false,
type: "$7",
colors: {
background: "#ffffff",
text: "#34a9c3"
},
}),
new DiscountItems({
include: {
collection_includes: "promo_-8-spp"
},regular_priced_only: false,
discount: new PriceDiscount(8),message: "$8 Deals",
display_messaging: true,
calculate_price: true,
stack: true,
type: "$8",
colors: {
background: "#ffffff",
text: "#34a9c3"
},
}),
new DiscountItems({
include: {
collection_includes: "promo_-10-spp"
},regular_priced_only: false,
discount: new PriceDiscount(10),message: "$10 Deals",
display_messaging: true,
calculate_price: true,
stack: true,
type: "$10",
colors: {
background: "#ffffff",
text: "#34a9c3"
},
}),
new DiscountItems({
include: {
collection_includes: "promo_-12-spp"
},regular_priced_only: false,
discount: new PriceDiscount(12),message: "$12 Deals",
display_messaging: true,
calculate_price: true,
stack: false,
type: "$12",
colors: {
background: "#ffffff",
text: "#34a9c3"
},
}),
new DiscountItems({
include: {
collection_includes: "promo_-13-spp"
},regular_priced_only: true,
discount: new PriceDiscount(12.50),message: "$12.50 Deals",
display_messaging: true,
calculate_price: true,
stack: false,
type: "$12.50",
colors: {
background: "#ffffff",
text: "#34a9c3"
},
}),
new DiscountItems({
include: {
collection_includes: "promo_-12-99-may-2"
},regular_priced_only: true,
discount: new PriceDiscount(12.99),message: "$12.99 Deals",
display_messaging: true,
calculate_price: true,
stack: false,
type: "$12.99",
colors: {
background: "#ffffff",
text: "#ff0000"
},
}),
new DiscountItems({
include: {
collection_includes: "promo_-15-spp"
},regular_priced_only: false,
discount: new PriceDiscount(15),message: "$15 Deals",
display_messaging: true,
calculate_price: true,
stack: true,
type: "$15",
colors: {
background: "#ffffff",
text: "#34a9c3"
},
}),
new DiscountItems({
include: {
collection_includes: "promo_-20-spp"
},exclude: {
collection_includes: "promo_easter-deal-2-for-29-99"
},regular_priced_only: false,
discount: new PriceDiscount(20),message: "$20 Deals",
display_messaging: true,
calculate_price: true,
stack: true,
type: "$20",
colors: {
background: "#ffffff",
text: "#34a9c3"
},
}),
new DiscountItems({
include: {
collection_includes: "promo_-40-spp"
},regular_priced_only: true,
discount: new PriceDiscount(40),message: "$40 Deals",
display_messaging: true,
calculate_price: true,
stack: false,
type: "$40",
colors: {
background: "#ffffff",
text: "#ff0000"
},
}),new B2ga({
include: {
collection_includes: "promo_2-for-15-99"
},regular_priced_only: true,
discount: new PriceDiscount(7.495),message: "2 for $15.99",
display_messaging: true,
calculate_price: false,
buy: 2,
exact_buy: true,
stack: true,
type: "2 for $15",
colors: {
background: "#ffffff",
text: "#e21b70"
},
}),new B2ga({
include: {
collection_includes: "promo_3-for-15-leggings"
},regular_priced_only: true,
discount: new PriceDiscount(5.33),message: "3 for $15.99",
display_messaging: true,
calculate_price: false,
buy: 3,
exact_buy: true,
stack: true,
type: "3 for $15.99",
colors: {
background: "#ffffff",
text: "#e21b70"
},
}),new Bxgy({
include: {
collection_includes: "promo_bogo-free-cold-weather"
},buy: 1,
get: 1,
regular_priced_only: true,
best_discount: true,
discount: new PriceDiscount(1),message: "Buy One Get One $1",
display_messaging: true,
calculate_price: false,
stack: false,
type: "BOGO $1",
colors: {
background: "#ffffff",
text: "#e21b70"
},
}),
new DiscountItems({
include: {
collection_includes: "promo_50-off"
},regular_priced_only: false,
discount: new PercentageDiscount(50),message: "50% Off",
display_messaging: true,
calculate_price: true,
stack: false,
type: "50% Off",
colors: {
background: "#ffffff",
text: "#e21b70"
},
}),
new DiscountItems({
include: {
collection_includes: "all"
},exclude: {
collection_includes: "memorial-day-promo-exclusions-may-25"
},regular_priced_only: true,
discount: new MoneyDiscount(0),message: "",
display_messaging: false,
calculate_price: true,
stack: false,
type: "NOS",
colors: {
background: "",
text: ""
},
}),]