[new Bxgy({
include: {
collection_includes: "promo-bogofree"
},buy: 1,
get: 1,
regular_priced_only: true,
best_discount: true,
discount: new PriceDiscount(0),message: "ONLINE ONLY - BOGO FREE!",
display_messaging: true,
calculate_price: false,
stack: false,
type: "BOGO Free",
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 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: ""
},
}),]