{* $Id: order_message.tpl,v 1.18 2002/10/17 13:54:56 zorg Exp $ *} {include file="location.tpl" last_location=$lng.lbl_order_processed last_url="cart.php"} {capture name=dialog}

{$lng.txt_order_placed}

{$lng.txt_order_placed_msg}

{/capture} {include file="dialog.tpl" title=$lng.lbl_confirmation content=$smarty.capture.dialog extra="width=100%"}

{capture name=dialog} {section name=oi loop=$orders}


{include file="mail/order_invoice.tpl" products=$orders[oi].products giftcerts=$orders[oi].giftcerts userinfo=$orders[oi].userinfo order=$orders[oi].order}


{/section} {/capture} {include file="dialog.tpl" title=$lng.lbl_invoice content=$smarty.capture.dialog extra="width=100%"}