[
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: "#d60000",
text: "#ffffff"
},
}),
new DiscountItems({
include: {
collection_includes: "sale"
},exclude: {
collection_includes: "promo_canada-day-deals"
},regular_priced_only: false,
discount: new PercentageDiscount(0),message: "FINAL SALE",
display_messaging: true,
calculate_price: true,
stack: true,
type: "Sale",
colors: {
background: "#e44759",
text: "#ffffff"
},
}),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-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-8"
},regular_priced_only: false,
tiers: [{
buy: 2,price: 8,message: "2 for $8",
},],message: "2 for $8",
display_messaging: true,
calculate_price: false,
stack: false,
type: "2 for $8",
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-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-14"
},regular_priced_only: false,
tiers: [{
buy: 2,price: 14,message: "2 for $14",
},],message: "2 for $14",
display_messaging: true,
calculate_price: false,
stack: false,
type: "2 for $14",
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 QuantityTier({
include: {
collection_includes: "promo_2-for-15-99"
},regular_priced_only: false,
tiers: [{
buy: 2,price: 15.99,message: "2 for $15.99",
},],message: "2 for $15.99",
display_messaging: true,
calculate_price: false,
stack: false,
type: "2 for $15.99",
colors: {
background: "",
text: ""
},
}),new QuantityTier({
include: {
collection_includes: "promo_2-for-16"
},regular_priced_only: false,
tiers: [{
buy: 2,price: 16,message: "2 For $16",
},],message: "2 For $16",
display_messaging: true,
calculate_price: false,
stack: false,
type: "2 for $16",
colors: {
background: "",
text: ""
},
}),new QuantityTier({
include: {
collection_includes: "promo_2-for-20"
},regular_priced_only: false,
tiers: [{
buy: 2,price: 10,message: "2 for $10",
},],message: "2 for $20",
display_messaging: true,
calculate_price: false,
stack: false,
type: "2 for $20",
colors: {
background: "",
text: ""
},
}),new QuantityTier({
include: {
collection_includes: "promo_2-for-30"
},regular_priced_only: false,
tiers: [{
buy: 2,price: 30,message: "2 for $30",
},],message: "2 for $30",
display_messaging: true,
calculate_price: false,
stack: false,
type: "2 for $30",
colors: {
background: "",
text: ""
},
}),new QuantityTier({
include: {
collection_includes: "promo_2-for-40"
},regular_priced_only: false,
tiers: [{
buy: 2,price: 40,message: "2 for $40",
},],message: "2 for $40",
display_messaging: true,
calculate_price: false,
stack: false,
type: "2 for $40",
colors: {
background: "",
text: ""
},
}),new QuantityTier({
include: {
collection_includes: "promo_3-for-15"
},regular_priced_only: false,
tiers: [{
buy: 3,price: 15,message: "3 For $15",
},],message: "3 For $15",
display_messaging: true,
calculate_price: false,
stack: false,
type: "3 For $15",
colors: {
background: "",
text: ""
},
}),new QuantityTier({
include: {
collection_includes: "promo_3-for-18"
},regular_priced_only: false,
tiers: [{
buy: 3,price: 18,message: "3 for $18",
},],message: "3 for $18",
display_messaging: true,
calculate_price: false,
stack: false,
type: "3 for $18",
colors: {
background: "",
text: ""
},
}),new QuantityTier({
include: {
collection_includes: "promo_3-for-25"
},regular_priced_only: false,
tiers: [{
buy: 3,price: 25,message: "3 for $25",
},],message: "3 for $25",
display_messaging: true,
calculate_price: false,
stack: false,
type: "3 for $25",
colors: {
background: "",
text: ""
},
}),new Bxgy({
include: {
collection_includes: "promo_bogo-1"
},buy: 1,
get: 1,
regular_priced_only: false,
best_discount: true,
discount: new PriceDiscount(1),message: "Buy 1 Get 1 $1",
display_messaging: true,
calculate_price: false,
stack: false,
type: "BOGO $1",
colors: {
background: "",
text: ""
},
}),
new DiscountItems({
include: {
collection_includes: "promo_doorcrasher-12"
},regular_priced_only: false,
discount: new PriceDiscount(12),message: "BACK TO SCHOOL DEAL$",
display_messaging: true,
calculate_price: true,
stack: false,
type: "Doorcrasher $12",
colors: {
background: "#e9c51b",
text: ""
},
}),
new DiscountItems({
include: {
collection_includes: "all"
},exclude: {
collection_includes: "40-off-exclusions-august-22-27"
},regular_priced_only: false,
discount: new PercentageDiscount(40),message: "40% Off",
display_messaging: true,
calculate_price: true,
stack: false,
type: "40% Off",
colors: {
background: "#b4f72c",
text: "#000000"
},
}),]