Set up Different Shipping Costs for B2B/ B2C/ Order Value (Dynamic Shipping Costs)

This article will show you how to set different shipping costs based on whether the user is B2B or B2C, or based on order value or order quantity.

Option A: Configure different shipping methods #

The simplest way to set up different shipping costs for B2B, Groups, and B2C is by creating multiple methods and enabling or disabling them for each group.

Example

Let's say we want to charge $10 for B2B shipping and $50 for B2C shipping.

To set this up, go to WooCommerce -> Settings -> Shipping, select a shipping zone, and configure 2 separate methods:

Edit each method and set separate costs. For example:

Now, go to B2BKing -> Groups and for each B2B group, B2C, and Logged Out, enable only the respective method.

Here, for example, we have only enabled the B2C method for B2C users.

Note: Methods for B2C and logged-out users must be configured separately in B2BKing -> Groups! B2C settings do not affect logged-out users.

Note: Shipping methods can even be enabled or disabled individually for each customer by going to their user profile page -> Shipping and Payment Methods -> and choosing "Manual setting".

Option B: Configure dynamic shipping through rules #

This method of configuring different shipping costs is more complex but also allows greater flexibility. By following this approach, you can also set conditions based on order value, so that certain costs apply only for orders below or above a specific threshold.

Here's what the end result looks like with this method:

To set this up:

1) Go to WooCommerce -> Settings -> Shipping, select a zone, disable all shipping methods, and keep only Free Shipping enabled.

2) Edit the "Free Shipping" method and rename it to "Dynamically Calculated Shipping".


This way, users will see "Dynamically Calculated Shipping" (with no specific cost listed), and then the actual shipping cost below.


3) In B2BKing -> Dynamic Rules, configure "Add Tax / Fee" rules and name them something like "Shipping Fee".

You can create multiple "Add Tax" rules, all named "Shipping Fee", and set conditions such as <500, >500 AND <1500, >1500, etc., to apply different shipping costs based on the order value.

Here's an example of a rule that sets the shipping cost to $15 for B2B users:

$15 shipping fee for B2B users

Here's an example of a rule that sets the shipping cost to $10 for orders below $10,000:

$10 shipping fee for orders < $10,000 for all users

Common Issues #

It is important to note that shipping zones cannot be separate for B2B and B2C — only the shipping methods inside a zone can be.

Therefore, the following is an INCORRECT configuration:

This is because in WooCommerce, a customer only matches a single zone based on their geographic location.

Therefore, zones should only handle geographic locations. To configure different shipping methods, you must go inside each zone and set up separate B2B/B2C methods within that zone.

Powered by BetterDocs