tomokaikuji Posted June 21, 2012 Share Posted June 21, 2012 I would like to show cart summary in each order page such as order-address.tpl, order-carrier.tpl and order-payment. I copy and paste the lines in shopping-cart.tpl <div id=”order-detail-content” class=”table_block”>…</div> In the order-payment it works perfectly. However in order-address.tpl and order-carrier.tpl, it shows value of 0,00€ in the following place. (Please see the attached image) Total products (tax incl.) <td class=”price” id=”total_product”>{displayPrice Price=$total_products_wt}</td> Total (tax excl.): <td class=”price” id=”total_product_without_tax”>{displayPrice Price=$total_products_without_tax}</td> Total tax: <td class=”price” id=”total_tax”>{displayPrice Price=$total_tax}</td> Total (tax incl.) <td class=”price” id=”total_product”>{displayPrice Price=$total_price}</td> How I can show those prices? Please help. Link to comment Share on other sites More sharing options...
fxdesca Posted October 4, 2012 Share Posted October 4, 2012 have you found any solution to this problem ? Plz if so, let me know, im facing the same issue. Regards Link to comment Share on other sites More sharing options...
Recommended Posts