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.
|