[
new DiscountItems({
include: {
collection_includes: "promo_699-youth"
},regular_priced_only: true,
discount: new PriceDiscount(4.99),message: "CLEARANCE - NOW ONLY $4.99!",
display_messaging: true,
calculate_price: true,
stack: false,
type: "$4.99 All summer youth",
colors: {
background: "#ffffff",
text: "#ff0000"
},
}),
new DiscountItems({
include: {
collection_includes: "promo_temp-70off"
},regular_priced_only: true,
discount: new PercentageDiscount(70),message: "CLEARANCE - NOW 70% OFF!",
display_messaging: true,
calculate_price: true,
stack: false,
type: "70% OFF",
colors: {
background: "#ffffff",
text: "#ff0000"
},
}),
new DiscountItems({
include: {
collection_includes: "promo_60-off"
},regular_priced_only: true,
discount: new PriceDiscount(19.99),message: "NOW 60% OFF!",
display_messaging: true,
calculate_price: true,
stack: false,
type: "$19.99 rue21",
colors: {
background: "#ffffff",
text: "#ff0000"
},
}),
new DiscountItems({
include: {
collection_includes: "promo_50-off"
},regular_priced_only: true,
discount: new PercentageDiscount(50),message: "ONLINE ONLY! - 50% OFF",
display_messaging: true,
calculate_price: true,
stack: false,
type: "50% Off Graphics \u0026 Access",
colors: {
background: "#ffffff",
text: "#ff0000"
},
}),
new DiscountItems({
include: {
collection_includes: "promo_50-off-temp"
},regular_priced_only: true,
discount: new PercentageDiscount(50),message: "50% OFF",
display_messaging: true,
calculate_price: true,
stack: false,
type: "50% OFF",
colors: {
background: "#ffffff",
text: "#000000"
},
}),
new DiscountItems({
include: {
collection_includes: "promo_markdown-19"
},regular_priced_only: true,
discount: new PriceDiscount(19.99),message: "50% OFF",
display_messaging: true,
calculate_price: true,
stack: false,
type: "$19.99 Denim",
colors: {
background: "#ffffff",
text: "#000000"
},
}),
new DiscountItems({
include: {
collection_includes: "promo_markdown_29"
},regular_priced_only: true,
discount: new PriceDiscount(29.99),message: "",
display_messaging: true,
calculate_price: true,
stack: false,
type: "MARKDOWN $29",
colors: {
background: "#ffffff",
text: ""
},
}),
new DiscountItems({
include: {
collection_includes: "promo_markdown_39"
},regular_priced_only: true,
discount: new PriceDiscount(39.99),message: "",
display_messaging: true,
calculate_price: true,
stack: false,
type: "MARKDOWN $39",
colors: {
background: "#ffffff",
text: ""
},
}),
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_spring-solid-cruisers"
},regular_priced_only: true,
discount: new PriceDiscount(19),message: "",
display_messaging: true,
calculate_price: true,
stack: false,
type: "$19 New Spring Solid Cruisers",
colors: {
background: "#ffffff",
text: "#ffffff"
},
}),
new DiscountItems({
include: {
collection_includes: "promo_spring-printed-cruisers"
},regular_priced_only: true,
discount: new PriceDiscount(29),message: "",
display_messaging: true,
calculate_price: true,
stack: false,
type: "$29 New Spring Printed Cruisers",
colors: {
background: "#ffffff",
text: "#ffffff"
},
}),
new DiscountItems({
include: {
collection_includes: "promo_spring-wood-cruisers"
},regular_priced_only: true,
discount: new PriceDiscount(50),message: "",
display_messaging: true,
calculate_price: true,
stack: false,
type: "$49 New Spring Wood Cruisers",
colors: {
background: "#ffffff",
text: "#ffffff"
},
}),
new DiscountItems({
include: {
collection_includes: "promo_x-ride-spring"
},regular_priced_only: true,
discount: new PriceDiscount(79),message: "",
display_messaging: true,
calculate_price: true,
stack: false,
type: "$79 Spring X-Ride",
colors: {
background: "#ffffff",
text: "#ffffff"
},
}),
new DiscountItems({
include: {
collection_includes: "promo_x-park-spring"
},regular_priced_only: true,
discount: new PriceDiscount(129),message: "",
display_messaging: true,
calculate_price: true,
stack: false,
type: "$129 Spring X-Park",
colors: {
background: "#ffffff",
text: "#ffffff"
},
}),]