PEEL Shopping
Open source ecommerce : PEEL Shopping
Variables
prix_pourcentage.php File Reference

Go to the source code of this file.

Variables

const IN_PEEL_ADMIN true
 
 $GLOBALS ['DOC_TITLE'] = $GLOBALS['STR_ADMIN_PRIX_POURCENTAGE_TITLE']
 
if(!empty($_POST['submit'])&&!empty($_POST['operation'])&&!empty($_POST['percent_prod'])&&is_numeric($_POST['percent_prod'])&&!empty($_POST['for_price'])) else
 
 $tpl_cats_options = array()
 
 $tpl_cats_options []
 
 $q_select_cats
 

Variable Documentation

$GLOBALS['DOC_TITLE'] = $GLOBALS['STR_ADMIN_PRIX_POURCENTAGE_TITLE']

Definition at line 19 of file prix_pourcentage.php.

$q_select_cats
Initial value:
= query('SELECT id, nom_' . $_SESSION['session_langue'] . '
FROM peel_categories
WHERE etat = "1" AND ' . get_filter_site_cond('categories') . '
ORDER BY nom_' . $_SESSION['session_langue'] . '')
get_filter_site_cond($table_technical_code, $table_alias=null, $use_strict_rights_if_in_admin=false, $specific_site_id=null, $exclude_public_items=false, $admin_force_multisite_if_allowed=false)
Retourne la condition SQL permettant de filtrer les données pour une table.
Definition: fonctions.php:4643
query($query, $die_if_error=false, $database_object=null, $silent_if_error=false, $security_sql_filter=true)
The query() function is meant to be called anywhere you want to make a query.
Definition: database.php:158
if(defined('IN_PEEL_ADMIN')||IN_INSTALLATION) $_SESSION['session_langue']

Definition at line 87 of file prix_pourcentage.php.

$tpl_cats_options = array()

Definition at line 82 of file prix_pourcentage.php.

$tpl_cats_options[]
Initial value:
= array('value' => 'all',
'issel' => !empty($_POST['categories']) && in_array('all', vb($_POST['categories'])),
'name' => String::strtoupper($GLOBALS["STR_ADMIN_ALL_CATEGORIES"])
)
static strtoupper($string)
Returns string with all alphabetic characters converted to uppercase.
Definition: String.php:154
$GLOBALS['DOC_TITLE']
vb(&$var, $default=null)
Variable blanche if $var n'est pas défini, retourne $default, sinon retourne $var.
Definition: format.php:97

Definition at line 83 of file prix_pourcentage.php.

if (!empty($_POST['submit'])&&!empty($_POST['operation'])&&!empty($_POST['percent_prod'])&&is_numeric($_POST['percent_prod'])&&!empty($_POST['for_price'])) else
Initial value:
{
if (isset($_POST['submit'])) {
echo $GLOBALS['tplEngine']->createTemplate('global_error.tpl', array('message' => $GLOBALS['STR_ERR_FORM']))->fetch();
}
}
$tpl = $GLOBALS['tplEngine']->createTemplate('admin_prix_pourcentage.tpl')
$GLOBALS['DOC_TITLE']
if(!empty($_GET['id'])) if(isset($_POST['form_name'], $_POST['form_subject'], $_POST['form_text'], $_POST['form_lang'])&&empty($_GET['id'])) if(empty($_GET['id'])) $tpl

Definition at line 74 of file prix_pourcentage.php.

const IN_PEEL_ADMIN true

Definition at line 14 of file prix_pourcentage.php.


This documentation for Open ecommerce PEEL Shopping and PEEL.fr has been generated by Doxygen on Thu Oct 15 2015 14:41:40 - Peel ecommerce is a product of Agence web Advisto SAS. All rights reserved.