Hi @digitalmouse,
From my understanding, you want to hide the ‘includes tax’ label which appears beside the fee which is set for the payment method. Screenshot: https://prnt.sc/nrvzhp
Recently, we had this released where the tax label was not shown beside the fee when the tax is set to inclusive of tax as many of the customers needed it.
If you want to hide that tax label then please comment the below line in the class-wc-checkout-fees.php file.
add_filter( ‘woocommerce_cart_totals_fee_html’, array( $this, ‘modify_fee_html_for_taxes’ ), 10, 2 );
The file is present at the path: checkout-fees-for-woocommerce/includes/class-wc-checkout-fees.php.
Please let me know the result.
Note: As the changes will be custom changes, you will need to redo every time when the plugin’s update is released as we may not include this in our core plugin.
Regards,
Komal Maru