#_TPL_MEMBER_PRODUCT# | #_TPL_MEMBER_PERIOD# | #_TPL_MEMBER_PAYSYS# | #_TPL_MEMBER_AMOUNT# | {if $config.send_pdf_invoice}#_TPL_MEMBER_PDF_INVOICE# | {/if}|
---|---|---|---|---|---|
{lookup arr=$products key=$p.product_id}
{if $p.data.CANCELLED} #_TPL_MEMBER_CANCELLED#
{elseif $p.cancel_url}#_TPL_MEMBER_CANCEL# {/if} |
{$p.begin_date|amember_date_format} | {if $p.expire_date eq "2012-12-31"} - {else} {$p.expire_date|amember_date_format}{/if} | {if $p.paysys_id == 'manual'} #_PLUG_PAY_MANUAL_TITLE# {else} {lookup arr=$paysystems key=$p.paysys_id} {/if} | {$config.currency|default:"$"}{$p.amount} | {if $config.send_pdf_invoice}{if true or !(($config.member_select_multiple_products or $config.select_multiple_products) and $p.data.0.ORIG_ID)}#_TPL_MEMBER_INVOICE#{else} {/if} | {/if}