[new Bxgy({
include: {
collection_includes: "promo-fall-winter-2022"
},buy: 1,
get: 1,
regular_priced_only: false,
best_discount: false,
discount: new PercentageDiscount(50),message: "Buy 1 Get 1 ½ Price",
display_messaging: true,
calculate_price: false,
stack: false,
type: "Unamed \"Buy X Get Y Z% Off\" promotion",
colors: {
background: "#ffff00",
text: "#000000"
},
}),
new DiscountItems({
include: {
collection_includes: "promo-5"
},regular_priced_only: false,
discount: new PriceDiscount(5),message: "$5 Deals",
display_messaging: true,
calculate_price: true,
stack: false,
type: "$5",
colors: {
background: "#000000",
text: "#ffffff"
},
}),
new DiscountItems({
include: {
collection_includes: "promo-10"
},regular_priced_only: false,
discount: new PriceDiscount(10),message: "$10 Deals",
display_messaging: true,
calculate_price: true,
stack: false,
type: "$10",
colors: {
background: "#000000",
text: "#ffffff"
},
}),
new DiscountItems({
include: {
collection_includes: "promo-15"
},regular_priced_only: false,
discount: new PriceDiscount(15),message: "$15 Deals",
display_messaging: true,
calculate_price: true,
stack: false,
type: "$15",
colors: {
background: "#000000",
text: "#ffffff"
},
}),
new DiscountItems({
include: {
collection_includes: "promo-20"
},regular_priced_only: false,
discount: new PriceDiscount(20),message: "$20 Deals",
display_messaging: true,
calculate_price: true,
stack: false,
type: "$20",
colors: {
background: "#000000",
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-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"
},
}),]