Free version in partial detalis is not showing tax
-
Hello, I’m currently using your plugin to facilitate a 33% payment for all my products. However, I’ve noticed a discrepancy in the email templates. In the order details, the email correctly displays the remaining amount to pay along with the tax. However, in the Partial Payment details, it shows the amount without the tax. Please refer to the attached screenshot for clarification. https://prnt.sc/Cwa9DarijUX_
Regarding the remaining payment, my clients will be making it in cash, so I don’t need this information in my email. I’ve attempted to remove your hook from the email, but it doesn’t seem to be working. I’ve identified that this hook is responsible for displaying content in the order email, and I need to override it. However, I’m unable to find a way to do so through my themes or mu-plugins.
Here’s the hook that I’ve identified:
add_action('woocommerce_email_order_details', array($this, 'awcdp_deposit_details'), 20, 4);
Your guidance on how to override this hook would be greatly appreciated. Thank you!
- The topic ‘Free version in partial detalis is not showing tax’ is closed to new replies.