[new B2ga({
include: {
collection_includes: "promo_-10-buy-2-or-more"
},regular_priced_only: true,
discount: new PriceDiscount(10),message: "\u003cp\u003e$10 each when you buy 2 or more\u003c\/p\u003e",
display_messaging: true,
calculate_price: false,
buy: 2,
exact_buy: false,
stack: false,
type: "$10 - Buy 2 or more",
html_tag: "p",
alignment: "left",
colors: {
background: "#ffffff",
text: "#ff0000"
},
}),new B2ga({
include: {
collection_includes: "promo_-7-5-buy-2-or-more"
},regular_priced_only: true,
discount: new PriceDiscount(7.50),message: "\u003cp\u003e$7.50 each when you buy 2 or more\u003c\/p\u003e",
display_messaging: true,
calculate_price: false,
buy: 2,
exact_buy: false,
stack: false,
type: "$7,50 - Buy 2 or more",
html_tag: "p",
alignment: "left",
colors: {
background: "#ffffff",
text: "#ff0000"
},
}),new B2ga({
include: {
collection_includes: "promo-15-buy-2-or-more"
},regular_priced_only: true,
discount: new PriceDiscount(15),message: "\u003cp\u003e$15 each when you buy 2 or more\u003c\/p\u003e",
display_messaging: true,
calculate_price: false,
buy: 2,
exact_buy: false,
stack: false,
type: "$15 - Buy 2 or more",
html_tag: "p",
alignment: "left",
colors: {
background: "#ffffff",
text: "#ff0000"
},
}),new Bxgy({
include: {
collection_includes: "promo-bogo-50-off"
},buy: 1,
get: 1,
regular_priced_only: true,
best_discount: true,
discount: new PercentageDiscount(50),message: "\u003cp\u003eBUY ONE GET ONE 1\/2 PRICE\u003c\/p\u003e",
display_messaging: true,
calculate_price: false,
stack: false,
type: "Promo BOGO 50% Off",
html_tag: "p",
alignment: "left",
colors: {
background: "#ffffff",
text: "#ff0000"
},
}),new Bxgy({
include: {
collection_includes: "boxing-day-bogofree-accessories"
},exclude: {
collection_includes: "exception-promo-portal-5-7-3"
},buy: 1,
get: 1,
regular_priced_only: true,
best_discount: true,
discount: new PriceDiscount(1),message: "\u003cp\u003eBuy 1 Get 1 For $1\u003c\/p\u003e",
display_messaging: true,
calculate_price: false,
stack: false,
type: "BOGO $1 AC",
html_tag: "p",
alignment: "left",
colors: {
background: "#ffffff",
text: "#ff0000"
},
}),
new DiscountItems({
include: {
collection_includes: "en_-3"
},regular_priced_only: true,
discount: new PriceDiscount(3),message: "\u003cp\u003e$3 Deals\u003c\/p\u003e",
display_messaging: true,
calculate_price: true,
stack: false,
type: "$3",
html_tag: "p",
alignment: "left",
colors: {
background: "#ffffff",
text: "#0e73d0"
},
}),
new DiscountItems({
include: {
collection_includes: "promo-5"
},regular_priced_only: true,
discount: new PriceDiscount(5),message: "\u003cp\u003e$5 Deals\u003c\/p\u003e",
display_messaging: true,
calculate_price: true,
stack: false,
type: "$5",
html_tag: "p",
alignment: "left",
colors: {
background: "#ffffff",
text: "#ff0000"
},
}),
new DiscountItems({
include: {
collection_includes: "en_-7"
},regular_priced_only: true,
discount: new PriceDiscount(7),message: "\u003cp\u003e$7 Deals\u003c\/p\u003e",
display_messaging: true,
calculate_price: true,
stack: false,
type: "$7",
html_tag: "p",
alignment: "left",
colors: {
background: "#ffffff",
text: "#0e73d0"
},
}),
new DiscountItems({
include: {
collection_includes: "promo-8"
},regular_priced_only: true,
discount: new PriceDiscount(8),message: "\u003cp\u003e$8 Deals\u003c\/p\u003e",
display_messaging: true,
calculate_price: true,
stack: false,
type: "$8",
html_tag: "p",
alignment: "left",
colors: {
background: "#ffffff",
text: "#0e73d0"
},
}),
new DiscountItems({
include: {
collection_includes: "promo-10"
},regular_priced_only: true,
discount: new PriceDiscount(10),message: "\u003cp\u003e\u003cstrong\u003e$10 DEALS\u003c\/strong\u003e\u003c\/p\u003e",
display_messaging: true,
calculate_price: true,
stack: false,
type: "$10",
html_tag: "p",
alignment: "left",
colors: {
background: "#ffffff",
text: "#0e73d0"
},
}),
new DiscountItems({
include: {
collection_includes: "en_-15-blazers"
},regular_priced_only: true,
discount: new PriceDiscount(15),message: "\u003cp\u003e$15 Deals\u003c\/p\u003e",
display_messaging: true,
calculate_price: true,
stack: false,
type: "$15",
html_tag: "p",
alignment: "left",
colors: {
background: "#ffffff",
text: "#0e73d0"
},
}),
new DiscountItems({
include: {
collection_includes: "en_-20-deals"
},regular_priced_only: true,
discount: new PriceDiscount(20),message: "\u003cp\u003e$20 Deals\u003c\/p\u003e",
display_messaging: true,
calculate_price: true,
stack: false,
type: "$20",
html_tag: "p",
alignment: "left",
colors: {
background: "#ffffff",
text: "#0e73d0"
},
}),
new DiscountItems({
include: {
collection_includes: "en_-25-footwear"
},regular_priced_only: true,
discount: new PriceDiscount(25),message: "\u003cp\u003e$25 Deals\u003c\/p\u003e",
display_messaging: true,
calculate_price: true,
stack: false,
type: "$25",
html_tag: "p",
alignment: "left",
colors: {
background: "#ffffff",
text: "#0e73d0"
},
}),]