How do you set {{cart.product.table}} to show price with VAT?

[ad_1]

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.

 

This site will teach you how to build a WordPress website for beginners. We will cover everything from installing WordPress to adding pages, posts, and images to your site. You will learn how to customize your site with themes and plugins, as well as how to market your site online.

Buy WordPress Transfer