[
new DiscountItems({
include: {
collection_includes: "promo-40-off"
},regular_priced_only: false,
discount: new PercentageDiscount(50),message: "",
display_messaging: true,
calculate_price: true,
stack: false,
type: "50% 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-s-s-2022-20"
},exclude: {
collection_includes: "exclusions-f21-s-s-2022-20"
},regular_priced_only: false,
discount: new PercentageDiscount(30),message: "",
display_messaging: true,
calculate_price: true,
stack: false,
type: "30% - F21 S\/S 2022",
colors: {
background: "#ffffff",
text: "#ffffff"
},
}),
new DiscountItems({
include: {
collection_includes: "promo-s-s-2022-40"
},exclude: {
collection_includes: "exclusions-s-s-2022-40"
},regular_priced_only: false,
discount: new PercentageDiscount(50),message: "",
display_messaging: true,
calculate_price: true,
stack: false,
type: "50% - S\/S 2022",
colors: {
background: "#ffffff",
text: "#ffffff"
},
}),
new DiscountItems({
include: {
collection_includes: "promo-f21-f-w-2022-30"
},exclude: {
collection_includes: "exclusions-f21-f-w-2022-30"
},regular_priced_only: false,
discount: new PercentageDiscount(30),message: "",
display_messaging: true,
calculate_price: true,
stack: false,
type: "30% - F21 F\/W 2022",
colors: {
background: "",
text: ""
},
}),]