[new Bxgy({
include: {
collection_includes: "promo_bogo-50-off"
},buy: 1,
get: 1,
regular_priced_only: true,
best_discount: true,
discount: new PercentageDiscount(50),message: "BUY ONE, GET ONE 50%",
display_messaging: true,
calculate_price: false,
stack: false,
type: "BOGO 50%",
colors: {
background: "#ff0000",
text: "#ffffff"
},
}),new QuantityTier({
include: {
collection_includes: "promo_2-for-22"
},regular_priced_only: true,
tiers: [{
buy: 2,price: 22,message: "2 for $22",
},],message: "2 for $22",
display_messaging: true,
calculate_price: false,
stack: false,
type: "2 for $22",
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",
},],message: "2 FOR $15",
display_messaging: true,
calculate_price: false,
stack: false,
type: "2 FOR $15",
colors: {
background: "#ff0000",
text: "#ffffff"
},
}),
new DiscountItems({
include: {
collection_includes: "promo_50-off-except-solid-cruisers"
},regular_priced_only: true,
discount: new PercentageDiscount(50),message: "50% OFF",
display_messaging: true,
calculate_price: true,
stack: false,
type: "50% OFF 2023 hard goods",
colors: {
background: "#ff0000",
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: "$10 Markdown",
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: "Markdown $20",
colors: {
background: "#ffffff",
text: "#ffffff"
},
}),
new DiscountItems({
include: {
collection_includes: "25-markdown"
},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_fall-wood-cruisrs"
},regular_priced_only: true,
discount: new PriceDiscount(30),message: "",
display_messaging: true,
calculate_price: true,
stack: false,
type: "$30 FALL Wood Cruisers",
colors: {
background: "#ffffff",
text: "rgba(0,0,0,0)"
},
}),
new DiscountItems({
include: {
collection_includes: "promo_4610s"
},regular_priced_only: true,
discount: new PriceDiscount(55),message: "",
display_messaging: true,
calculate_price: true,
stack: false,
type: "$55 4610s",
colors: {
background: "#ffffff",
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 DiscountItems({
include: {
collection_includes: "promo_x-ride"
},regular_priced_only: true,
discount: new PriceDiscount(99),message: "",
display_messaging: true,
calculate_price: true,
stack: false,
type: "X-Ride",
colors: {
background: "#ffffff",
text: "#ffffff"
},
}),
new DiscountItems({
include: {
collection_includes: "promo_x-park"
},regular_priced_only: true,
discount: new PriceDiscount(149),message: "",
display_messaging: true,
calculate_price: true,
stack: false,
type: "X-Park",
colors: {
background: "#ffffff",
text: "#ffffff"
},
}),
new DiscountItems({
include: {
collection_includes: "promo_x-up"
},regular_priced_only: true,
discount: new PriceDiscount(179),message: "",
display_messaging: true,
calculate_price: true,
stack: false,
type: "X-Up",
colors: {
background: "#ffffff",
text: "#ffffff"
},
}),
new DiscountItems({
include: {
collection_includes: "promo_x-pro"
},regular_priced_only: true,
discount: new PriceDiscount(199),message: "",
display_messaging: true,
calculate_price: true,
stack: false,
type: "X-Pro",
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_60-off-solid-cruisers"
},regular_priced_only: true,
discount: new PriceDiscount(19.99),message: "Up to 60% OFF",
display_messaging: true,
calculate_price: true,
stack: false,
type: "60% OFF SOLID CRUISERS",
colors: {
background: "#ff0000",
text: "#ffffff"
},
}),]