Jump to content

show order summary in order address and order carrier page


Recommended Posts

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.

post-358496-0-66631800-1340274656_thumb.jpg

Link to comment
Share on other sites

  • 3 months later...
×
×
  • Create New...