|
ZenCart_Documentation
1.5.0
http://www.collinsharper.com
|
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)) | |
| enum AUTOCHECK |
Definition at line 10 of file salemaker.php.
| $action = (isset($_GET['action']) ? $_GET['action'] : '') |
Definition at line 25 of file salemaker.php.
| $currencies = new currencies() |
Definition at line 15 of file salemaker.php.
| $deduction_type_array |
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 |
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.