Issue with Subtotal Including Tax
-
Hello,
I would like to inform about an issue related to the “Flat Rate Shipping Plugin For WooCommerce.” In the code of this plugin, specifically at line 314 in the file /woo-extra-flat-rate/admin/partials/afrsm-init-shipping-methods.php, I have identified that the subtotal is being calculated with tax due to the following code:
$total_cart_value = WC()->cart->subtotal();
This change will ensure that the subtotal is calculated accurately without including tax, which will improve the shipping fee calculation process.
$total_cart_value = WC()->cart->get_subtotal();
Could you please confirm if this is a bug in the plugin, and if there will be an upcoming update to address this issue?
I look forward to your response.
Thank you!
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- You must be logged in to reply to this topic.