• Resolved laminedj

    (@laminedj)


    Hi,

    Why {{cart.product.table}} show price without VAT?

    How can I set it to show price with VAT?

    Regards

    • This topic was modified 6 months, 2 weeks ago by laminedj.
Viewing 7 replies - 1 through 7 (of 7 total)
  • Plugin Support Shravan Bhaskaravajjula

    (@bhshravankumar)

    Hello @laminedj,

    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 or use a code snippets plugin.

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

    Hope this helps.

    Thread Starter laminedj

    (@laminedj)

    Thanks, Shravan. Is it possible to have only 1 line with the Product description and the price with VAT? Without the line in English, “Cart Total ( Cart Total + Shipping + Tax )” at the bottom.

    Like this: https://snipboard.io/YPXp0E.jpg

    Plugin Support Shravan Bhaskaravajjula

    (@bhshravankumar)

    Hello @laminedj,

    If you dont want to display “Cart Total ( Cart Total + Shipping + Tax )” or change it, you can use “Loco Translate” plugin to change it accordingly.

    Hope this helps.

    Let us know if we could be of any further assistance.?

    Thread Starter laminedj

    (@laminedj)

    Hi,

    There is no translation. I am talking about removing that line and keeping only the line with the production description and VAT included.

    Like this: https://snipboard.io/x8gRya.jpg

    Plugin Support Aamir

    (@aamiribsf)

    Hello @laminedj,

    Thanks you for the clarification.

    Currently, we can show the total with VAT added in a separate line with the filter code provided above. We don’t have the option avaible to show it directly in the product details.

    I hope you understand.

    Best Regards,

    Thread Starter laminedj

    (@laminedj)

    Ok, thanks.

    Plugin Support Aamir

    (@aamiribsf)

    Hello @laminedj,

    You’re most welcome.

    If you have any further queries, please don’t hesitate to open a new thread.

    Best Regards,

Viewing 7 replies - 1 through 7 (of 7 total)
  • The topic ‘How do you set {{cart.product.table}} to show price with VAT?’ is closed to new replies.