Product bulk pricing
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 rules are a part of bulk discounts and can be configured at the product or product variation level. They apply to each specific product (i.e. the visitor must add the same product/variation to the basket to qualify for the bulk pricing discount). Product bulk pricing rules are different from, and configured separately from, product bulk discounts.
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 pricing rules.
Configuring bulk pricing rules
Configuring bulk pricing rules
To configure bulk pricing rules on products, navigate to the product.
- The Quantity rule setting is used to configure what quantity the visitor needs to have in their basket of the product in order to qualify for the rule:
- 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.
- The Price per unit at this quantity setting is used to configure the price paid for each single unit of the product, for example, a value of
1.00
means the price for each unit will be1.00
(if the visitor has a total of 3 in the basket, the user will pay3.00
).
For products without variations
For products without variations:
- Select to edit the product
- Navigate to Product pricing > Bulk pricing section
- Use the settings to configure a pricing rule
- Use the
+ add another
option to add multiple pricing rules
- Use the
For products with variations
For products with variations:
- Select to edit the product
- Navigate to Product pricing > Bulk pricing section
- Select the
configure bulk prices for variations
option - Use the settings to configure a pricing rule by first selecting the variation
- Use the
+ add another
option to add multiple pricing rules
- Use the
Bulk pricing import/export system
Bulk pricing import/export system
An import/export system is available for bulk pricing rules, which you can use to:
- Configure bulk pricing rules
- Export existing bulk pricing rules
- Edit and remove bulk pricing rules
The import spreadsheet has the following structure:
- The first column is
SKU
, where you add the SKU code of the product/variation - You must to products/variations to set bulk pricing rules using the import system
- The second column is
Quantity From
, where you add the lowest quantity the bulk pricing rule applies to - The third column is
Quantity To
, where you add the highest quantity the bulk pricing rule applies to - Leave the cell blank if the bulk pricing rule should apply to any quantity above the quantity from setting
- The fourth column is
Price
, where you add the price paid for each single unit
Example spreadsheet layout:
SKU | Quantity From | Quantity To | Price |
---|---|---|---|
SKU123 | 2 | 4 | 1.00 |
SKU123 | 5 | 0.95 | |
SKU124 | 3 | 3 | 3.00 |
SKU124 | 4 | 2.95 |
Once completed, save the spreadsheet as a .
Importing bulk pricing rules
- Navigate to B2B > Bulk Pricing Import/Export
- Locate the Import product bulk prices section
- Select the file from your device's hard drive
- To replace all bulk pricing rules configured with the rules configured in the import file you are uploading, select
replace all existing product bulk prices with those contained within the import file
- Select
import
Exporting bulk pricing rules
- Navigate to B2B > Bulk Pricing Import/Export
- Locate the Export product bulk prices section
- Select
prepare your export
- Wait for the export to generate and then select
download your export
Configuring which visitor types bulk pricing rules apply to
Configuring which visitor types bulk pricing rules apply to
You can configure which types of visitors bulk pricing 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 on your theme 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_prices
Returns an array of the bulk pricing.
bulk_price.quantity
Returns the quantity the visitor needs to add to the basket to qualify for the bulk pricing rule.
bulk_price.value
Returns the price of a single unit of the product when added to the basket at that quantity.
product.bulk_variations
Returns an array of the bulk pricing available for each variation.
variation.title
Returns the variation combination applicable to the bulk pricing rule. Each individual variation combination is returned separated with a comma.
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).