Custom Shipping Methods for WooCommerce – Create Weight based Shipping, Conditional Shipping, Table Rate Shipping and much more

Сүрөттөө

Custom Shipping Methods for WooCommerce plugin lets you add (multiple) custom shipping methods to WooCommerce.

Shortcodes for cost calculation

In each custom shipping method’s cost calculation formula you can use these shortcodes:

  • [qty] – number of items (i.e. quantity) in cart,
  • [cost] – total cost of items in cart,
  • [weight] – total cart items weight,
  • [volume] – total cart items volume,
  • [fee] – percentage based fees,
  • [round]rounding.

I had been looking for a plugin for hours and days that would give me the options I was looking for and this has succeeded. In addition to all that, i needed an extra option and these guys added it overnight, impeccable attention, friendly and fast. Sincerely anything i need about plugins I will talk to them to see if they have it or if they can develop it.

Everything I need and fantastic support!
Yeray

Rules for each shipping method

In addition, for each custom shipping method, you can optionally set these method availability options:

  • min and max cart cost,
  • min and max cart weight,
  • min and max cart volume,
  • min and max cart quantity,
  • required and excluded cart products,
  • required and excluded cart product categories,
  • required and excluded cart product tags.

Costs based on Product Shipping Class

Optionally costs can be added based on the product shipping class:

  • costs per product shipping class and for no shipping class,
  • calculation type: charge shipping per class or per order,
  • limits calculation: check limits per class, per order or all.

Advanced options include custom return URL – it can be used instead of the standard “Order received” page.

In addition to the above, you can also create customized templates for icons that would be displayed besides the shipping method title.
Also, add custom text with HTML for Free Shipping i.e Zero cost.

Premium Version

Custom Shipping Methods for WooCommerce Pro plugin version also has:

  • [costs_table] shortcode for table rate shipping – Costs are calculated using Google Distance Matrix API,
  • [distance] shortcode for distance based cost calculation,
  • options to set free shipping minimum order amount,
  • options to set free shipping products,
  • options to set min and max cost limits,
  • options to set min and max distance availability,
  • options to set custom shipping methods’ frontend icons and descriptions.

Our other plugins

Feedback

  • We are open to your suggestions and feedback. Thank you for using or trying out one of our plugins!
  • Visit plugin site.

Скриншоттор

  • Custom Shipping Global Settings.
  • Icons and Description settings.
  • Individual custom shipping options.
  • Other rules part of Pro.
  • Cost, Weight, Volume and Quantity rules.
  • Products, Categories and Tags rules.
  • Shipping Class costs.

Орнотуу

  1. Upload the entire plugin folder to the /wp-content/plugins/ directory.
  2. Activate the plugin through the “Plugins” menu in WordPress.
  3. Start by visiting plugin settings at “WooCommerce > Settings > Custom Shipping Methods”.

Сын-пикирлер

Апрель 19, 2023-ж.
I set shipping classes based on the total number of shipping classes for items in the cart, and we also achieved a mix of flat rates.
Сентябрь 8, 2022-ж.
excellent, after hours of searching this plugin solves everything I needed
Январь 27, 2022-ж. 1 reply
Bought the plugin for a function on my website. It was not what i was looking for so i send an email. Got a response and finally we couldn’t fix the problem. When i asked for a refund in my first mail they said it was not a problem. Now i’m still waiting for a response after a couple weeks…
Сентябрь 16, 2020-ж.
I was looking for a simple way to set delivery in UK to £4.99 and the rest of the world to £19.99 and this worked perfectly. Thank you very much
Read all 16 reviews

Contributors & Developers

“Custom Shipping Methods for WooCommerce – Create Weight based Shipping, Conditional Shipping, Table Rate Shipping and much more” is open source software. The following people have contributed to this plugin.

Мүчөлөрү

“Custom Shipping Methods for WooCommerce – Create Weight based Shipping, Conditional Shipping, Table Rate Shipping and much more” has been translated into 2 locales. Thank you to the translators for their contributions.

Translate “Custom Shipping Methods for WooCommerce – Create Weight based Shipping, Conditional Shipping, Table Rate Shipping and much more” into your language.

Interested in development?

Browse the code, check out the SVN repository, or subscribe to the development log by RSS.

Өзгөртүүлөр

1.9.1 – 12/11/2023

  • Fixed an issue occuring due to inaccessible class

1.9.0 – 11/11/2023

  • Compatibility with HPOS
  • Compatibility with PHP 8.2

1.8.0 – 16/09/2021

  • Fix – Required Categories and Required Tags rules were not applied for Custom Shipping methods.
  • WC tested up to: 5.6

1.7.0 – 09/07/2021

  • Dev – Filter added to modify the totals. This can be used to consider totals with taxes.
  • Dev – Refactorted the code as per WPCS standards.
  • WC tested up to: 5.4

