Product bulk discounts
ShopWired's bulk discounts feature allows you to configure tiered pricing for your products, providing discounts on products determined by the quantity of the product visitors add to the basket.
Bulk pricing discounts are a part of bulk discounts and can be configured for multi-products. Bulk pricing discounts are different from, and configured separately from, product bulk pricing.
Bulk pricing discount rules can be configured for:
- All products
- A specific product (the discount rule will apply to the product and any of its variations)
- Products assigned to a specific category
- Products assigned to a specific brand
When bulk pricing discount rules are configured for the above, they'll apply to a mix of products that the rule applies to. For example, when a bulk discount rule for a quantity of 3 is configured for all products, a visitor can have a quantity of 1 in their basket for 3 products for the rule to be applied.
In addition, bulk pricing discount rules can be configured for all products where the rule only applies to multiple quantities of the same product.
To install the app:
- Navigate to Apps
- Locate the Bulk Discounts app
- Select
install this app
Once you've installed the app you'll be able to configure bulk discount rules.
Configuring bulk discount rules
Configuring bulk discount rules
To configure bulk discount rules on products:
- Navigate to B2B > Bulk discounts
- Select
add new bulk discount
- Select the Product target type
All products
means the bulk discount rule applies across all of the products on your website and the rule will apply where the total quantity of items in the basket qualifies for the bulk discount ruleProduct category
means the bulk discount rule applies across all products within a category and the rule will apply where the total quantity of items in the basket belonging to the selected category qualifies for the bulk discount rule- You can only select a
Product brand
means the bulk discount rule applies across all products assigned to a brand and the rule will apply where the total quantity of items in the basket belonging to the selected brand qualifies for the bulk discount ruleProduct
means the bulk discount rule applies to a specific productMultiple purchases of the same product
means the bulk discount rule applies across all of the products on your website and the rule will only apply where the total quantity of a product in the basket qualifies for the bulk discount rule
- Configure the offered in the Discount offered setting
- Configure the Quantity required
- You can enter a single number here, e.g.
3
, and the rule will only be applied when that quantity is in the basket - You can enter a range here, e.g.
3-5
, and the rule will only be applied when a quantity within the range is in the basket - You can enter a single number with a
+
, e.g.3+
, and the rule will only be applied when that quantity or more is in the basket
- You can enter a single number here, e.g.
- Select add bulk discount
When viewing bulk discounts, use the active
setting to temporarily deactivate a bulk discount.
Bulk discount rules and variations
Bulk discount rules and variations
Each product variation combination is a separate .
When you have configured a bulk pricing discount using the multiple purchases of the same product target type, the visitor must have the applicable quantity in their basket of exactly the same variation combination for the bulk discount rule to be applied.
Configuring which visitor types bulk discount rules apply to
Configuring which visitor types bulk discount rules apply to
You can configure which types of visitors bulk discount rules apply to on the B2B settings page:
- Navigate to B2B > Trade settings
- Locate the Bulk discounts section
- Select the types of visitors that bulk pricing rules should apply to using the Who should have access to bulk discounts setting
- Save your changes
Display bulk pricing rules on your website
Display bulk pricing rules on your website
You only need to install the code if you are using a Version 1 or Version 2 ShopWired theme. If you're using a later theme version, you don't need to install the code to display bulk pricing rules on your website.
All ShopWired Version 3, 4, and 5 themes have a theme setting to display a table showing bulk pricing rules on your website.
customer.bulk_discounts_enabled
Returns true
if the bulk discounts app is installed and bulk discounts/prices are enabled for the visitor.
product.bulk_discounts
Returns an array of the bulk discounts for the product.
bulk_discount.quantity
Returns the quantity the customer needs to purchase to qualify for the discounted price.
bulk_discount.percent
Returns the percent discount from the normal product price when purchased at that quantity.
basket.bulk_discount
Returns the total value of discounts obtained from bulk pricing and bulk discounts (note that this property should be used for illustrative purposes only, bulk discounts are not included in properties returning ‘original’ product pricing values).