[new Bxgy({
include: {
collection_includes: "promo-summer-2022"
},exclude: {
collection_includes: "promo-shoes"
},buy: 1,
get: 1,
regular_priced_only: false,
best_discount: false,
discount: new PriceDiscount(1),message: "BUY 1 GET 1 FOR $1",
display_messaging: true,
calculate_price: false,
stack: false,
type: "BOGO $1 - Summer",
colors: {
background: "#111111",
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 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"
},
}),
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"
},
}),]