[new QuantityTier({
include: {
collection_includes: "women-graphic-tees-s-s-2021"
},regular_priced_only: false,
tiers: [{
buy: 2,price: 16,message: "2 FOR $16",
},],message: "",
display_messaging: true,
calculate_price: false,
stack: false,
type: "2for16 - Women Graphic",
colors: {
background: "rgba(0,0,0,0)",
text: "rgba(0,0,0,0)"
},
}),new QuantityTier({
include: {
collection_includes: "women-basic-long-sleeves-s-s-2-for-20"
},regular_priced_only: false,
tiers: [{
buy: 2,price: 20,message: "2 FOR $20",
},],message: "",
display_messaging: true,
calculate_price: false,
stack: false,
type: "2for20 - Women Basic Long",
colors: {
background: "rgba(0,0,0,0)",
text: "rgba(0,0,0,0)"
},
}),
new DiscountItems({
include: {
collection_includes: "promo-12"
},regular_priced_only: false,
discount: new PriceDiscount(12),message: "",
display_messaging: true,
calculate_price: true,
stack: false,
type: "$12",
colors: {
background: "rgba(0,0,0,0)",
text: "rgba(0,0,0,0)"
},
}),
new DiscountItems({
include: {
collection_includes: "promo-25"
},regular_priced_only: false,
discount: new PriceDiscount(25),message: "",
display_messaging: true,
calculate_price: true,
stack: false,
type: "$25",
colors: {
background: "rgba(0,0,0,0)",
text: "rgba(0,0,0,0)"
},
}),
new DiscountItems({
include: {
collection_includes: "promo-70-off"
},regular_priced_only: false,
discount: new PercentageDiscount(70),message: "",
display_messaging: true,
calculate_price: true,
stack: false,
type: "70% Off",
colors: {
background: "rgba(0,0,0,0)",
text: "rgba(0,0,0,0)"
},
}),
new DiscountItems({
include: {
collection_includes: "promo-50-off"
},regular_priced_only: false,
discount: new PercentageDiscount(50),message: "",
display_messaging: true,
calculate_price: true,
stack: false,
type: "50% Off",
colors: {
background: "rgba(0,0,0,0)",
text: "rgba(0,0,0,0)"
},
}),
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",
colors: {
background: "rgba(0,0,0,0)",
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(40),message: "",
display_messaging: true,
calculate_price: true,
stack: false,
type: "40% - S\/S 2021",
colors: {
background: "rgba(0,0,0,0)",
text: "rgba(0,0,0,0)"
},
}),
new DiscountItems({
include: {
collection_includes: "promo-20-f21-s-s"
},exclude: {
collection_includes: "exclusion-promo-f21"
},regular_priced_only: false,
discount: new PercentageDiscount(40),message: "",
display_messaging: true,
calculate_price: true,
stack: false,
type: "40% - F21 S\/S",
colors: {
background: "rgba(0,0,0,0)",
text: "rgba(0,0,0,0)"
},
}),
new DiscountItems({
include: {
collection_includes: "promo-s-s-2020-15-over-20-99"
},exclude: {
collection_includes: "exclusions-promo-s-s-2020"
},regular_priced_only: false,
discount: new PriceDiscount(15),message: "",
display_messaging: true,
calculate_price: true,
stack: false,
type: "S\/S 2020 - $15 over $29.99",
colors: {
background: "rgba(0,0,0,0)",
text: "rgba(0,0,0,0)"
},
}),
new DiscountItems({
include: {
collection_includes: "promo-s-s-2020-10-over-24-99"
},exclude: {
collection_includes: "exclusions-promo-s-s-2020"
},regular_priced_only: false,
discount: new PriceDiscount(10),message: "",
display_messaging: true,
calculate_price: true,
stack: false,
type: "S\/S 2020 - $10 over $24.99",
colors: {
background: "rgba(0,0,0,0)",
text: "rgba(0,0,0,0)"
},
}),]