[
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-20-off"
},regular_priced_only: false,
discount: new PercentageDiscount(20),message: "",
display_messaging: true,
calculate_price: true,
stack: false,
type: "20% 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(50),message: "",
display_messaging: true,
calculate_price: true,
stack: false,
type: "50% - F21 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(20),message: "",
display_messaging: true,
calculate_price: true,
stack: false,
type: "20% - F21 F\/W 2022",
colors: {
background: "#ffffff",
text: "#ffffff"
},
}),new Bxgy({
include: {
collection_includes: "promo-s-s-2022-40"
},exclude: {
collection_includes: "exclusions-s-s-2022-40"
},buy: 1,
get: 2,
regular_priced_only: false,
best_discount: false,
discount: new PriceDiscount(0),message: "Buy 1 Get 2 Free",
display_messaging: true,
calculate_price: false,
stack: false,
type: "Buy 1 Get 2 - Sirens S\/S",
colors: {
background: "#e8dec4",
text: "#111111"
},
}),
new DiscountItems({
include: {
collection_includes: "promo-f-w-2022-30"
},exclude: {
collection_includes: "exclusions-f-w-2022-30"
},regular_priced_only: false,
discount: new PercentageDiscount(30),message: "",
display_messaging: true,
calculate_price: true,
stack: false,
type: "30% - F\/W 2022",
colors: {
background: "#ffffff",
text: "#ffffff"
},
}),]