I would like to show cart summary in each order page such as order-address.tpl, order-carrier.tpl, order-payment.
I copy and paste the lines in shopping-cart.tpl
<div id=”order-detail-content” class=”table_block”>…</div>
If I change the number of quantity, the Total shipping appears but the Total voucher is still hidden in the order-address and order-carrier.
All the order pages hide Total shipping (Tax incl.) value in the summary unless I change the number of product. The order-address and order-carrier hide Total voucher (Tax incl). Also the following values are 0,00€
Total products (tax incl.):
Total (tax excl.):
Total tax:
Total (tax incl.):
Total Shipping (Tax incl): (hidden)
Total vouchers (Tax incl): (hidden)
How I can fix this??
Please help.