• Resolved covalenciawebs

    (@cowalenciawebs)


    Hi, I’m configuring the email that is sent to customer and when I add {{cart.product.table}} the list of products prices doesn’t include the taxes, and the store is configured with taxes included in prices.

    How can I make to show the correct price in table email?

    Thank you.

Viewing 7 replies - 1 through 7 (of 7 total)
  • Plugin Support Shravan Bhaskaravajjula

    (@bhshravankumar)

    Hello @cowalenciawebs,

    The below filter will display the Cart Total including Tax and Shipping cost in the Product Table, please add the filter to your child themes functions.php file.

    // Show product table with cart total including tax and shipping cost
    add_filter( 'woo_ca_recovery_enable_cart_total', '__return_true' );

    Hope this helps.

    Firstly – amazing plugin, thank you!

    When we first started using the plugin, it showed the total without any mention of tax.

    Then after a few weeks, it showed without tax (vat). With this fix there are a lot of numbers being shown (price, tax, shipping), which we think confuses things.

    Is there a way to get back to the original, which just shows the total?

    Thank you again.

    Plugin Support Aamir

    (@aamiribsf)

    Hello @benfridja,

    Greetings of the day!

    Unfortunately, we currently have this filter only to show the product price in the table with shipping taxes.

    However, We have forwarded a feature request to the developer team to add the total price, including tax, to the table. Hopefully, the option will be added in future updates.

    I hope you understand.
    Best Regards,

    Thank you @aamiribsf!

    Plugin Support Aamir

    (@aamiribsf)

    Hello @benfridja,

    You’re most welcome.

    Have a great one ahead!

    HI

    Is there no way for for it to be the product total like without the shipping.

    Cart Total ( Cart Total + Tax )

    Plugin Support Aamir

    (@aamiribsf)

    Hello @sagejohn,

    Thank you for contacting us. At the moment, we have a filter that displays prices with tax, as mentioned in our previous conversation.

    Please note that we are planning to add a feature that will display the total cost of the cart, including tax, in the product table.

    I hope this information is helpful. If you have any further questions, please feel free to open a new thread.

    Best regards

Viewing 7 replies - 1 through 7 (of 7 total)
  • The topic ‘Taxes not included in products details table’ is closed to new replies.