|
ZenCart_Documentation
1.5.0
http://www.collinsharper.com
|
Go to the source code of this file.
Namespaces | |
| namespace | admin |
Variables | |
| $chk_option_values = $db->Execute("select * from " . TABLE_PRODUCTS_OPTIONS_VALUES . " where language_id='" . (int)$_SESSION['languages_id'] . "' limit 1") | |
| if ($chk_option_values->RecordCount()< 1) | |
| $currencies = new currencies() | |
| switch ($_GET['action']) | |
| $chk_option_values = $db->Execute("select * from " . TABLE_PRODUCTS_OPTIONS_VALUES . " where language_id='" . (int)$_SESSION['languages_id'] . "' limit 1") |
Definition at line 14 of file option_values.php.
| $currencies = new currencies() |
Definition at line 21 of file option_values.php.
| if($chk_option_values->RecordCount()< 1) |
Definition at line 15 of file option_values.php.
| switch($_GET['action']) |
Definition at line 23 of file option_values.php.