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.

WooCommerce Product Fees

Kuvaus

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.

piirteet

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.

Kuvankaappaukset

  • The product settings tab.
  • The variation settings.
  • The product fees settings area.
  • Fees shown at checkout.

Asennus

Toimintaympäristön vaatimukset

  • WordPress 3.8 tai uudempi
  • WooCommerce 2.2 or greater

Automaattinen asennus

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”.

Manuaalinen asennus

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.

Päivittää

Automaattisten päivitysten pitäisi toimia sujuvasti; mutta kuten aina, tee varmuuskopio sivustosta kaiken varalta.

UKK

Installation Instructions

Toimintaympäristön vaatimukset

  • WordPress 3.8 tai uudempi
  • WooCommerce 2.2 or greater

Automaattinen asennus

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”.

Manuaalinen asennus

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.

Päivittää

Automaattisten päivitysten pitäisi toimia sujuvasti; mutta kuten aina, tee varmuuskopio sivustosta kaiken varalta.

Miten saan tukea tai missä voin keskustella toisten käyttäjien kanssa?

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.

Missä voisin ilmoittaa ohjelman virheistä tai osallistua projektiin?

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

Arvostelut

24.9.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.
6.2.2020
I've installed this plugin and it works great! I would love to contribute to anyone continuing to support updates of this plugin.
29.12.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 🙂
Lue kaikki 21 arvostelua.

Avustajat & Kehittäjät

“WooCommerce Product Fees” perustuu avoimeen lähdekoodiin. Seuraavat henkilöt ovat osallistuneet tämän lisäosan kehittämiseen.

Avustajat

“WooCommerce Product Fees” has been translated into 3 locales. Kiitoksia kääntäjille heidän työstään.

Käännä “WooCommerce Product Fees” omalle kielellesi.

Oletko kiinnostunut kehitystyöstä?

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

Muutosloki

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.