[ad_1]
Hello @kaboemnld,
Please use this filter code to display the Cart Total including Tax and Shipping cost in the Product Table, you need to add this filter code to your child themes functions.php -or- use a code snippets plugin to add this filter code.
// Show product table with cart total including tax and shipping cost add_filter( 'woo_ca_recovery_enable_cart_total', '__return_true' );
Hope this helps.
