[
new DiscountItems({
include: {
collection_includes: "w49_scooters"
},regular_priced_only: true,
discount: new PercentageDiscount(60),message: "NOW 60% OFF!",
display_messaging: true,
calculate_price: true,
stack: false,
type: "60% OFF HARDGOODS",
colors: {
background: "#ffffff",
text: "#ff0000"
},
}),
new DiscountItems({
include: {
collection_includes: "promo_spring-12-50"
},regular_priced_only: true,
discount: new PriceDiscount(12.49),message: "NOW $12.49!",
display_messaging: true,
calculate_price: true,
stack: false,
type: "SPRING $12.50",
colors: {
background: "#ffffff",
text: "#ff0000"
},
}),]