WooCommerce Product Fees

Plugin Banner

WooCommerce Product Fees

by Caleb Burks

Download
Description

A WooCommerce plugin that adds a product settings tab for creating additional fees that show up at checkout if that product is in the cart.

In the WooCommerce products edit screen, there will be a new product data tab called ‘Product Fees’ where you can:

  • Give the fee a custom name that is displayed to the customer at checkout describing the fee.
  • Enter the cost of the fee as either a flat rate number or as a percentage.
  • Choose whether or not the fee should be multiplied based on the quantity of the product in the cart.

There will also be similar fields within each variation tab on the product. If the variation does not have a fee, it will fallback and look to use the product fee if one exists.

For the plugin settings, you can go WooCommerce > Settings > Products > Product Fees. Here you will find two settings:

  • Fee Tax Class – Assign a tax class to be applied to fees, or leave it so fees are not taxed.
  • Fee Name Conflicts – Choose whether fees with the same name should be combined or not.

Features

I have kept this plugin simple on purpose. It is very lightweight and should not conflict with any other plugins or themes. Here are the features included in the plugin:

  • Percentage based fees that go off of the product’s price.
  • Variation specific fees.
  • A quantity multiplier that can be toggled on/off per product and per variation.
  • Option to combine fees with the same name.
  • Ability to assign a tax class to be used on fees.
  • Coupon setting that will remove fees when added.

Contributions

If you’re interested in contributing to WooCommerce Product Fees – head over to the WooCommerce Product Fees GitHub Repository to find out how you can pitch in.

Thanks to Ben Smith for contributing the plugin’s banner and icon image designs.

Minimum Requirements

  • WordPress 4.0 or greater
  • WooCommerce 2.2 or greater

Automatic installation

Automatic installation is the easiest option as WordPress handles the file transfers itself and you don’t need to leave your web browser. To do an automatic install of WooCommerce Product Fees, log in to your WordPress dashboard, navigate to the Plugins menu, and click Add New.

In the search field type “WooCommerce Product Fees” and click Search Plugins. Once you’ve found the plugin you can view details about it such as the point release, rating, and description. Most importantly of course, you can install it by simply clicking “Install Now”.

Manual installation

The manual installation method involves downloading this plugin and uploading it to your webserver via your favorite FTP application. The WordPress codex contains instructions on how to do this here.

Updating

Automatic updates should work like a charm; as always though, ensure you backup your site just in case.

  1. The product settings tab.

    The product settings tab.

  2. The variation settings.

    The variation settings.

  3. The product fees settings area.

    The product fees settings area.

  4. Fees shown at checkout.

    Fees shown at checkout.

Installation Instructions

Minimum Requirements

  • WordPress 4.0 or greater
  • WooCommerce 2.2 or greater

Automatic installation

Automatic installation is the easiest option as WordPress handles the file transfers itself and you don’t need to leave your web browser. To do an automatic install of WooCommerce Product Fees, log in to your WordPress dashboard, navigate to the Plugins menu, and click Add New.

In the search field type “WooCommerce Product Fees” and click Search Plugins. Once you’ve found the plugin you can view details about it such as the point release, rating, and description. Most importantly of course, you can install it by simply clicking “Install Now”.

Manual installation

The manual installation method involves downloading this plugin and uploading it to your webserver via your favorite FTP application. The WordPress codex contains instructions on how to do this here.

Updating

Automatic updates should work like a charm; as always though, ensure you backup your site just in case.

Where can I get support or talk to other users?

You can post here in the support section at WordPress.org. Just click on the Support tab to the right.

Where can I request new features?

Feel free to submit a feature request as an issue at the WooCommerce Product Fees GitHub Repository. Be sure to check if this has already been suggested though. You can also suggest a feature in the support forums here at WordPress.org using the Support tab on the right.

Where can I report bugs or contribute to the project?

Bugs can be reported either in the support forum or preferably on the WooCommerce Product Fees GitHub Repository.

Works very good, easy and stable!

By Doeye Hof (Doeye) on October 15, 2020

Thanks man!! Very beneficial

Nothing works like this

By ollidoetsch on September 24, 2020

Thanks for creating this simple to use plugin! I searched for hours and tried so many solutions with conditional logic and so on but just wanted to apply a simple fee for some variants. Works perfectly.

Works Perfectly

By mjb502 on October 23, 2020

'Outdated' but great. Does exactly what I needed.

Outdated, and yet the best plugin out there

By boutzamat on March 16, 2020

I love how this plugin hasn't been updated in over 2 years - and still is the best one out there.

Works Great!

By drew (drew@drewchristopher.com) on February 6, 2020

I've installed this plugin and it works great! I would love to contribute to anyone continuing to support updates of this plugin.

It works as well!

By mygravatar15 on December 29, 2019

Hello, i was skeptical about this plugin, the last update is 2 years ago. But i tried it and it works perfect. I use always the latest WP and Woocommerce versions, and it works fine without errors. If you are asking you, will this work, the answer is YES. It does the job, now you can add one more product fee on every product individually. Thanks to the developer! I was searching there but there are a lot plugins with more functions and settings who nobody need, just to get money for something nobody really want. But yours is simple and works fine. I would buy your plugin but its for free 🙂

fee doesn't adjust when coupon applied

By ashkanahmadi on July 22, 2019

It's a really easy and straight-forward thing to use. I was really happy with it until I realized that the % fee doesn't adjust when a coupon is applied. For example, if you add a 10% fee but give someone a 100% coupon code, then the fee remains instead of dropping to 0.

Excelente

By christiandavid88 on April 23, 2019

Este plugin resolvió mi problema de colocar una tarifa fija de impuestos, y de forma gratuita, lo amé, gracias a los desarrolladores.

Super simple to set up

By cmaury67 on November 5, 2018

Very easy to set up and worked great. I was doubtful that I would find a complimentary plugin that would work well with WooCommerce, but this seems to have done the trick. Great job and thanks!

Excellent Plugin!

By (aagraphics) on October 16, 2018

Thank you! Works Great!

1.3.0 – 12/20/2017

  • Feature – Coupons have an option to remove fees in WC 3.0+
  • Feature – Support for CSV Import/Export in WC 3.1+
  • Feature – Fees have an option to inherit product tax settings.
  • Patch – WooCommerce 3.0 Compatibility.
  • Fix – The standard tax rate wasn’t working/available.
  • Fix – Added support for localized decimal point separators.
  • Fix – Added WC Subscriptions compatibility.
  • Fix – Fees with the same letters but different capitalizations will now match and can be merged.
  • Fix – Don’t add $0 fees for every product.
  • Refactor – Sorry, had to do it again :). Reduced code and prepared for adding automated testing.

1.2.0 – 11/29/2015

  • Feature – Ability to assign a tax class to be used on fees.
  • Feature – Adds a setting to choose whether to combine fees with the same name or not.
  • Feature – Variation products can now use the fee multiplier on the global product level.
  • Fix – Various calculation issues in regards to multiple variation children being in the cart.
  • Fix – Add language .pot file.
  • Refactor – Completely re-wrote the plugin to make it more efficient and extendable.

1.1.1 – 10/1/2015

  • Feature – Add fees with the same name.
  • Fix – Display non-variation fees.

1.1.0 – 09/30/2015

  • Feature – Variation specific fees.
  • Fix – Save blank fee names and values.

1.0.0 – 08/25/2015

  • Feature – Percentage based fees.
  • Feature – Multiply by product quantity.
Back to top