{include file="orderforms/{$carttpl}/common.tpl"} {if file_exists("templates/orderforms/{$carttpl}/layouts/head.tpl")} {include file="templates/orderforms/{$carttpl}/layouts/head.tpl"} {/if}

{$LANG.orderreceived}

{$LANG.ordernumberis} {$ordernumber}

{$LANG.orderfinalinstructions}

{if $expressCheckoutInfo}
{$expressCheckoutInfo}
{elseif $expressCheckoutError}
{$expressCheckoutError}
{elseif $invoiceid && !$ispaid}
{$LANG.ordercompletebutnotpaid}

{$LANG.invoicenumber}{$invoiceid}
{/if}
{foreach $addons_html as $addon_html}
{$addon_html}
{/foreach} {if $ispaid} {/if} {$LANG.orderForm.continueToClientArea}
{if file_exists("templates/orderforms/{$carttpl}/layouts/foot.tpl")} {include file="templates/orderforms/{$carttpl}/layouts/foot.tpl"} {/if}