Cart.php changes in 2.3.9
-
So I updated a site from 2.3.7 to 2.3.9.
My cart page started displaying 2 sets of cart totals each with a button to proceed to checkout.
In my template I had this:
<div class="cart-collaterals"> <?php do_action( 'woocommerce_cart_collaterals' ); ?> <?php woocommerce_cart_totals(); ?> </div>
I commented out the second and that seemed to resolve the problem. But I want to know if that was the correct thing to do. And ideally why updating to 2.3.9 caused this duplication to happen.
Plz help.
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
- The topic ‘Cart.php changes in 2.3.9’ is closed to new replies.