Home Forums WoodMart support forum Show shipping costs in cart-totals Reply To: Show shipping costs in cart-totals

#170217

Hello,

To move the cart summary area on the right side of the cart totals. You need to modify the file from wp-content\themes\woodmart\woocommerce\cart >> Cart.php

I moved this "<div class="cart-totals-section col-12 col-lg-5 col-xl-4">

<?php woocommerce_cart_totals(); ?>
</div>"

before the form.

To achieve this: https://ibb.co/kGmrmFX

If you want something else then please share some relevant screenshots by pointing out the area.

Best Regards.