Payment and Shipping Method Checkout Fee for WooCommerce

Description

The Payment Method Checkout Fee plugin for WooCommerce enables you to apply an additional percentage or fixed fee to each payment and shipping method. You can easily configure the settings under the “Settings” menu in WordPress, titled ‘Checkout Fee’.

You can find the settings under “Settings” menu in WordPress, titled ‘Checkout Fee’.

You have an option to choose which payment methods should have the additional fee by ticking Enable.

Then you can add the percent or fixed fee you desire to be added as an additional fee for the selected method.

Features:

Select which payment methods should have an additional fee.
Set a custom percentage or fixed amount as the checkout fee.
New settings are integrated into the WooCommerce Settings tab for a seamless experience.

Screenshots

  • You can find the configuration under Settings > Checkout Fee.
  • Setup is that simple.
  • Frontend.

Reviews

November 28, 2023
It’s working great, but payment operators takes also its fee from shipping costs which clients have to pay too. So I changed at file checkoutfee.php from: $originalNumber = WC()->cart->get_cart_contents_total(); to: $originalNumber = WC()->cart->get_cart_contents_total() + WC()->cart->get_shipping_total(); and it’s now adding to the fee the shipping costs – so working now as I wanted 🙂 Greetings!
July 11, 2023
A very important and necessary plugin for all E-Commerce SitesThank you very much. Health for your effort. Nice and very useful plugin.
December 30, 2022
It does it’s work and for free! I made it with it. Ads in brackets the percentage you set e.g.”(2%)” to the title that customers read. It’s % of the products in the order (does not include the shipping fee).An idea for future versions might be adding: “fixed amount” fee option to make the % fee from the total (so that includes also the shipping) Option to set fees to turned off payment methods (as PayPal stays turned off for currencies that it does not support but still works for the non-default currencies that the website supports) Thanks a lot to the Vipe team for that plugin! It saved me 150 USD for other plugins at least…
December 24, 2020
Very easy to install and it works. But….I would rather work with a fixed amount, is that possible in future? gr Linda
Read all 5 reviews

Contributors & Developers

“Payment and Shipping Method Checkout Fee for WooCommerce” is open source software. The following people have contributed to this plugin.

Contributors

Changelog

2.0.1.

  • Bug fixing with label title

2.0.0.

  • Major update with significant improvements.
  • Settings moved into the WooCommerce Settings tab.
  • Enhanced code quality.
  • Added an option to set a fixed fee.
  • Added support for shipping method fees.

1.2

  • Code Improvement
  • Added checks if WooCommerce is enabled so the website won’t crash if you disable it.

1.0.0

  • Initial Release – 19.11.2019