Woocommerce Cart Showing Duplicate Cart Totals?
Answered
I am seeing two cart totals on my Woocommerce at the checkout. How to resolve this?
Best answer
Most probably this has occurred because your theme is having the cart.php file overwritten in the child theme. In order to resolve this you should find the line which is calling the cart function and remove it/comment it. The line should look like:
<?php woocommerce_cart_totals(); ?>