{* show discount details *} {if $invoice.discount_arr != '' && $invoice.discount_amt > 0} {/if} {* 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}
{translate} alert {/translate}

Please remit payment full payment for this purchase by check to:
{$smarty.const.SITE_NAME}
{$smarty.const.SITE_ADDRESS}
{$smarty.const.SITE_CITY} , {$smarty.const.SITE_STATE} {$smarty.const.SITE_ZIP}

{translate module=checkout} remit_alert {/translate}



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