Re: Put order ID in confirmation message
OK, have got some feedback from tech support. They sent me the code on how to do this so thought I would pass it on in case anyone needed it.
{section name=oi loop=$orders} <B>{$lng.lbl_order_id}:</B> #{$orders[oi].order.orderid} {/section}
|