[
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: "#c42131"
},
}),
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: "#c42131"
},
}),
new DiscountItems({
include: {
collection_includes: "all"
},exclude: {
collection_includes: "50-off-exclusions-june-30"
},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: "#104a94"
},
}),
new DiscountItems({
include: {
collection_includes: "promo_20-off"
},regular_priced_only: false,
discount: new PercentageDiscount(20),message: "20% Off",
display_messaging: true,
calculate_price: true,
stack: false,
type: "20% Off",
colors: {
background: "#ffffff",
text: "#104a94"
},
}),new B2ga({
include: {
collection_includes: "promo_3-for-20-swim"
},regular_priced_only: false,
discount: new PriceDiscount(7.50),message: "2 for $15",
display_messaging: true,
calculate_price: false,
buy: 2,
exact_buy: true,
stack: false,
type: "2 for $15",
colors: {
background: "#ffffff",
text: "#104a94"
},
}),
new DiscountItems({
include: {
collection_includes: "promo_-5-july-4th"
},regular_priced_only: false,
discount: new PriceDiscount(5),message: "$5 Deals",
display_messaging: true,
calculate_price: true,
stack: false,
type: "$5",
colors: {
background: "#ffffff",
text: "#c42131"
},
}),
new DiscountItems({
include: {
collection_includes: "promo_-8-markdowns"
},regular_priced_only: false,
discount: new PriceDiscount(8),message: "$8 Deals",
display_messaging: true,
calculate_price: true,
stack: false,
type: "$8",
colors: {
background: "#ffffff",
text: "#104a94"
},
}),
new DiscountItems({
include: {
collection_includes: "promo_-10-july-4th"
},regular_priced_only: false,
discount: new PriceDiscount(10),message: "$10 Deals",
display_messaging: true,
calculate_price: true,
stack: false,
type: "$10",
colors: {
background: "#ffffff",
text: "#104a94"
},
}),
new DiscountItems({
include: {
collection_includes: "promo_-12-markdown"
},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: "#104a94"
},
}),
new DiscountItems({
include: {
collection_includes: "promo_-15-july-4th"
},regular_priced_only: false,
discount: new PriceDiscount(15),message: "$15 Deals",
display_messaging: true,
calculate_price: true,
stack: false,
type: "$15",
colors: {
background: "#ffffff",
text: "#104a94"
},
}),
new DiscountItems({
include: {
collection_includes: "promo_-20-denim"
},regular_priced_only: false,
discount: new PriceDiscount(20),message: "$20 Deals",
display_messaging: true,
calculate_price: true,
stack: false,
type: "$20",
colors: {
background: "#ffffff",
text: "#104a94"
},
}),
new DiscountItems({
include: {
collection_includes: "promo_-25-markdown"
},regular_priced_only: false,
discount: new PriceDiscount(25),message: "$25 Deals",
display_messaging: true,
calculate_price: true,
stack: false,
type: "$25",
colors: {
background: "#ffffff",
text: "#104a94"
},
}),new B2ga({
include: {
collection_includes: "promo_3-for-15-99-july-4th"
},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.99",
colors: {
background: "#ffffff",
text: "#c42131"
},
}),new B2ga({
include: {
collection_includes: "promo_2-for-5-july-4th"
},regular_priced_only: false,
discount: new PriceDiscount(2.50),message: "2 for $5",
display_messaging: true,
calculate_price: false,
buy: 2,
exact_buy: true,
stack: false,
type: "2 for $5",
colors: {
background: "#ffffff",
text: "#c42131"
},
}),new B2ga({
include: {
collection_includes: "promo_2-for-30-refuge-denim"
},regular_priced_only: false,
discount: new PriceDiscount(15),message: "2 for $30",
display_messaging: true,
calculate_price: false,
buy: 2,
exact_buy: true,
stack: false,
type: "2 for $30",
colors: {
background: "#ffffff",
text: "#104a94"
},
}),]