WooBooster Additional Charges for WooCommerce
by WooBooster · WordPress.org page
WooBooster Additional Charges for WooCommerce has 20+ active installs on WordPress.org and 651 downloads all time. We have tracked it since September 4, 2026; download trends appear after 30 days of data. The last update was on February 27, 2025, tested up to WordPress 6.7.7.
WooBooster Additional Charges for WooCommerce at a glance
Is WooBooster Additional Charges for WooCommerce well maintained?
WooBooster Additional Charges for WooCommerce reviews and ratings
1 reviews on WordPress.org, with the most recent ones as their authors posted them.
1 reviews
- 5★
-
1
- 4★
-
0
- 3★
-
0
- 2★
-
0
- 1★
-
0
-
Great plugin BUT it need a line of code to fix important bug
I am Shashank (Same user who posted bugs on your partial COD plugin).Check my updated comment reporting another bug with screenshot on your partial COD plugin as well.with this fees plugin there is a bug with taxation.ISSUE is that Partial COD amount does not contains feesTax but cart total contains it.On checkout page, cart total is displaying fees with adding feesTax above the fees but after that it is conflicting with partial COD. on woobooster-partial-cod.php is getting the $fee->tax as ZERO under function: woobooster_partial_cod_calculate_partial_payment_fee($cart)SUGGESTED SOLUTION:1. give checkmark for tax included/ excluded and tax percentage on fee in the fee setting dashboard2. on checkout page, feeTax amount should not be zero, so that partial COD calculation should get match with cart total.TECHNICALL/ CODE:under wb-additional-charge.php > under WBACFW_add_additional_fees(WC_Cart $cart) :replace $tax_enable code with below logic: // !isTaxIncluded == (calculateTaxByWoo | taxNotCalculatedMannually | taxNotIncludedYet | enableExtraTaxByWoo) $isTaxIncluded = get_option('woocommerce_prices_include_tax') === 'yes'; //shashank foreach ($fees as $fee) { if ( (!empty($fee['shipping_zone']) && ($fee['shipping_zone'] == $selected_shipping_zone_id || $fee['shipping_zone'] == 'all')) && (!empty($fee['payment_method']) && ($fee['payment_method'] == $payment_method || $fee['payment_method'] == 'all')) ) { $cart->add_fee($fee['name'], (float) $fee['amount'], !$isTaxIncluded); // (✓) calculate tax ( if tax not included ) } elseif ( (!empty($fee['shipping_zone']) && $fee['shipping_zone'] == 'all') && (!empty($fee['payment_method']) && $fee['payment_method'] == 'all') ) { $cart->add_fee($fee['name'], (float) $fee['amount'], !$isTaxIncluded); // (✓) calculate tax ( if tax not included ) } }
Shashank V.
Details
Our plugin will provide you option to add additional fees directly from the WordPress admin panel and display on the checkout page.
The full description, screenshots and every review live on the WordPress.org page.
Tags
- additional charges
- cod extra charges
- extra fees
- woo charges
- woocommerce additional fees
More from WooBooster
-
WooBooster Partial COD for WooCommerce 500+ installs
- Version
- 1.0
- Last updated
- Feb 27, 2025
- First published
- Feb 27, 2025
- Requires WordPress
- 4.5
- Tested up to
- 6.7.7
- Requires PHP
- –
- Requires plugins
- WooCommerce
- Pricing
- Free on WordPress.org
WooBooster Additional Charges for WooCommerce FAQ
How many active installs does WooBooster Additional Charges for WooCommerce have?
WordPress.org reports 20+ active installs for WooBooster Additional Charges for WooCommerce as of September 7, 2026.
Is WooBooster Additional Charges for WooCommerce still maintained?
The last release was on February 27, 2025, more than a year ago. WordPress.org shows a warning on plugins that go this long without an update.
Is WooBooster Additional Charges for WooCommerce free?
WooBooster Additional Charges for WooCommerce is free to install from WordPress.org. Many plugins also sell a paid version or add-ons.