[
new DiscountItems({
include: {
collection_includes: "promo-10"
},regular_priced_only: false,
discount: new PriceDiscount(10),message: "",
display_messaging: true,
calculate_price: true,
stack: false,
type: "$10",
colors: {
background: "#ffffff",
text: "#ffffff"
},
}),
new DiscountItems({
include: {
collection_includes: "promo-40-off-1"
},regular_priced_only: false,
discount: new PercentageDiscount(40),message: "",
display_messaging: true,
calculate_price: true,
stack: false,
type: "40% Off",
colors: {
background: "#ffffff",
text: "#ffffff"
},
}),
new DiscountItems({
include: {
collection_includes: "promo-30-off"
},regular_priced_only: false,
discount: new PercentageDiscount(30),message: "",
display_messaging: true,
calculate_price: true,
stack: false,
type: "30% Off",
colors: {
background: "#ffffff",
text: "#ffffff"
},
}),
new DiscountItems({
include: {
collection_includes: "promo-f21-f-w-2021-20-off"
},exclude: {
collection_includes: "exclusions-promo-f21-f-w-2021-20-off"
},regular_priced_only: false,
discount: new PercentageDiscount(20),message: "",
display_messaging: true,
calculate_price: true,
stack: false,
type: "20% - F21 F\/W 2021",
colors: {
background: "#ffffff",
text: "#ffffff"
},
}),
new DiscountItems({
include: {
collection_includes: "promo-f21-s-s-20-off"
},exclude: {
collection_includes: "exclusions-promo-f21-s-s-2021-30-off"
},regular_priced_only: false,
discount: new PercentageDiscount(20),message: "",
display_messaging: true,
calculate_price: true,
stack: false,
type: "20% - F21 S\/S 2021",
colors: {
background: "#ffffff",
text: ""
},
}),
new DiscountItems({
include: {
collection_includes: "promo-20-fall-winter-2021"
},exclude: {
collection_includes: "exclusions-promo-f-w-2021-30-off"
},regular_priced_only: false,
discount: new PercentageDiscount(40),message: "",
display_messaging: true,
calculate_price: true,
stack: false,
type: "40% - F\/W 2021",
colors: {
background: "#ffffff",
text: "#ffffff"
},
}),
new DiscountItems({
include: {
collection_includes: "50-off"
},exclude: {
collection_includes: "exclusions-promo-50-off-f-w"
},regular_priced_only: false,
discount: new PercentageDiscount(50),message: "",
display_messaging: true,
calculate_price: true,
stack: false,
type: "50% - F\/W 2020",
colors: {
background: "#ffffff",
text: "rgba(0,0,0,0)"
},
}),
new DiscountItems({
include: {
collection_includes: "30-off-spring-summer-2021"
},exclude: {
collection_includes: "exclusions-promo-30-off-s-s"
},regular_priced_only: false,
discount: new PercentageDiscount(50),message: "",
display_messaging: true,
calculate_price: true,
stack: false,
type: "50% - S\/S 2021",
colors: {
background: "rgba(0,0,0,0)",
text: "rgba(0,0,0,0)"
},
}),]