{assign var=title value="Edit Payment/Subscription"}
{include file="admin/header.inc.html"}
{include file="admin/user_nb.inc.html" selected="payments"}
{$title}
{if $commissions}
Related Affiliate Commissions
Affiliate |
Date/Payment Ref# |
Commission |
Paid to affiliate?
| Void
|
{foreach from=$commissions item=c}
{/foreach}
{/if}
{if count($p.data.0.BASKET_PRODUCTS) > 1 }
Several products has been selected during this
order.
This record is 'parent' for all that:
Product |
Price |
{counter print=false assign=k start=0}
{foreach from=$p.data.0.BASKET_PRICES item=pr key=i}
{$i} - {$products.$i} |
{$pr|string_format:"%.2f"} |
{/foreach}
{/if}
{if $p.data.0.ORIG_ID > 0}
This record has been created during multiple order.
View original
record.
{/if}
{if $p.data.0}
DEBUG INFO: payment system actions
{/if}
{foreach from=$p.data item=pp}{if is_array($pp)}
{foreach from=$pp item=ppp key=kkk}
{$kkk|escape} | {if is_array($ppp)}{foreach from=$ppp item=pppp key=kkkk}{$kkkk|escape}=>{$pppp|escape} {/foreach}{else}{$ppp|escape}{/if} |
{/foreach}
{/if}{/foreach}
{if $p.data.CANCELLED}
CANCELLED | {$p.data.CANCELLED_AT|escape} |
{/if}
{if $p.data.orig_expire_date ne ""}
This subscription has been prorated to the following number of days:
{$p.data.prorated|escape}
Original expiration date: {$p.data.orig_expire_date|amember_date_format|escape}
|
{/if}
{include file="admin/footer.inc.html"}