[
new DiscountItems({
include: {
collection_includes: "sale"
},regular_priced_only: false,
discount: new PercentageDiscount(0),message: "FINAL SALE",
display_messaging: true,
calculate_price: true,
stack: false,
type: "Sale",
colors: {
background: "#e44759",
text: "#ffffff"
},
}),new QuantityTier({
include: {
collection_includes: "promo_2-for-6-80"
},regular_priced_only: false,
tiers: [{
buy: 2,price: 6.80,message: "2 for $6.80",
},],message: "2 for $6.80",
display_messaging: true,
calculate_price: false,
stack: false,
type: "2 for $6.80",
colors: {
background: "",
text: ""
},
}),new QuantityTier({
include: {
collection_includes: "promo_2-for-8-80"
},regular_priced_only: false,
tiers: [{
buy: 2,price: 8.80,message: "2 for $8.80",
},],message: "2 for $8.80",
display_messaging: true,
calculate_price: false,
stack: false,
type: "2 for $8.80",
colors: {
background: "#000000",
text: "#ffffff"
},
}),new QuantityTier({
include: {
collection_includes: "promo_2-for-10-80"
},regular_priced_only: false,
tiers: [{
buy: 2,price: 10.80,message: "2 for $10.80",
},],message: "2 for $10.80",
display_messaging: true,
calculate_price: false,
stack: false,
type: "2 for $10.80",
colors: {
background: "",
text: ""
},
}),new QuantityTier({
include: {
collection_includes: "promo_2-for-12-80"
},regular_priced_only: false,
tiers: [{
buy: 2,price: 12.80,message: "2 for $12.80",
},],message: "2 for $12.80",
display_messaging: true,
calculate_price: false,
stack: false,
type: "2 for $12.80",
colors: {
background: "",
text: ""
},
}),new QuantityTier({
include: {
collection_includes: "promo_2-for-12-fragrances"
},regular_priced_only: false,
tiers: [{
buy: 2,price: 12,message: "2 for $12",
},],message: "2 for $12",
display_messaging: true,
calculate_price: false,
stack: false,
type: "2 for $12 Fragrance",
colors: {
background: "",
text: ""
},
}),new QuantityTier({
include: {
collection_includes: "promo_2-for-12"
},regular_priced_only: false,
tiers: [{
buy: 2,price: 12,message: "2 for $12",
},],message: "2 for $12",
display_messaging: true,
calculate_price: false,
stack: false,
type: "2 for $12",
colors: {
background: "",
text: ""
},
}),new QuantityTier({
include: {
collection_includes: "promo_2-for-5"
},regular_priced_only: false,
tiers: [{
buy: 2,price: 5,message: "2 for $5",
},],message: "2 for $5",
display_messaging: true,
calculate_price: false,
stack: false,
type: "2 for $5",
colors: {
background: "",
text: ""
},
}),new QuantityTier({
include: {
collection_includes: "promo_2-for-10"
},regular_priced_only: false,
tiers: [{
buy: 2,price: 10,message: "2 for $10",
},],message: "2 for $10",
display_messaging: true,
calculate_price: false,
stack: false,
type: "2 for $10",
colors: {
background: "",
text: ""
},
}),new QuantityTier({
include: {
collection_includes: "promo_2-for-15"
},regular_priced_only: false,
tiers: [{
buy: 2,price: 15,message: "2 for $15",
},],message: "2 for $15",
display_messaging: true,
calculate_price: false,
stack: false,
type: "2 for $15",
colors: {
background: "",
text: ""
},
}),
new DiscountItems({
include: {
collection_includes: "promo_50-off"
},regular_priced_only: false,
discount: new PercentageDiscount(50),message: "50% Off",
display_messaging: true,
calculate_price: true,
stack: false,
type: "50% Off",
colors: {
background: "#991928",
text: "#ffffff"
},
}),
new DiscountItems({
include: {
collection_includes: "promo_30-off"
},regular_priced_only: false,
discount: new PercentageDiscount(30),message: "30% Off",
display_messaging: true,
calculate_price: true,
stack: false,
type: "30% Off",
colors: {
background: "#f9b3cb",
text: "#000000"
},
}),
new DiscountItems({
include: {
collection_includes: "promo_spring-summer"
},exclude: {
collection_includes: "40-off-exclusions-feb-5"
},regular_priced_only: false,
discount: new PercentageDiscount(40),message: "40% Off",
display_messaging: true,
calculate_price: true,
stack: false,
type: "40% Off",
colors: {
background: "#6a9db2",
text: "#ffffff"
},
}),]