{* Admin interface: affiliate *} {include file='inc/_header.html'}
{block_page}
Affiliate
Full name
{$affiliate_info.full_name}
Password
{$affiliate_info.password}
 
Email
{$affiliate_info.email}
IM
{$affiliate_info.im}
Phone
{$affiliate_info.phone}
Address
{$affiliate_info.address}
Payment details
{$affiliate_info.payment_details}
 
Email status {if $affiliate_info.email_verified == 'yes'}verified{else}unverified{/if}
Status
{if $affiliate_info.active == 'yes'}active{else}inactive{/if}
{/block_page}
{block_page} {foreach from=$affiliate_payments item='payment' name='payment_count'} {/foreach} {if $smarty.foreach.payment_count.total < 1} {/if}
Payout statistics
Amount Date Date updated
{$payment.amount|string_format:"%.2f"} {$payment.time_stamp|date_format:"%b %e/%y %H:%M"} {if $payment.edited_time_stamp == 0}No{else}{$payment.edited_time_stamp|date_format:"%b %e/%y %H:%M"}{/if}
No payouts made

Total paid {$total_paid|string_format:"%.2f"}
Total balance {$total_balance|string_format:"%.2f"}
{if $payment_info.payment_id != ''}{/if} {if $payment_info.payment_id != ''}
new

{/if}
{if $payment_info.payment_id != ''}Edit Payout{else}Register Payout{/if}
Amount:
{/block_page}
{block_page}
Add banner
Choose image file:
{if $banners}

{foreach from=$banners item='b'} {/foreach}
Banners
Image preview:


Banner code:
Delete
{/if}
{/block_page}
{include file='inc/_footer.html'}