{if $days_in_advance} {$fname},
This is a quick {$days_in_advance} day advance reminder of your billing cycle.
On {$charge_date} your card will be billed for the amount of {$grand_total}.
{/if}
{$config.invoice_friendly}
{$config.invoice_email}
{$config.company.address}
{$config.company.city}
{$config.company.state}
{$config.company.zipcode}
{$config.company.country}
{$config.company.phone}
{$user.firstname} {$user.lastname}
{$user.address}
{$user.city}
{$user.state}
{$user.zipcode}
{$user.country}
{$user.phone}
ITEMS
AMOUNT
ORDER ID
{foreach from=$items item=i}
{$i.desc}
{$i.amount}
{$i.uniq_id}
{/foreach}
Total:
{$grand_total}