Reputation: 1021
I customized the "checkout" page and added cart section to that page.(Just copy and paste cart table from "cart" to "checkout" page)
I'm using storefront child theme and custom "cart","checkout" page templates are in here.
child-theme/woocommerce/cart/cart.php
child-theme/woocommerce/checkout/form-checkout.php
What I want is to add the total sum section below cart table. Something like this.
How can I handle this one?
Upvotes: 0
Views: 1067
Reputation: 3572
For the total part WooCommerce has another template called "cart-totals.php". So you might need to add its content too.
Upvotes: 3