brucelin
brucelin

Reputation: 1021

How to add total sum to woocommerce cart section

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.

enter image description here

How can I handle this one?

Upvotes: 0

Views: 1067

Answers (1)

Elvin Haci
Elvin Haci

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

Related Questions