Title: WC Tiered Shipping
Author: Joni Halabi
Published: <strong>April 20, 2014</strong>
Last modified: April 17, 2025

---

Search plugins

This plugin **hasn’t been tested with the latest 3 major releases of WordPress**.
It may no longer be maintained or supported and may have compatibility issues when
used with more recent versions of WordPress.

![](https://ps.w.org/wc-tiered-shipping/assets/icon-256x256.jpg?rev=1777090)

# WC Tiered Shipping

 By [Joni Halabi](https://profiles.wordpress.org/thatdevgirl/)

[Download](https://downloads.wordpress.org/plugin/wc-tiered-shipping.3.2.0.zip)

 * [Details](https://wordpress.org/plugins/wc-tiered-shipping/#description)
 * [Reviews](https://wordpress.org/plugins/wc-tiered-shipping/#reviews)
 *  [Installation](https://wordpress.org/plugins/wc-tiered-shipping/#installation)
 * [Development](https://wordpress.org/plugins/wc-tiered-shipping/#developers)

 [Support](https://wordpress.org/support/plugin/wc-tiered-shipping/)

## Description

**Important notice!**

Due to a shift in my personal and professional priorities, I have decided to take
a step back from development. As a result, this plugin is no longer being actively
maintained. You are welcome to [fork it](https://github.com/thatdevgirl/woocommerce-tiered-flat-rate)
and create your own updates. If you do so, please credit me as the original author.(
I would also love to hear about this plugin’s new life!)

All the best, Joni.

—

WordPress administrative users can create a tiered flat rate shipping fee based 
on the total number of items in a WooCommerce cart. The store administrator can 
choose to apply this shipping method to all allowed countries that the store may
ship to or only specific countries.

There are two tiers in this shipping method:

 * **Base shipping fee:** This is the base (default) flat shipping fee that is applied
   automatically to the cart total for any number of items.
 * **Additional shipping fee for tiers:** This is the additional shipping fee that
   is added to the base fee if the number of items in the user’s cart exceeds a 
   specified number. This tiered fee can either be a flat fee, meaning that it is
   applied to carts of any size above the specified tier quantity, or a progressive
   fee, meaning that the tier quantity is used as a multiplier to the tiered fee.

## Screenshots

[⌊Screenshot of "Tiered Shipping" setup as an enabled shipping method in WooCommerce
Settings.  This can be found by going to WooCommerce > Settings > Shipping in the
WP admin.⌉⌊Screenshot of "Tiered Shipping" setup as an enabled shipping method in
WooCommerce Settings.  This can be found by going to WooCommerce > Settings > Shipping
in the WP admin.⌉[

Screenshot of “Tiered Shipping” setup as an enabled shipping method in WooCommerce
Settings. This can be found by going to WooCommerce > Settings > Shipping in the
WP admin.

## Installation

 1. Upload the plugin to your WordPress installation and activate the plugin.
 2. In the WordPress admin, go to “WooCommerce” -> “Settings”, then click on the “Shipping”
    tab.
 3. At the top of the Shipping settings page, click on “Tiered flat rate shipping”.
 4. Enable this shipping option and enter your shipping settings.

## FAQ

### I updated to 3.1 and the plugin is not working quite right. What’s going on?

I have noticed some weirdness after making the necessary maintenance changes to 
make the plugin work with WordPress 5.*. Please go to the settings page for the 
shipping method and click “Save Changes”. You do not need to actually change anything.
Just re-saving the settings seems to clear things up.

### What version of the plugin should I use if I am still on WordPress 4.*?

You probably want to stay on plugin version 3.0 in this case. However, I strongly
recommend staying current with WordPress core and upgrading to 5.*.

## Reviews

![](https://secure.gravatar.com/avatar/0f9e7e5cb143962b85bd881b889469e58ad257788b0d7eb3c6b366b2fd159146?
s=60&d=retro&r=g)

### 󠀁[awesome plugin](https://wordpress.org/support/topic/awesome-plugin-1798/)󠁿

 [Handstand](https://profiles.wordpress.org/handstand/) September 3, 2016

It does exactly what I needed, so simple to use, and it’s FREE – thanks so much 
for sharing!

![](https://secure.gravatar.com/avatar/fbaf3205d80f524ae41686b05c1d6e6754c733f0ede4815cfa3b6eb657b62555?
s=60&d=retro&r=g)

### 󠀁[Very helpful plugin](https://wordpress.org/support/topic/very-help-pluign/)󠁿

 [mhodges](https://profiles.wordpress.org/mhodges/) September 3, 2016

Kudos to the developer. This plugin was very useful.

![](https://secure.gravatar.com/avatar/22cb7a04c46b1e407e96cc848cbcf8111c8e554fa903674970d221cb3bef8eda?
s=60&d=retro&r=g)

### 󠀁[Works perfectly as described](https://wordpress.org/support/topic/works-perfectly-as-described-3/)󠁿

 [Mike OToole](https://profiles.wordpress.org/mike-otoole/) September 3, 2016

It does exactly as described and works perfectly. To many plugins on this site are
dumbed down or trials as bait for premium versions. This one is not of that ilk.
Very pleased with the result. Setup was as simple as choosing the tier and clicking
the Save button.

 [ Read all 4 reviews ](https://wordpress.org/support/plugin/wc-tiered-shipping/reviews/)

## Contributors & Developers

“WC Tiered Shipping” is open source software. The following people have contributed
to this plugin.

Contributors

 *   [ Joni Halabi ](https://profiles.wordpress.org/thatdevgirl/)

[Translate “WC Tiered Shipping” into your language.](https://translate.wordpress.org/projects/wp-plugins/wc-tiered-shipping)

### Interested in development?

[Browse the code](https://plugins.trac.wordpress.org/browser/wc-tiered-shipping/),
check out the [SVN repository](https://plugins.svn.wordpress.org/wc-tiered-shipping/),
or subscribe to the [development log](https://plugins.trac.wordpress.org/log/wc-tiered-shipping/)
by [RSS](https://plugins.trac.wordpress.org/log/wc-tiered-shipping/?limit=100&mode=stop_on_copy&format=rss).

## Changelog

#### 3.2

 * Tested plugin compatibility with WP core 6.5.
 * Added WooCommerce as a required plugin (a new feature as of WP core 6.5).

#### 3.1

 * Tested plugin on WP core 5.7.
 * [FIX] Make sure that WooCommerce is activated before activating this plugin. 
   Or, if WooCommerce is deactivated and this plugin is still activated, auto-deactivate
   it, because this plugin does not work without WooCommerce.
 * [FIX] Actually add the shipping method to WooCommerce. Apparently this stopped
   working with some update to either WooCommerce or WordPress. Sorry, folks, that
   it’s been a while since I’ve updated this plugin!
 * [ENHANCEMENT] Minified plugin admin Javascript for performance improvements.

#### 3.0

 * Tested plugin on v4.9.
 * Updated code style to better adhere to WordPress code standards.
 * [NEW FEATURE!] Added functionality to toggle the settings form based on whether
   the shipping method is enabled.
 * [NEW FEATURE!] Plugin automatically deactivates if the WooCommerce plugin is 
   deactivated.
 * [TWEAK] Updating ordering and language of the admin form.

#### 2.6

 * [FIX] No longer count virtual products when calculating shipping fee. (Thank 
   you idpaterson!)
 * [FIX] Do not charge base fee if there are no items to ship. (Thank you idpaterson!)
 * [NEW FEATURE!] Allow this shipping rate for all countries except specific ones.

#### 2.5.1

 * Updates to readme file documentation; adding donate link.

#### 2.5

 * [NEW FEATURE!] Adding new setting that allows admin to select if this shipping
   method is available in all countries or just selected ones.
 * [TWEAK] Resetting the stable tag (now that I have started using it) to make more
   sense.
 * [TWEAK] Fleshing out installation instructions in this readme file.

#### 2.4.6

 * Updating license and tested up to information in readme file.
 * Adding screenshots.

#### 2.4.5

 * Actually fixing the plugin setting issue.

#### 2.4

 * Fixing issue where plugin settings are saved but not applied. Please note that
   after changing your settings now, you may need to clear your current cache and/
   or user session.

#### 2.3

 * Updating readme file to include “tested up to” and other additional information.

#### 2.2

 * Fixing typos and documentation.

#### 2.1

 * Updated the language around the progressive (incremental) fee option for clarity.

#### 2.0

 * Updated the package name.
 * Added the progressive fee feature, which gives users the option to apply the 
   tiered shipping fee as either a flat or progressive fee.
 * Updated the tiered shipping fee so that it is added to the base fee instead of
   replacing it.
 * Updated documentation and enhanced admin settings labels and descriptions.

#### 1.0

 * Initial release.

## Meta

 *  Version **3.2.1**
 *  Last updated **1 year ago**
 *  Active installations **40+**
 *  WordPress version ** 3.0 or higher **
 *  Tested up to **6.7.5**
 *  PHP version ** 7.0 or higher **
 * Tags
 * [flat rate](https://wordpress.org/plugins/tags/flat-rate/)[shipping](https://wordpress.org/plugins/tags/shipping/)
   [woocommerce](https://wordpress.org/plugins/tags/woocommerce/)
 *  [Advanced View](https://wordpress.org/plugins/wc-tiered-shipping/advanced/)

## Ratings

 5 out of 5 stars.

 *  [  4 5-star reviews     ](https://wordpress.org/support/plugin/wc-tiered-shipping/reviews/?filter=5)
 *  [  0 4-star reviews     ](https://wordpress.org/support/plugin/wc-tiered-shipping/reviews/?filter=4)
 *  [  0 3-star reviews     ](https://wordpress.org/support/plugin/wc-tiered-shipping/reviews/?filter=3)
 *  [  0 2-star reviews     ](https://wordpress.org/support/plugin/wc-tiered-shipping/reviews/?filter=2)
 *  [  0 1-star reviews     ](https://wordpress.org/support/plugin/wc-tiered-shipping/reviews/?filter=1)

[Your review](https://wordpress.org/support/plugin/wc-tiered-shipping/reviews/#new-post)

[See all reviews](https://wordpress.org/support/plugin/wc-tiered-shipping/reviews/)

## Contributors

 *   [ Joni Halabi ](https://profiles.wordpress.org/thatdevgirl/)

## Support

Got something to say? Need help?

 [View support forum](https://wordpress.org/support/plugin/wc-tiered-shipping/)

## Donate

Would you like to support the advancement of this plugin?

 [ Donate to this plugin ](https://www.buymeacoffee.com/thatdevgirl)