{assign var=title value="Edit Payment/Subscription"}
{include file="admin/header.inc.html"}
{include file="admin/user_nb.inc.html" selected="payments"}
{$title}
{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} | {$ppp} |
{/foreach}
{/if}{/foreach}
{include file="admin/footer.inc.html"}