|
ZenCart_Documentation
1.5.0
http://www.collinsharper.com
|
Go to the source code of this file.
Namespaces | |
| namespace | admin |
Functions | |
| check_select (field_name, field_default, message) | |
| check_message (msg) | |
| check_input (field_name, field_size, message) | |
| check_form (form_name) | |
Variables | |
| $currencies = new currencies() | |
| if(($_GET['action']== 'send_email_to_user')&&($_POST['customers_email_address'])&&(!$_POST['back_x'])) if(($_GET['action']== 'preview_email')&&(!$_POST['customers_email_address'])) if($_GET['mail_sent_to']) | switch ($_GET['action']) |
| submitted = false | |
| error = false | |
| error_message = "" | |
| check_form | ( | form_name | ) |
Definition at line 356 of file coupon_admin.php.
| check_input | ( | field_name | , |
| field_size | , | ||
| message | |||
| ) |
Definition at line 345 of file coupon_admin.php.
| check_message | ( | msg | ) |
Definition at line 334 of file coupon_admin.php.
| check_select | ( | field_name | , |
| field_default | , | ||
| message | |||
| ) |
Definition at line 324 of file coupon_admin.php.
| $currencies = new currencies() |
Definition at line 11 of file coupon_admin.php.
Definition at line 321 of file coupon_admin.php.
| error_message = "" |
Definition at line 322 of file coupon_admin.php.
Definition at line 320 of file coupon_admin.php.
| switch($_GET['action']) |
Definition at line 93 of file coupon_admin.php.