Complete guide: How to sell by weight in WooCommerce
As an online business owner, there are many scenarios where you might need to sell by weight in WooCommerce. For example, you might sell fruits and vegetables from your farm, purchase dry fruits and nuts in bulk for resale, or grow various herbs - all of which need WooCommerce weight-based pricing.
Lots of store owners wonder: "How do I sell a product by weight in WooCommerce?" That's because it’s not immediately obvious how to use WooCommerce to sell by weight. The good news is that, with the right WooCommerce plugins, you can easily start selling products by weight.
In this article, we’ll walk you through two different ways to use WooCommerce to list products in a way that allows you to sell by weight. The methods we cover in this tutorial work equally well if you’re selling by other types of measurement such as volume, size, width, length, or dimensions.
Let's get started ⚖️
Why you might need to sell by weight in WooCommerce
There are several different types of products that store owners typically sell by weight. Here are a few examples:
- Fruits
- Vegetables
- Dry fruits
- Nuts
- Flour, lentils, and beans
- Meat
Store owners set the products up in a way that each product has a price per unit weight. For example, this could be in grams, ounces, or pounds. Customers can simply select the number of, say, grams they’d like to purchase of the product and proceed to checkout to place their order.
As an e-commerce store owner, you can sell by weight in WooCommerce with the right combination of plugins.
Two ways to sell by weight in WooCommerce
There are two different ways to sell by weight in WooCommerce:
- Allow customers to enter an exact weight to receive an exact weight-based price calculation.
- Add pre-set weight options as product variations.
Choose Method 1 if you need WooCommerce weight-based pricing with more flexible options. For example, if you want to sell different types of flour by the kilogram, you could simply add your product prices by weight instead of selling by quantity.
Alternatively, you can go with Method 2 to keep things simple and add each weight option as a separate variation. This is particularly useful for store owners that sell items at different weight quantities. For example, if you have three different weight options – 500 grams, 1 kilogram, and 5 kilograms. You would add products as variable products in WooCommerce.
Keep reading to learn more about each method and how to set it up.
Method 1: Price products by weight
It's surprisingly easy to set up WooCommerce weight-based pricing. It works by replacing the standard quantity field with a weight input field. This lets you sell products by weight instead of quantity, like this:
The great thing about this method is that it also supports decimal quantities, and minimum and maximum quantities. For example, you can allow customers to order coffee in any decimal value between 1 and 10kg.
You can do this with the WooCommerce Product Options plugin, which lets you replace the standard quantity field with custom product options. These offer more flexibility, such as the ability to order decimal quantities and display the weight on the product page.
How to add a product weight field to the product page
Step 1: Set up the product
First, you need to disable the quantity field on the main page, and enter the price for one unit of weight:
- Go to the 'Products' section of the WordPress admin and open the 'Edit product' page.
- Find the 'Product data' section and enter the basic product price. For example, if you are selling by kg then you should enter the cost for 1kg.
- Next, go to the 'Inventory' tab and tick the 'Limit purchases to 1 item per order' box. This hides the product quantity field. You need to do this because you'll be selling by weight rather than quantity. (We'll be adding a weight field in the next section.)
Step 2: Add a weight field to the product
- Get the WooCommerce Product Options plugin and install it on your site.
- Go to Products → Options.
- Create a Options Group which you'll use to add the weight field, plus any other options you want to add to the product.
- Choose which products/categories you want to display the weight field on, or leave it to appear globally on all products.
- Click 'Add Option' and select the 'Number' field type.
- Enter a name for the weight field (e.g. "Weight") and untick the 'Display' box next to it.
- Underneath in the 'Choices' section, enter the label which will appear next to the weight field (e.g "Weight in kilograms"). Leave "No cost" selected for the price because we'll be a proper price formula in a minute, instead of adding a static price here.
- Set the field to 'Required' to force customers to enter a weight.
- Next, open the 'Advanced settings' to display some additional options:
- If you want customers to be able to select partial weights (e.g. 1.5kg) then use the 'Decimal' number type to allow this.
- Set a minimum and maximum weight that customers can enter, if needed.
- Save the option group.
Step 3: Add the weight-based pricing to WooCommerce
Now you've added the weight field, you need to create a price formula which will calculate the weight-based pricing:
- In the same Option Group that you created in Step 2, click 'Add option' again and select 'Price formula' this time.
- Add a name for the option, such as "Weight calculation", and untick the 'Display' box again.
- Select the Price Formula option type.
- Create a price formula which will calculate the price based on the weight that the customer enters. To do this, click on the name of the number field which appears underneath the 'Formula' field, and also the 'Price' field which will retrieve the price for 1 unit of weight which you entered in Step 1. Enter the multiplication symbol between the two variables so that the formula looks something like:
[Weight] * [product_price]
. Use mathematical operators, brackets etc. to add extra complexity to the formula as needed.
- Use the 'Price display suffix' field to enter some text to indicate that the main price you entered for the product is based on weight. For example, if you entered the price for 1kg on the 'Edit product' screen then you should enter "per kilogram" or "per kg" to make this clear to customers. This will appear after the price for 1kg at the top of the product page.
- Finally, visit a product page and test the pricing by weight. Enter a number in the weight field and make sure the correct price is shown below. Keep making changes until you're completely happy.
Method 2: Add weight options as variations
You can use the WooCommerce Bulk Variations plugin to add each weight option as a product variation. This plugin lets you list all the variations in a matrix layout directly on the single product page.
Customers can enter the required quantity of each option and order the exact amount they want. They can mix and match multiple variations to reach the total weight volume they require.
For example, let’s say you’d like to sell sweets online. You might set up the following weight options as variations to sell by weight in WooCommerce:
- 500 grams
- 1 kilogram
- 2 kilograms
So, if a customer would like to purchase 1.5 kilograms of sweets, they could add the 500 grams variation and the 1-kilogram variation to their shopping cart at the same time and proceed to the checkout page. In this way, the plugin supports custom weight measurements. You just need to create a variation for each possible step within the price range.
Setup instructions
- Get the WooCommerce Bulk Variations plugin and install it on your WordPress site.
- Activate your license key in the plugin setup wizard, which will open automatically.
- Next, go to Products → Add New and create a WooCommerce product which you will sell by weight.
- Go to Product Data → Attributes and add all the attributes that you would like customers to select from. For example, in the case of sweets, this may be flavor and weight. Enter all the possible options for each attribute, such as all the different weights that you sell in. Tick the 'Use for variations' box for each attribute, then click 'Save attributes'.
- Open the 'Variations' tab underneath and click 'Generate variations'. This will create a variation for each combination of attributes. Go through each one and enter a price, add an image, and so on. (Tip: Use the filters above the list of variations to quickly select multiple variations and apply the same changes to each one.)
- Now open the 'Bulk Variations' tab and configure the following settings:
- Make sure the Enable variations grid checkbox is ticked.
- Set the Horizontal option to the attribute you want to display in columns for the variations grid.
- Set the Vertical option to the attribute you want to display in rows for the variations grid.
- Make sure the Display variation images checkbox is ticked.
- Click the Publish button to add the product to your store.
On the front-end, the WooCommerce Bulk Variations plugin will display the variations along two dimensions in a grid with all the weight options.
Bonus: Selling by weight on the main Shop page
Both methods for selling WooCommerce products by weight focus on what it looks like on the single product page. For even more convenience, you can use WooCommerce Bulk Variations or WooCommerce Product Options with our other plugin, WooCommerce Product Table. This displays products in a much clearer layout on the main Shop page, like this:
This makes it very clear to customers that the products are priced by weight. That's because we have renamed the 'Price' column in the table to clearly show that each price is based on weight, rather than by quantity.
Be sure to check out the How to sell by weight guidelines in the WooCommerce Product Table plugin documentation.
Case study: Provenance Meat
Selling by weight is particularly useful if you’re selling meat. It gives customers full flexibility to place orders based on the exact amount they’d like to purchase whether it’s 1.5 kilograms or 1.675 kilograms. Here's an example of how Provenance Meat uses WooCommerce Product Table:
Start selling WooCommerce products by weight
In this tutorial, we've looked at several methods for selling by weight in WooCommerce. Read about each one, and choose the combination of plugins that best suits your needs:
- WooCommerce Product Options - Replace the standard WooCommerce quantity field with a purpose-built weight field. It supports decimal quantities, min/max quantities and more, making it ideal for selling by weight.
- WooCommerce Bulk Variations - Create a variation for each weight option, and display them in a user-friendly order form on the single product page.
Both plugins come with a full 30-day money back guarantee. Try out your chosen plugin and start selling by weight today!
29 Comments
Hello, I've been looking for a plugin for a butcher shop for a while. I have seen that you have an entry about it and it seems that the product perfectly meets what I am looking for, but I have a question, and it is exactly what a user raises in the comments:
- To sell meat by weight, where the user enters the value in grams/kg or another measurement, and the system calculates the price seems perfect to me, but... it is possible to combine the sale by weight, in some products, with the unit sales in others? For example, if I sell hamburgers, I want to set the price per unit, not by weight.
- Is this plugin compatible with wmpl?
- Is YITH WooCommerce PDF Invoices & Packing Slips compatible?
Hello, Enrique. Thanks for asking! Here are the answers to your questions:
Selling Meat by Weight and Unit: Yes, you can sell some products by weight and others by unit using the price formula option. Create a formula for products sold by weight and leave the others as is. Both types can be ordered together without issues.
Compatibility with WPML: Yes, our plugin works well with WPML. The WPML team also supports configuring our plugins.
YITH WooCommerce PDF Invoices & Packing Slips Compatibility: There are no known issues with this. Additionally, our plugin has minimal impact on invoice generation, so they should work seamlessly together.
Feel free to ask if you have more questions!
I think you're missing the problem. If the customer buys 8 ounces of meat we need to accept that order through the credit card but not bill it. When we pack the order we need to change the amount to the actual amount of meat which could be higher or lower then the 8 ounces. Chickens don't produce parts that exact match the 8 ounces.
Hi, Terry. Thanks for sharing your insights. To address that, you could consider implementing a custom code solution tailored to handle that unique situation. I hope this clarifies things for you. If you have any further questions about our plugins, please don't hesitate to reach out to us at our Support Center.
Hi! We have a client who wants to sell meat (€/kg). He wants the clients to see the price when they type in their specific weight. So for example, beef at €20/kg (the price is displayed next to the product): the client wants 500 grams so the price automatically changes to €10. Is this only possible with the paying plug-in form method 2? Or is there another possibility? Thanks!
Hi Laura, thank you for the comment. As WooCommerce is an extremely popular platform, there is often more than one way to go about doing things. You can have a fully custom solution coded for you (which will most likely be significantly more expensive) or you can use other tools/plugins. When selling by weight, we recommend the methods discussed above. If you have any trouble with the plugins, you can contact our friendly support team. If you have further questions, you can reach us through our Support Center. Cheers!