[
new DiscountItems({
include: {
collection_includes: "cr-deals_-5"
},regular_priced_only: false,
discount: new PercentageDiscount(0),message: "$5 Deals",
display_messaging: true,
calculate_price: true,
stack: false,
type: "CR Deals - $5",
colors: {
background: "#f2088b",
text: "#ffffff"
},
}),
new DiscountItems({
include: {
collection_includes: "cr-deals_-10"
},regular_priced_only: false,
discount: new PercentageDiscount(0),message: "$10 Deals",
display_messaging: true,
calculate_price: true,
stack: false,
type: "CR Deals - $10",
colors: {
background: "#f2088b",
text: "#ffffff"
},
}),
new DiscountItems({
include: {
collection_includes: "cr-deals_-15"
},regular_priced_only: false,
discount: new PercentageDiscount(0),message: "$15 Deals",
display_messaging: true,
calculate_price: true,
stack: false,
type: "CR Deals - $15",
colors: {
background: "#f2088b",
text: ""
},
}),
new DiscountItems({
include: {
collection_includes: "cr-deals_-17"
},regular_priced_only: false,
discount: new PercentageDiscount(0),message: "$17 Deals",
display_messaging: true,
calculate_price: true,
stack: false,
type: "CR Deals - $17",
colors: {
background: "#f2088b",
text: "#ffffff"
},
}),
new DiscountItems({
include: {
collection_includes: "cr-deals_-20"
},regular_priced_only: false,
discount: new PercentageDiscount(0),message: "$20 Deals",
display_messaging: true,
calculate_price: true,
stack: false,
type: "CR Deals - $20",
colors: {
background: "#f2088b",
text: ""
},
}),
new DiscountItems({
include: {
collection_includes: "cr-deals_-22"
},regular_priced_only: false,
discount: new PercentageDiscount(0),message: "$22 Deals",
display_messaging: true,
calculate_price: true,
stack: false,
type: "CR Deals - $22",
colors: {
background: "#f2088b",
text: ""
},
}),
new DiscountItems({
include: {
collection_includes: "cr-deals_-35-50"
},regular_priced_only: false,
discount: new PercentageDiscount(0),message: "$35.50 Deals",
display_messaging: true,
calculate_price: true,
stack: false,
type: "CR Deals - $35.50",
colors: {
background: "#f2088b",
text: ""
},
}),
new DiscountItems({
include: {
collection_includes: "cr-deals_-39-50"
},regular_priced_only: false,
discount: new PercentageDiscount(0),message: "$39.50 Deals",
display_messaging: true,
calculate_price: true,
stack: false,
type: "CR Deals - $39.50",
colors: {
background: "#f2088b",
text: ""
},
}),
new DiscountItems({
include: {
collection_includes: "cr-deals_-42-50"
},regular_priced_only: false,
discount: new PercentageDiscount(0),message: "$42.50 Deals",
display_messaging: true,
calculate_price: true,
stack: false,
type: "CR Deals - $42.50",
colors: {
background: "#f2088b",
text: ""
},
}),
new DiscountItems({
include: {
collection_includes: "all"
},exclude: {
collection_includes: "50-off-exclusions-june-6"
},regular_priced_only: false,
discount: new PercentageDiscount(50),message: "50% Off",
display_messaging: true,
calculate_price: true,
stack: false,
type: "50% Off",
colors: {
background: "#f2088b",
text: "#ffffff"
},
}),]