[
new DiscountItems({
include: {
collection_includes: "promo_-5-sandals"
},regular_priced_only: false,
discount: new PriceDiscount(5),message: "$5 Jelly Sandals",
display_messaging: true,
calculate_price: true,
stack: false,
type: "$5 Jelly Sandals",
colors: {
background: "#ffffff",
text: "#fb7377"
},
}),
new DiscountItems({
include: {
collection_includes: "promo_-5-deals-may-31"
},regular_priced_only: false,
discount: new PriceDiscount(5),message: "$5 Deals",
display_messaging: true,
calculate_price: true,
stack: false,
type: "$5 Deals",
colors: {
background: "#ffffff",
text: "#ff0000"
},
}),new B2ga({
include: {
collection_includes: "promo_2-for-15-99-sandals-may-31"
},regular_priced_only: false,
discount: new PriceDiscount(8),message: "2 for $15.99",
display_messaging: true,
calculate_price: false,
buy: 2,
exact_buy: true,
stack: false,
type: "2 for $15.99 Sandals",
colors: {
background: "#ffffff",
text: "#fb7377"
},
}),
new DiscountItems({
include: {
collection_includes: "promo_-15-denim"
},regular_priced_only: false,
discount: new PriceDiscount(15),message: "$15 Jeans",
display_messaging: true,
calculate_price: true,
stack: false,
type: "$15 Denim",
colors: {
background: "#ffffff",
text: "#fb7377"
},
}),
new DiscountItems({
include: {
collection_includes: "promo_-20-denim"
},regular_priced_only: false,
discount: new PriceDiscount(20),message: "$20 Jeans",
display_messaging: true,
calculate_price: true,
stack: false,
type: "$20 Denim",
colors: {
background: "#ffffff",
text: "#8c66d9"
},
}),
new DiscountItems({
include: {
collection_includes: "promo_-10-markdown"
},regular_priced_only: false,
discount: new PriceDiscount(10),message: "Limited Time!",
display_messaging: true,
calculate_price: true,
stack: false,
type: "$10 Markdown",
colors: {
background: "#ffffff",
text: "#ff0000"
},
}),new B2ga({
include: {
collection_includes: "promo_3-for-10"
},regular_priced_only: false,
discount: new PriceDiscount(3.33),message: "3 For $10",
display_messaging: true,
calculate_price: false,
buy: 3,
exact_buy: true,
stack: false,
type: "3 For $10",
colors: {
background: "#ffffff",
text: "#80cdb3"
},
}),new B2ga({
include: {
collection_includes: "promo_3-for-15-leggings"
},regular_priced_only: false,
discount: new PriceDiscount(5.33),message: "3 For $15.99",
display_messaging: true,
calculate_price: false,
buy: 3,
exact_buy: true,
stack: false,
type: "3 For $15",
colors: {
background: "#ffffff",
text: "#c17558"
},
}),
new DiscountItems({
include: {
collection_includes: "promo_-2-tech"
},regular_priced_only: false,
discount: new PriceDiscount(2),message: "$2 Deals",
display_messaging: true,
calculate_price: true,
stack: false,
type: "$2 Tech",
colors: {
background: "#ffffff",
text: "#e21b70"
},
}),
new DiscountItems({
include: {
collection_includes: "all"
},exclude: {
collection_includes: "50-off-exclusions-june-28"
},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: "#8c66d9"
},
}),new B2ga({
include: {
collection_includes: "promo_3-for-20-swim"
},regular_priced_only: false,
discount: new PriceDiscount(6.66),message: "3 for $20",
display_messaging: true,
calculate_price: false,
buy: 3,
exact_buy: true,
stack: false,
type: "3 for $20",
colors: {
background: "#ffffff",
text: "#03c7d8"
},
}),new B2ga({
include: {
collection_includes: "promo_3-for-30-swim"
},regular_priced_only: false,
discount: new PriceDiscount(10),message: "3 for $30",
display_messaging: true,
calculate_price: false,
buy: 3,
exact_buy: true,
stack: false,
type: "3 for $30",
colors: {
background: "#ffffff",
text: "#fb7377"
},
}),]