• Resolved jorpdesigns

    (@jorpdesigns)


    On my website, extra fee of 15% is set for all orders. I also have VAT of 20% set up when customer country is UK.

    At the moment, extra fee of 15% is being charged on order subtotal + VAT instead of only order subtotal. Can you check please? I have attached a link to my product so you just add to cart, proceed to checkout and set country to UK.

    The page I need help with: [log in to see the link]

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author Dotstore

    (@dots)

    Hello @jorpdesigns,

    Thanks for reaching out to us and sorry for the inconvenience.

    I have reviewed and found that there is one line change required to resolve your query.

    File path: “plugins\woo-conditional-product-fees-for-checkout\public\class-woocommerce-conditional-product-fees-for-checkout-public.php”

    Line no: 219

    From: $cart_sub_total = WC()->cart->subtotal();

    To: $cart_sub_total = WC()->cart->get_subtotal();

    Please do above mentioned changed and let me know how it works.

    Let me know still you have any query.

    Thanks,

    Plugin Author Dotstore

    (@dots)

    Hello @jorpdesigns,

    I hope you are doing well.

    We haven’t heard back from you in a while, so I’m going to mark this as resolved – if you have any further questions, you can start a new thread.

    Thanks,

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Extra Fee Is Charged On Order total + VAT’ is closed to new replies.