count('wallet_transactions', 'customer_id = :id', ['id' => $customer['customer_id']]); $pagination = paginate($total, $page, 15); $transactions = db()->fetchAll( "SELECT * FROM wallet_transactions WHERE customer_id = :id ORDER BY created_at DESC LIMIT :limit OFFSET :offset", ['id' => $customer['customer_id'], 'limit' => $pagination['per_page'], 'offset' => $pagination['offset']] ); require_once __DIR__ . '/../includes/header.php'; require_once __DIR__ . '/includes/sidebar.php'; ?>

My Wallet

View your wallet balance and transaction history

Available Balance
Reward Points
Points Value

Have a Gift Card?

Redeem your gift card to add funds to your wallet

Earn More Points

Earn 1 point for every $1 spent. 100 points = $1

Shop Now

Transaction History

No transactions yet

Date Description Type Amount Balance
'fa-arrow-down', 'purchase', 'withdrawal' => 'fa-arrow-up', default => 'fa-exchange-alt' }; $typeColor = $tx['amount'] > 0 ? 'success' : 'error'; ?> 0 ? '+' : '' ?>
1): ?>