View Single Post
  #2  
Old 01-26-2012, 10:16 PM
  qualiteam's Avatar 
qualiteam qualiteam is offline
 

X-Guru
  
Join Date: Dec 2010
Posts: 6,373
 

Default Re: variable for order total

As far as I understand you want this code on the order message page.
If so you should alter the "skin1/customer/main/order_message.tpl" template.

I suppose you can use {$order.total} in the main orders {foreach}

Code:
{foreach from=$orders item=order} ... {$order.total} ... {/foreach}
__________________
Alex Solovev,
Qualiteam

---

User manual Video tutorials X-Cart FAQ

You are welcome to press "Thanks" button
if you find this post useful

Click here to learn how to apply patches

X-Cart Extensions
Reply With Quote