Este plugin no se ha probado con las últimas 3 versiones mayores de WordPress. Puede que ya no tenga soporte ni lo mantenga nadie, o puede que tenga problemas de compatibilidad cuando se usa con las versiones más recientes de WordPress.

Payment and Shipping Method Checkout Fee for WooCommerce

Descripción

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.

Capturas

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

Reseñas

28 de noviembre de 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!
11 de julio de 2023
A very important and necessary plugin for all E-Commerce SitesThank you very much. Health for your effort. Nice and very useful plugin.
30 de diciembre de 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…
24 de diciembre de 2020
Very easy to install and it works. But….I would rather work with a fixed amount, is that possible in future? gr Linda
Leer todas las 5 reseñas

Colaboradores y desarrolladores

"Payment and Shipping Method Checkout Fee for WooCommerce" es un software de código abierto. Las siguientes personas han colaborado con este plugin.

Colaboradores

Registro de cambios

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