[
new DiscountItems({
include: {
collection_includes: "promo_-15-denim"
},regular_priced_only: true,
discount: new PriceDiscount(15),message: "$15 Denim",
display_messaging: true,
calculate_price: true,
stack: false,
type: "$15 Denim",
colors: {
background: "#ffffff",
text: "#fb7377"
},
}),
new DiscountItems({
include: {
collection_includes: "promo_-10denim-skirts-and-shorts"
},regular_priced_only: false,
discount: new PriceDiscount(10),message: "Limited Time!",
display_messaging: true,
calculate_price: true,
stack: false,
type: "$10 Denim Shorts and Skirts",
colors: {
background: "#ffffff",
text: "#80cdb3"
},
}),
new DiscountItems({
include: {
collection_includes: "promo_-10-markdown"
},regular_priced_only: true,
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: true,
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: "all"
},exclude: {
collection_includes: "50-off-exclusions-may-25"
},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: "#ef2d7a"
},
}),]