{$companydata.name|escape:'html'} Receipt   
{$companydata.addr1|escape:'html'} Date:  {$smarty.now|date_format:"%x"|escape:'html'}
{$companydata.addr2|escape:'html'}
{$companydata.citystate|escape:'html'}

Phone: {$companydata.phone|escape:'html'}   /   Fax: {$companydata.fax|escape:'html'}
{$companydata.urlemail|escape:'html'}

 


Bill to:  {$headerdata.customer.id|escape:'html'}
{$headerdata.customer.name|escape:'html'}
{$headerdata.customer.attn|escape:'html'}
{$headerdata.customer.addr1|escape:'html'}
{$headerdata.customer.addr2|escape:'html'}
{$headerdata.customer.city|escape:'html'}, {$headerdata.customer.state|escape:'html'} {$headerdata.customer.zip|escape:'html'}
{$headerdata.customer.country|escape:'html'}

Phone:  {$headerdata.customer.phonemasked|escape:'html'}
Fax:  {$headerdata.customer.fax|escape:'html'}

 

Payment ID {$payment.pmt_id|escape:'html'} Total {$payment.pmt_totalDisplay|escape:'html'} Type {$payment.p_name|escape:'html'} Date {$payment.pmt_date|date_format:"%x"|escape:'html'} Number {$payment.pmt_number_masked|escape:'html'}
{foreach from=$payment.details item=thisDetail} {/foreach}
Invoice Total Date
{$thisDetail.pd_invoice|escape:'html'} {$thisDetail.pd_amountDisplay|escape:'html'} {$thisDetail.pd_applied|date_format:"%x"|escape:'html'}