Server IP : 213.176.29.180 / Your IP : 3.149.24.49 Web Server : Apache System : Linux 213.176.29.180.hostiran.name 4.18.0-553.22.1.el8_10.x86_64 #1 SMP Tue Sep 24 05:16:59 EDT 2024 x86_64 User : webtaragh ( 1001) PHP Version : 7.4.33 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : ON Directory (0755) : /home/webtaragh/public_html/whmcs/templates/six/ |
[ Home ] | [ C0mmand ] | [ Upload File ] |
---|
{if $inactive} {include file="$template/includes/alert.tpl" type="danger" msg=$LANG.affiliatesdisabled textcenter=true} {else} {include file="$template/includes/flashmessage.tpl"} <div class="row"> <div class="col-sm-4"> <div class="affiliate-stat affiliate-stat-green alert-warning"> <i class="fas fa-users"></i> <span>{$visitors}</span> {$LANG.affiliatesclicks} </div> </div> <div class="col-sm-4"> <div class="affiliate-stat affiliate-stat-green alert-info"> <i class="fas fa-shopping-cart"></i> <span>{$signups}</span> {$LANG.affiliatessignups} </div> </div> <div class="col-sm-4"> <div class="affiliate-stat affiliate-stat-green alert-success"> <i class="far fa-chart-bar"></i> <span>{$conversionrate}%</span> {$LANG.affiliatesconversionrate} </div> </div> </div> <div class="affiliate-referral-link text-center"> <h3>{$LANG.affiliatesreferallink}</h3> <span>{$referrallink}</span> </div> <div class="row"> <div class="col-md-8 col-md-offset-2"> <table class="table table-striped table-rounded"> <tr> <td class="text-right">{$LANG.affiliatescommissionspending}:</td> <td><strong>{$pendingcommissions}</strong></td> </tr> <tr> <td class="text-right">{$LANG.affiliatescommissionsavailable}:</td> <td><strong>{$balance}</strong></td> </tr> <tr> <td class="text-right">{$LANG.affiliateswithdrawn}:</td> <td><strong>{$withdrawn}</strong></td> </tr> </table> </div> </div> {if $withdrawrequestsent} <div class="alert alert-success"> <p>{$LANG.affiliateswithdrawalrequestsuccessful}</p> </div> {else} <p class="text-center"> <a href="{$smarty.server.PHP_SELF}?action=withdrawrequest" class="btn btn-lg btn-danger{if !$withdrawlevel} disabled" disabled="disabled{/if}"> <i class="fas fa-university"></i> {$LANG.affiliatesrequestwithdrawal} </a> </p> {if !$withdrawlevel} <p class="text-muted text-center">{lang key="affiliateWithdrawalSummary" amountForWithdrawal=$affiliatePayoutMinimum}</p> {/if} {/if} {include file="$template/includes/subheader.tpl" title=$LANG.affiliatesreferals} {include file="$template/includes/tablelist.tpl" tableName="AffiliatesList"} <script type="text/javascript"> jQuery(document).ready( function () { var table = jQuery('#tableAffiliatesList').removeClass('hidden').DataTable(); {if $orderby == 'regdate'} table.order(0, '{$sort}'); {elseif $orderby == 'product'} table.order(1, '{$sort}'); {elseif $orderby == 'amount'} table.order(2, '{$sort}'); {elseif $orderby == 'status'} table.order(4, '{$sort}'); {/if} table.draw(); jQuery('#tableLoading').addClass('hidden'); }); </script> <div class="table-container clearfix"> <table id="tableAffiliatesList" class="table table-list hidden"> <thead> <tr> <th>{$LANG.affiliatessignupdate}</th> <th>{$LANG.orderproduct}</th> <th>{$LANG.affiliatesamount}</th> <th>{$LANG.affiliatescommission}</th> <th>{$LANG.affiliatesstatus}</th> </tr> </thead> <tbody> {foreach from=$referrals item=referral} <tr class="text-center"> <td><span class="hidden">{$referral.datets}</span>{$referral.date}</td> <td>{$referral.service}</td> <td data-order="{$referral.amountnum}">{$referral.amountdesc}</td> <td data-order="{$referral.commissionnum}">{$referral.commission}</td> <td><span class='label status status-{$referral.rawstatus|strtolower}'>{$referral.status}</span></td> </tr> {/foreach} </tbody> </table> <div class="text-center" id="tableLoading"> <p><i class="fas fa-spinner fa-spin"></i> {$LANG.loading}</p> </div> </div> {if $affiliatelinkscode} {include file="$template/includes/subheader.tpl" title=$LANG.affiliateslinktous} <div class="margin-bottom text-center"> {$affiliatelinkscode} </div> {/if} {/if}