View Single Post
  #1  
Old 05-12-2009, 07:36 PM
 
Dizzi Dizzi is offline
 

Advanced Member
  
Join Date: Apr 2005
Location: Australia
Posts: 38
 

Default Put order ID in confirmation message

Hi,
I'm trying to get the order id to display in the order confirmation screen. What I want it to say is
"Congratulations! Your order has been successfully placed.Your order ID is 12345"

I added from the /mail/html/order_invoice.tpl this code

{$lng.lbl_order_id}:</B> #{$order.orderid}

The problem is, it does not bring in the order ID, only the label. I have tried it within the /mail/html/order_invoice.tpl by placing it elsewhere and it works fine. I'm assuming that I am leaving out some reference to order_invoice.tpl.Any help would be greatly appreciated.
__________________
4.0.18 (Gold)
Linux
Add ons: AOM, Prod Config, DSEFU
www.dizzidezine.com.au
Reply With Quote