Plugin Support
Aamir
(@aamiribsf)
Hello @amitcodelord,
Greetings for the day!
We have a filter to show price + shipping tax for your total price.
// Show product table with cart total including tax and shipping cost
add_filter( ‘woo_ca_recovery_enable_cart_total’, ‘__return_true’ );
If you’re not sure how to use this custom code, please refer to the following article on our knowledge base:
How and Where to Add the Custom JS, CSS & PHP Codes?
Hope this helps.
Let me know how it goes.
Hello,
Thank you for your prompt response. However, the solution provided does not meet our requirements.
We would prefer to exclude the total line that includes shipping charges, as it does not align with our needs. Our objective is to display the subtotal of each product, including applicable taxes, rather than a grand total at the end of the product table.
Thank you for your understanding.
Plugin Support
Aamir
(@aamiribsf)
Hello @amitcodelord,
Thanks for writing back.
Unfortunately, we only have this filter available currently to show the total including taxes.
However, I will forward it as a suggestion to the team to see if some filter or some option can be added for this in future updates.
I hope this helps.