{* show checkout/payment plugin details *} {if $invoice.checkout_plugin_id != '0'} {assign var=sql1 value=" AND id='"} {assign var=sql2 value="' "} {assign var=sql3 value=$invoice.checkout_plugin_id} {assign var=sql value=$sql1$sql3$sql2} {if $list->smarty_array('checkout','checkout_plugin',$sql,'checkout')} {assign var=checkout_plugin value=$checkout[0].checkout_plugin} {/if} {/if}
{t}Payment Instructions{/t}

{t}Please remit full payment for this purchase by{/t}:

{t}Cheque Payment{/t}

{$smarty.const.SITE_NAME}
{$smarty.const.SITE_ADDRESS}
{$smarty.const.SITE_CITY}, {$smarty.const.SITE_STATE} {$smarty.const.SITE_ZIP}

{t}Thank you, invoice billing status will be displayed as due until reciept and verification of your funds. In the meanwhile, your invoice will be continue to be displayed as due, you can ignore this unless we contact you stating otherwise.{/t}

{$block->display('invoice:user_view')}