foreach($array['items'] as $row) { ?>
=date('d.m.y',$row['order_time'])?>
|
=$row['code']?>
|
=$row['name']?>
|
=$row['price']?>
|
=$row['quantity']?>
|
=$row['total']?>
|
=$row['fee']?>%
|
=CURRENCY_SIGN?>=$row['fee_amount']?>
|
=$row['payout']?>
|
} ?>
=getVar('fee')?>:
|
=$array['stats']['fee']?>
|
=getVar('sold_amount')?>:
|
=$array['stats']['amount']?>
|
=getVar('total_payout')?>:
|
=$array['stats']['payout']?>
|