"; echo "

" .__('Processed Orders', $i18n_domain). ":

"; if ($orders->getTotalRows() > 0) { do { $products = unserialize($orders->itemsOrdered); echo " "; $orders->getNodeNext(); $i++; } while($i<$orders->getTotalRows()); } else { echo ""; } echo "
# " .__("Forename", $i18n_domain). " " .__("Surname", $i18n_domain). " " .__("Email", $i18n_domain). " " .__("Products purchased", $i18n_domain). " " .__("Status", $i18n_domain). " " .__("Transmission ID", $i18n_domain). " " .__("Amount", $i18n_domain). " " .__("User ID", $i18n_domain). " " .__("Actions", $i18n_domain). "
$orders->id $orders->forename $orders->surname $orders->email "; echo "
    "; for($j = 0; $j < count($products); $j++) { echo "
  1. " .$products[$j]. "
  2. "; } echo "
"; echo "
$orders->payment_status $orders->txn_id $orders->payment_amount $orders->user_id
There are no orders yet.
"; ?>