[
new DiscountItems({
include: {
collection_includes: "promo_70-off"
},regular_priced_only: true,
discount: new PercentageDiscount(70),message: "70% OFF",
display_messaging: true,
calculate_price: true,
stack: false,
type: "70% Off",
colors: {
background: "#ff0000",
text: "#ffffff"
},
}),new Bxgy({
include: {
collection_includes: "promo_3-for-1"
},buy: 1,
get: 2,
regular_priced_only: true,
best_discount: true,
discount: new PriceDiscount(0),message: "Buy 1, Get 2 FREE",
display_messaging: true,
calculate_price: false,
stack: false,
type: "BUY ONE, GET 2 FREE",
colors: {
background: "#ff0000",
text: "#ffffff"
},
}),new QuantityTier({
include: {
collection_includes: "promo_2-for-15"
},regular_priced_only: true,
tiers: [{
buy: 2,price: 15,message: "2 FOR $15",
},{
buy: 1,price: 10,message: "",
},],message: "2 FOR $15 OR $10 EACH",
display_messaging: true,
calculate_price: false,
stack: false,
type: "2 for $15 \/ $10 EACH",
colors: {
background: "#ff0000",
text: "#ffffff"
},
}),new QuantityTier({
include: {
collection_includes: "promo_2-for-20"
},regular_priced_only: true,
tiers: [{
buy: 2,price: 20,message: "2 FOR $20",
},{
buy: 1,price: 12,message: "",
},],message: "2 FOR $20 OR $12 EACH",
display_messaging: true,
calculate_price: false,
stack: false,
type: "2 for $20 \/ $12 EACH",
colors: {
background: "#ff0000",
text: "#ffffff"
},
}),new QuantityTier({
include: {
collection_includes: "promo_2-for-25"
},regular_priced_only: true,
tiers: [{
buy: 2,price: 25,message: "2 for $25",
},{
buy: 1,price: 15,message: "",
},],message: "2 FOR $25 OR $15 EACH",
display_messaging: true,
calculate_price: false,
stack: false,
type: "2 for $25 \/ $15 Each",
colors: {
background: "#ff0000",
text: "#ffffff"
},
}),new QuantityTier({
include: {
collection_includes: "promo_2-for-40"
},regular_priced_only: true,
tiers: [{
buy: 2,price: 40,message: "",
},{
buy: 1,price: 25,message: "",
},],message: "2 For $40 or $25 Each",
display_messaging: true,
calculate_price: false,
stack: false,
type: "2 for $40",
colors: {
background: "#ff0000",
text: "#ffffff"
},
}),new QuantityTier({
include: {
collection_includes: "promo_3-for-15"
},regular_priced_only: true,
tiers: [{
buy: 3,price: 15.99,message: "3 for $15.99",
},{
buy: 1,price: 7,message: "",
},],message: "3 FOR $15.99 OR $7 EACH",
display_messaging: true,
calculate_price: false,
stack: false,
type: "3 for $15.99 \/ $7 Each",
colors: {
background: "#ff0000",
text: "#ffffff"
},
}),
new DiscountItems({
include: {
collection_includes: "promo_markdown_-4-50"
},regular_priced_only: true,
discount: new PriceDiscount(4.50),message: "",
display_messaging: true,
calculate_price: true,
stack: false,
type: "$4.50 Beanies",
colors: {
background: "#ffffff",
text: ""
},
}),
new DiscountItems({
include: {
collection_includes: "promo_spring-20"
},regular_priced_only: true,
discount: new PriceDiscount(18),message: "",
display_messaging: true,
calculate_price: true,
stack: false,
type: "$18 2706's",
colors: {
background: "#ffffff",
text: "#ffffff"
},
}),
new DiscountItems({
include: {
collection_includes: "promo_markdown_10"
},regular_priced_only: true,
discount: new PriceDiscount(10),message: "",
display_messaging: true,
calculate_price: true,
stack: false,
type: "Markdown $10",
colors: {
background: "#ffffff",
text: ""
},
}),
new DiscountItems({
include: {
collection_includes: "promo_markdown_15"
},regular_priced_only: true,
discount: new PriceDiscount(15),message: "",
display_messaging: true,
calculate_price: true,
stack: false,
type: "$15 Markdown",
colors: {
background: "#ffffff",
text: "#ffffff"
},
}),
new DiscountItems({
include: {
collection_includes: "promo_markdown_20"
},regular_priced_only: true,
discount: new PriceDiscount(20),message: "",
display_messaging: true,
calculate_price: true,
stack: false,
type: "$20 Markdown",
colors: {
background: "#ffffff",
text: "#ffffff"
},
}),
new DiscountItems({
include: {
collection_includes: "promo_markdown_-25"
},regular_priced_only: true,
discount: new PriceDiscount(25),message: "",
display_messaging: true,
calculate_price: true,
stack: false,
type: "$25 Markdown",
colors: {
background: "#ffffff",
text: "#ffffff"
},
}),
new DiscountItems({
include: {
collection_includes: "promo_markdown_-30"
},regular_priced_only: true,
discount: new PriceDiscount(30),message: "",
display_messaging: true,
calculate_price: true,
stack: false,
type: "$30 Markdown",
colors: {
background: "#ffffff",
text: "#ffffff"
},
}),
new DiscountItems({
include: {
collection_includes: "promo_markdown_-60"
},regular_priced_only: true,
discount: new PriceDiscount(60),message: "",
display_messaging: true,
calculate_price: true,
stack: false,
type: "$60 Markdown",
colors: {
background: "#ffffff",
text: ""
},
}),
new DiscountItems({
include: {
collection_includes: "promo_markdown_-40"
},regular_priced_only: true,
discount: new PriceDiscount(40),message: "",
display_messaging: true,
calculate_price: true,
stack: false,
type: "$40 Markdown",
colors: {
background: "#ffffff",
text: "#ffffff"
},
}),
new DiscountItems({
include: {
collection_includes: "promo_markdown_-50"
},regular_priced_only: true,
discount: new PriceDiscount(50),message: "",
display_messaging: true,
calculate_price: true,
stack: false,
type: "$50 Markdown",
colors: {
background: "#ffffff",
text: "#ffffff"
},
}),
new DiscountItems({
include: {
collection_includes: "promo_branded"
},regular_priced_only: true,
discount: new PercentageDiscount(50),message: "50% OFF",
display_messaging: true,
calculate_price: true,
stack: false,
type: "50% Off Old Spring Branded",
colors: {
background: "#ff0000",
text: "#ffffff"
},
}),
new DiscountItems({
include: {
collection_includes: "promo_safety-pads-2"
},regular_priced_only: true,
discount: new PriceDiscount(29),message: "",
display_messaging: true,
calculate_price: true,
stack: false,
type: "$29 Safety Pads",
colors: {
background: "#ffffff",
text: "#ffffff"
},
}),new Bundle({
bundle_products: [
{ collection_includes: "bundle_decks" },
{ collection_includes: "bundle_trucks" },{ collection_includes: "bundle_wheels" },{ collection_includes: "bundle_bearings" },{ collection_includes: "bundle_grip-tape" },],
regular_priced_only: true,
discount_type: "money",
discount: 50,message: "",
display_messaging: true,
calculate_price: false,
stack: true,
type: "SKATEBOARD BUNDLE",
colors: {
background: "",
text: ""
},
}),
new DiscountItems({
include: {
collection_includes: "promo_new-fall-solid-cruisers"
},regular_priced_only: true,
discount: new PriceDiscount(20),message: "",
display_messaging: true,
calculate_price: true,
stack: false,
type: "$20 FALL SOLID CRUISERS",
colors: {
background: "#ffffff",
text: "#ffffff"
},
}),
new DiscountItems({
include: {
collection_includes: "promo_new-fall-printed-cruisers"
},regular_priced_only: true,
discount: new PriceDiscount(30),message: "",
display_messaging: true,
calculate_price: true,
stack: false,
type: "$30 FALL PRINTED CRUISERS",
colors: {
background: "#ffffff",
text: "#ffffff"
},
}),
new DiscountItems({
include: {
collection_includes: "promo_new-fall-wood-cruisers"
},regular_priced_only: true,
discount: new PriceDiscount(30),message: "70% OFF",
display_messaging: true,
calculate_price: true,
stack: false,
type: "$30 FALL WOOD CRUISERS",
colors: {
background: "#ff0000",
text: "#ffffff"
},
}),
new DiscountItems({
include: {
collection_includes: "promo_new-fall-completes"
},regular_priced_only: true,
discount: new PriceDiscount(50),message: "",
display_messaging: true,
calculate_price: true,
stack: false,
type: "$50 FALL COMPLETES",
colors: {
background: "#ffffff",
text: "#ffffff"
},
}),
new DiscountItems({
include: {
collection_includes: "promo_new-fall-longboards"
},regular_priced_only: true,
discount: new PriceDiscount(51),message: "70% OFF",
display_messaging: true,
calculate_price: true,
stack: false,
type: "$51 FALL LONGBOARDS",
colors: {
background: "#ff0000",
text: "#ffffff"
},
}),
new DiscountItems({
include: {
collection_includes: "promo_80-off"
},regular_priced_only: true,
discount: new PercentageDiscount(80),message: "80% OFF",
display_messaging: true,
calculate_price: true,
stack: false,
type: "80% OFF",
colors: {
background: "#ff0000",
text: "#ffffff"
},
}),
new DiscountItems({
include: {
collection_includes: "promo_75-off"
},regular_priced_only: true,
discount: new PercentageDiscount(75),message: "75% Off",
display_messaging: true,
calculate_price: true,
stack: false,
type: "75% Off",
colors: {
background: "#ff0000",
text: "#ffffff"
},
}),]