• Resolved duy1412

    (@duy1412)


    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)
  • Plugin Support Hitendra Chopda

    (@hitendra-chopda)

    Hello Duy,

    Thank you for reaching out.

    We have developed our feature to include the option for free shipping based on the “Minimum Order Amount” which encompasses the subtotal plus tax amount.

    Based on your specific requirements, we recognize the need to introduce a new option such as the “Minimum Subtotal Amount (excl. tax)” to better align with your business needs.

    We value your input and requirements, and in our upcoming release roadmap, we plan to incorporate this feature.

    In the meantime, you have the option to implement these changes for your site to meet your needs.

    Please note that we have also responded to the support ticket created via our system.

    Best Regards,
    Hitendra & Dotstore Team

Viewing 1 replies (of 1 total)
  • You must be logged in to reply to this topic.