[
new DiscountItems({
include: {
collection_includes: "promo_60-off"
},regular_priced_only: true,
discount: new PercentageDiscount(60),message: "CYBER DAYS! NOW 60% OFF",
display_messaging: true,
calculate_price: true,
stack: false,
type: "60% Off",
colors: {
background: "#ffffff",
text: "#ff0000"
},
}),
new DiscountItems({
include: {
collection_includes: "promo_70-off"
},regular_priced_only: true,
discount: new PercentageDiscount(60),message: "CYBER DAYS! NOW 60% OFF",
display_messaging: true,
calculate_price: true,
stack: false,
type: "60% Off Hardgoods",
colors: {
background: "#ffffff",
text: "#ff0000"
},
}),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: ""
},
}),]