[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.