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

Go to the source code of this file.

Namespaces

namespace  admin

Enumerations

enum  AUTOCHECK

Variables

 $currencies = new currencies()
 $specials_condition_array
 $deduction_type_array
 $action = (isset($_GET['action']) ? $_GET['action'] : '')
 if (zen_not_null($action))

Enumeration Type Documentation

enum AUTOCHECK

Definition at line 10 of file salemaker.php.


Variable Documentation

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

Definition at line 25 of file salemaker.php.

Definition at line 15 of file salemaker.php.

$deduction_type_array
Initial value:
 array(array('id' => '0', 'text' => DEDUCTION_TYPE_DROPDOWN_0),
                                array('id' => '1', 'text' => DEDUCTION_TYPE_DROPDOWN_1),
                                array('id' => '2', 'text' => DEDUCTION_TYPE_DROPDOWN_2))

Definition at line 21 of file salemaker.php.

$specials_condition_array
Initial value:
 array(array('id' => '0', 'text' => SPECIALS_CONDITION_DROPDOWN_0),
                                    array('id' => '1', 'text' => SPECIALS_CONDITION_DROPDOWN_1),
                                    array('id' => '2', 'text' => SPECIALS_CONDITION_DROPDOWN_2))

Definition at line 17 of file salemaker.php.

if(zen_not_null($action))

Definition at line 27 of file salemaker.php.

 All Data Structures Namespaces Files Functions Variables Enumerations