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

Go to the source code of this file.

Namespaces

namespace  admin

Variables

 $action = (isset($_GET['action']) ? $_GET['action'] : '')
if(zen_not_null($action)) $query = $db->Execute("select count(*) as count from " . TABLE_GROUP_PRICING )
 if ($query->fields['count'] > 0 &&(!defined('MODULE_ORDER_TOTAL_GROUP_PRICING_STATUS')||MODULE_ORDER_TOTAL_GROUP_PRICING_STATUS!='true'))
 $groups_query_raw = "select * from " . TABLE_GROUP_PRICING
if(($_GET['page']== ''or $_GET['page']==
'1') and $_GET['gID']!= '') 
$groups_split = new splitPageResults($_GET['page'], MAX_DISPLAY_SEARCH_RESULTS, $groups_query_raw, $groups_query_numrows)
 $groups = $db->Execute($groups_query_raw)
 while (!$groups->EOF)
if(empty($action)) $heading = array()
 $contents = array()

Variable Documentation

$action = (isset($_GET['action']) ? $_GET['action'] : '')

Definition at line 12 of file group_pricing.php.

$contents = array()

Definition at line 191 of file group_pricing.php.

$groups = $db->Execute($groups_query_raw)

Definition at line 143 of file group_pricing.php.

$groups_query_raw = "select * from " . TABLE_GROUP_PRICING

Definition at line 120 of file group_pricing.php.

if (($_GET['page']== ''or $_GET['page']== '1') and $_GET['gID']!= '') $groups_split = new splitPageResults($_GET['page'], MAX_DISPLAY_SEARCH_RESULTS, $groups_query_raw, $groups_query_numrows)

Definition at line 142 of file group_pricing.php.

if (empty($action)) $heading = array()

Definition at line 190 of file group_pricing.php.

if (zen_not_null($action)) $query = $db->Execute("select count(*) as count from " . TABLE_GROUP_PRICING )

Definition at line 62 of file group_pricing.php.

switch ($action) if((zen_not_null($heading))&&(zen_not_null($contents)))

Definition at line 63 of file group_pricing.php.

while(!$groups->EOF)

Definition at line 144 of file group_pricing.php.

 All Data Structures Namespaces Files Functions Variables Enumerations