Pronamic Payment Gateways Fees for WooCommerce
This WordPress plugin adds settings to all WooCommerce gateways to add a fixed and/or variable (percentage) fee.
by Pronamic · github.com/pronamic/pronamic-payment-gateways-fees-for-woocommerce · website
★ 3stars
19release downloads
≈10active sites
225composer installs
0forks
Install
The author publishes release zips, so WP-CLI can install straight from GitHub:
wp plugin install https://github.com/pronamic/pronamic-payment-gateways-fees-for-woocommerce/releases/download/v1.0.3/pronamic-payment-gateways-fees-for-woocommerce.1.0.3.zipAlso on Packagist as pronamic/pronamic-payment-gateways-fees-for-woocommerce:
composer require pronamic/pronamic-payment-gateways-fees-for-woocommerceDeclares an update source (https://wp.pronamic.directory/plugins/pronamic-payment-gateways-fees-for-woocommerce/), so updates arrive through the plugin's own updater.
From the readme
Pronamic Payment Gateways Fees for WooCommerce
This WordPress plugin adds settings to all WooCommerce gateways to add a fixed and/or variable (percentage) fee.
- Introduction
- Installation
- Screenshots
- Flow
- Links
Introduction
This WordPress plugin adds settings to all WooCommerce gateways to add a fixed and/or variable (percentage) fee.
Installation
Screenshots
Flow
WooCommerce recommends using the woocommercecartcalculatefees hook to add fees:
We suggest using the action woocommercecartcalculatefees hook for adding fees.
Source: https://github.com/woocommerce/woocommerce/blob/8.1.0/plugins/woocommerce/includes/class-wc-cart-fees.php#L7
This hook is called as soon as the WC()-cart-calculatetotals() function is called, WooCommerce uses the WCCartTotals class to calculate totals:
class-wc-cart.php
Source: https://github.com/woocommerce/woocommerce/blob/8.1.0/plugins/woocommerce/includes/class-wc-cart.php#L1393-L1411
When creating a WCCartTotals instance, the WCCartTotals-calculate() function is executed:
class-wc-cart-totals.php
Source: https://github.com/woocommerce/woocommerce/blob/8.1.0/plugins/woocommerce/includes/class-wc-cart-totals.php#L127-L154
What c
Read the full README on GitHub →
Releases
| Tag | Published | Asset | Downloads |
|---|---|---|---|
| v1.0.3 | Jun 19, 2025 | pronamic-payment-gateways-fees-for-woocommerce.1.0.3.zip | 6 |
| v1.0.2 | Mar 14, 2024 | pronamic-payment-gateways-fees-for-woocommerce.1.0.2.zip | 7 |
| v1.0.1 | Nov 6, 2023 | pronamic-payment-gateways-fees-for-woocommerce.1.0.1.zip | 1 |
| v1.0.0 | Oct 31, 2023 | pronamic-payment-gateways-fees-for-woocommerce.1.0.0.zip | 5 |
Active-site estimate ≈10 comes from the median of recent superseded releases. Method.