Weight zone shipping for WooCommerce

外掛說明

A WooCommerce extension to calculate shipping charges based on cart weight and delivery zone.

  • Supports multiple rates per shipping rate table
  • Supports shipping class restriction

If your WooCommerce store needs to calculate shipping charges based on cart weight and delivery region then this plugin is for you.

Documentation

Each shipping zone can contain multiple shipping methods with rates that apply to all regions in the zone.

Features

  • Shipping rates based on cart weight and delivery region
  • Unlimited weight ranges
  • Carts with zero weight
  • FREE shipping in selected weight ranges
  • Default rates using the Rest of the World shipping zone
  • Maximum cart weight
  • WooCommerce 2.6 and above
  • Internationalised
  • Handling fee as fixed rate or percentage of total cart cost
  • Supports migration from oik weight/country shipping

螢幕擷圖

  • Add Shipping Method for Weight Zone
  • Weight Zone Settings - initial display
  • Weight Zone Settings - shipping rates defined
  • Cart totals
  • Checkout shipping rates

常見問題集

Installation

  1. Upload ‘oik-weight-zone-shipping’ to the ‘/wp-content/plugins/’ directory
  2. Activate the plugin through the ‘Plugins’ menu in WordPress
  3. Visit WooCommerce->Settings->Shipping
  4. If migrating from oik weight/country shipping use the Multi Rate Weight Zone tab to perform the migration.
  5. Set your delivery rates for each Shipping zone in WooCommerce->Settings->Shipping

Which version of WooCommerce does this work on?

Now tested up to WooCommerce 8.7.0

What is the separator for the shipping rate table?

Vertical bars. Blanks around values will be ignored.

0 | 9.99| Zero weight
1 | 1.24 | 
2 | 3.45 |
3 | 4.56 
  • Use of slash characters are no longer supported as these are now allowed in the Method Title override.
  • Whether or not you can use a comma depends on your Currency options.
  • If your Thousand or Decimal separator is a comma then it can’t be used as a field delimiter.
  • Enter one rate per line.

How do I set the Method Title?

Set the default Method Title and add overrides in the Shipping Rates table

0 | 9.99| Zero weight
1 | 1.24 |
2 | 3.45 |
3 | 4.56 | Another method title override
10 | 0 | Free shipping between 3 and 10 kgs
999 | ZZZ | Maximum cart weight is 10 kgs

Does this support multiple rates per weight/shipping zone combination?

Yes. You can either define multiple rates per shipping rate table or
create multiple shipping methods.

For each shipping method you add to a zone set the Method Title to reflect the rates.
e.g. UK second class, UK first class.

Are there any other FAQs?

Yes. See oik weight zone shipping for WooCommerce FAQS

使用者評論

2021 年 4 月 16 日
Thanks for this plugin! It is easy to use. The options are simple and sufficient. Just what I need for my personal store! Excellent and smart work!
2021 年 3 月 22 日
I can't believe that this seems to be the ONLY shipping plugin for Woocommerce that lets you create tables that are easy to import/export or in this case simply copy/paste the data. This is such a perfect and easy solution if you need to deal with different shipping cost tables that can't be calculated. Thank you!
2017 年 7 月 3 日
I use this plugin on one WP site of a client, where it works very well. Thank you! However I just ralized today that it is not suitable for the usecase in which one wants to have a *minimum* weight set. For example: I use a shipping method up to 30kgs and then I would like to switch to another method, once I'm over 30kgs. This does not work.
閱讀全部 10 則使用者評論

參與者及開發者

以下人員參與了開源軟體〈Weight zone shipping for WooCommerce〉的開發相關工作。

參與者

〈Weight zone shipping for WooCommerce〉外掛目前已有 9 個本地化語言版本。 感謝全部譯者為這個外掛做出的貢獻。

將〈Weight zone shipping for WooCommerce〉外掛本地化為台灣繁體中文版

對開發相關資訊感興趣?

任何人均可瀏覽程式碼、查看 SVN 存放庫,或透過 RSS 訂閱開發記錄

變更記錄

0.2.12

  • Changed: Update PHPUnit tests #30
  • Tested: With WordPress 6.5 and WordPress Multisite
  • Tested: With WooCommerce 8.7.0
  • Tested: With PHPUnit 9.6
  • Tested: With PHP 8.3