ZenCart_Documentation  1.5.0
http://www.collinsharper.com
C:/xampp/htdocs/zen-cart/admin/gv_sent.php File Reference

Go to the source code of this file.

Variables

 $currencies = new currencies()
 $gv_query_raw
 $gv_split = new splitPageResults($_GET['page'], MAX_DISPLAY_SEARCH_RESULTS, $gv_query_raw, $gv_query_numrows)
 $gv_list = $db->Execute($gv_query_raw)
 while (!$gv_list->EOF)
 $heading = array()
 $contents = array()
 $heading [] = array('text' => '[' . $gInfo->coupon_id . '] ' . ' ' . $currencies->format($gInfo->coupon_amount))
 $redeem
 $redeemed = 'No'
 $contents [] = array('text' => TEXT_INFO_SENDERS_ID . ' ' . $gInfo->customer_id_sent)

Variable Documentation

$contents = array()

Definition at line 122 of file gv_sent.php.

$contents[] = array('text' => TEXT_INFO_SENDERS_ID . ' ' . $gInfo->customer_id_sent)

Definition at line 129 of file gv_sent.php.

Definition at line 26 of file gv_sent.php.

$gv_list = $db->Execute($gv_query_raw)

Definition at line 89 of file gv_sent.php.

$gv_query_raw
Initial value:
"
                  and c.coupon_type = 'G'
                  order by date_sent desc"

Definition at line 81 of file gv_sent.php.

$gv_split = new splitPageResults($_GET['page'], MAX_DISPLAY_SEARCH_RESULTS, $gv_query_raw, $gv_query_numrows)

Definition at line 88 of file gv_sent.php.

$heading = array()

Definition at line 121 of file gv_sent.php.

$heading[] = array('text' => '[' . $gInfo->coupon_id . '] ' . ' ' . $currencies->format($gInfo->coupon_amount))

Definition at line 124 of file gv_sent.php.

$redeem
Initial value:
 $db->Execute("select * from " . TABLE_COUPON_REDEEM_TRACK . "
                          where coupon_id = '" . $gInfo->coupon_id . "'")

Definition at line 125 of file gv_sent.php.

$redeemed = 'No'

Definition at line 127 of file gv_sent.php.

while(!$gv_list->EOF)

Definition at line 90 of file gv_sent.php.

 All Data Structures Namespaces Files Functions Variables Enumerations