1.6.3 – 22/03/2020

  • WC tested up to: 4.0.

1.6.2 – 18/02/2020

  • Fix – Admin Settings – Text domain fixed.
  • Dev – Availability – “Require type” option added.

1.6.1 – 22/01/2020

  • Dev – Shortcodes – [round] shortcode added.
  • Dev – Code refactoring.
  • WC tested up to: 3.9.

1.6.0 – 30/12/2019

  • Dev – Availability – “Required/Excluded products/categories/tags” options added.
  • Dev – “Free shipping products” option added.
  • Dev – Settings – Icons & Descriptions – Placeholders list added to the description.
  • Dev – Code refactoring.

1.5.3 – 11/12/2019

  • Dev – Shortcodes – [distance] – Caching results now.
  • Dev – Code refactoring.

1.5.2 – 06/12/2019

  • Dev – Availability – “Min distance” and “Max distance” options added.
  • Dev – Advanced – “Custom return URL” option added.
  • Dev – Shortcodes – [costs_table] – Evaluating math expressions in costs now.
  • Dev – Admin settings descriptions updated.
  • Dev – Code refactoring.

1.5.1 – 13/11/2019

  • Dev – Shortcodes – [distance] – Returning default_distance at once when source or destination address is empty.
  • WC tested up to: 3.8.
  • Tested up to: 5.3.

1.5.0 – 23/10/2019

  • Feature – Shortcodes – [distance] – Rounding attributes added (rounding and rounding_precision).
  • Feature – Shortcodes – [distance] – Min and max distance attributes added (min_distance and max_distance).
  • Dev – Code refactoring.

1.4.3 – 03/10/2019

  • Dev – General – Frontend Settings – Add to zero cost – Admin settings descriptions updated.
  • WC tested up to: 3.7.

1.4.2 – 14/06/2019

  • Dev – Shipping class costs – “Limits calculation” option added.
  • Dev – Admin settings descriptions updated (“Free shipping min amount”).
  • Dev – Minor code refactoring.

1.4.1 – 25/05/2019

  • Dev – General – Frontend Settings – Trigger checkout update – Now triggering checkout update only on billing_ and shipping_ input change.
  • Dev – General – Frontend Settings – Add to zero cost – Admin settings descriptions updated.

1.4.0 – 24/05/2019

  • Feature – Shortcodes – [costs_table]table_format attribute added (defaults to min; other possible value: range) (and default_cost attribute added).
  • Feature – Shortcodes – [distance] – Miles (mi) option added to the units attribute (same applies to [costs_table prop="distance" ...]).
  • Dev – General – Frontend Settings – “Trigger checkout update” option added.
  • Dev – Shortcodes – [distance]default attribute renamed to default_distance.
  • Dev – WC_Shipping_Alg_Customalg_wc_custom_shipping_methods_add_rate filter added.
  • Dev – WC_Shipping_Alg_Customevaluate_cost() function visibility changed from protected to public.
  • WC tested up to: 3.6.
  • Tested up to: 5.2.

1.3.1 – 09/02/2019

  • Feature – [costs_table]cost property added (i.e. [costs_table prop="cost" ...]).
  • Feature – “Free shipping minimum order amount” option added.
  • Dev – [costs_table] – Code refactoring.
  • Dev – Admin settings restyled.

1.3.0 – 03/12/2018

  • Feature – “Min cost limit” and “Max cost limit” options added.
  • Feature – [distance] shortcode added.
  • Feature – distance prop added to the [costs_table] shortcode (i.e. [costs_table prop="distance"]).
  • Dev – Method settings descriptions updated.
  • Dev – alg_wc_custom_shipping_methods_evaluate_cost_sum and alg_wc_custom_shipping_methods_evaluate_cost_sum_evaluated filters added.

1.2.1 – 14/11/2018

  • Feature – “Replace zero cost” options added.
  • Dev – Code refactoring.

1.2.0 – 18/09/2018

  • Feature – “Method icon” and “Method description” options added.
  • Fix – [costs_table] shortcode fixed.
  • Dev – Admin settings restyled.

1.1.0 – 14/09/2018

  • Feature – Availability – “Min cost”, “Max cost”, “Min volume”, “Max volume”, “Min quantity”, “Max quantity” options added.
  • Fix – Core – Checking if product has dimensions before calling get_height(), get_width() and get_length() in get_products_volume().
  • Fix – Core – Checking if product has weight before calling get_weight() in get_products_weight().
  • Dev – Default “Admin title” and “Method title” values updated.
  • Dev – Minor admin settings restyling.
  • Dev – Code refactoring.
  • Dev – POT file added.
  • Dev – Plugin description in readme.txt updated.
  • Dev – Plugin URI updated.

1.0.0 – 09/05/2018

  • Initial Release.