14 define(
'IN_PEEL_ADMIN',
true);
15 include(
"../configuration.inc.php");
20 include(
$GLOBALS[
'repertoire_modele'] .
"/admin_haut.php");
25 switch (
vb($_REQUEST[
'mode'])) {
45 echo
$GLOBALS[
'tplEngine']->createTemplate(
'global_success.tpl', array(
'message' => sprintf(
$GLOBALS[
'STR_ADMIN_ZONES_MSG_CREATED_OK'],
vb($_POST[
'nom_' .
$_SESSION[
"session_langue"]]))))->fetch();
56 if (!
verify_token($_SERVER[
'PHP_SELF'] . $frm[
'mode'] . $frm[
'id'])) {
61 echo
$GLOBALS[
'tplEngine']->createTemplate(
'global_success.tpl', array(
'message' => sprintf(
$GLOBALS[
'STR_ADMIN_ZONES_MSG_UPDATED_OK'],
vn($_POST[
'id']))))->fetch();
78 include(
$GLOBALS[
'repertoire_modele'] .
"/admin_bas.php");
95 foreach (
$GLOBALS[
'admin_lang_codes'] as $lng) {
96 $frm[
'nom_' . $lng] =
"";
99 $frm[
'on_franco'] =
"";
100 $frm[
'on_franco_amount'] =
"";
101 $frm[
'on_franco_reseller_amount'] =
"";
102 $frm[
'on_franco_nb_products'] =
"";
103 $frm[
'position'] =
"";
104 $frm[
'site_id'] =
"";
105 $frm[
'technical_code'] =
"";
107 $frm[
'nouveau_mode'] =
"insere";
109 $frm[
'titre_bouton'] =
$GLOBALS[
'STR_ADMIN_ZONES_CREATE'];
126 $qid =
query(
"SELECT *
131 echo
$GLOBALS[
'tplEngine']->createTemplate(
'global_error.tpl', array(
'message' =>
$GLOBALS[
'STR_ADMIN_ZONES_NOT_FOUND']))->fetch();
136 $frm[
"nouveau_mode"] =
"maj";
137 $frm[
"titre_bouton"] =
$GLOBALS[
'STR_ADMIN_FORM_SAVE_CHANGES'];
149 $tpl =
$GLOBALS[
'tplEngine']->createTemplate(
'admin_formulaire_zone.tpl');
152 $tpl->assign(
'mode',
vb(
$frm[
'nouveau_mode']));
155 foreach (
$GLOBALS[
'admin_lang_codes'] as $lng) {
157 'nom' =>
$frm[
'nom_' . $lng]
163 $tpl->assign(
'site_id_select_multiple', !empty(
$GLOBALS[
'site_parameters'][
'multisite_using_array_for_site_id']));
164 $tpl->assign(
'on_franco',
$frm[
'on_franco']);
165 $tpl->assign(
'on_franco_amount',
$frm[
'on_franco_amount']);
166 $tpl->assign(
'on_franco_reseller_amount',
$frm[
'on_franco_reseller_amount']);
167 $tpl->assign(
'on_franco_nb_products',
$frm[
'on_franco_nb_products']);
168 $tpl->assign(
'position',
$frm[
'position']);
170 $tpl->assign(
'technical_code',
$frm[
'technical_code']);
171 $tpl->assign(
'titre_bouton',
$frm[
'titre_bouton']);
172 $tpl->assign(
'STR_BEFORE_TWO_POINTS',
$GLOBALS[
'STR_BEFORE_TWO_POINTS']);
173 $tpl->assign(
'STR_ADMIN_WEBSITE',
$GLOBALS[
'STR_ADMIN_WEBSITE']);
174 $tpl->assign(
'STR_ADMIN_ZONES_FORM_TITLE',
$GLOBALS[
'STR_ADMIN_ZONES_FORM_TITLE']);
175 $tpl->assign(
'STR_ADMIN_LANGUAGES_SECTION_HEADER',
$GLOBALS[
'STR_ADMIN_LANGUAGES_SECTION_HEADER']);
176 $tpl->assign(
'STR_ADMIN_NAME',
$GLOBALS[
'STR_ADMIN_NAME']);
177 $tpl->assign(
'STR_ADMIN_VARIOUS_INFORMATION_HEADER',
$GLOBALS[
'STR_ADMIN_VARIOUS_INFORMATION_HEADER']);
178 $tpl->assign(
'STR_ADMIN_ZONES_DOES_VAT_APPLY_IN_ZONE',
$GLOBALS[
'STR_ADMIN_ZONES_DOES_VAT_APPLY_IN_ZONE']);
179 $tpl->assign(
'STR_ADMIN_ZONES_DELIVERY_COSTS_IN_ZONE',
$GLOBALS[
'STR_ADMIN_ZONES_DELIVERY_COSTS_IN_ZONE']);
180 $tpl->assign(
'STR_ADMIN_ZONES_DELIVERY_COSTS_EXPLAIN',
$GLOBALS[
'STR_ADMIN_ZONES_DELIVERY_COSTS_EXPLAIN']);
181 $tpl->assign(
'STR_ADMIN_SITES_DELIVERY_COST_RESELLER_FRANCO_LIMIT',
$GLOBALS[
'STR_ADMIN_SITES_DELIVERY_COST_RESELLER_FRANCO_LIMIT']);
182 $tpl->assign(
'STR_ADMIN_ZONES_FRANCO_LIMIT_AMOUNT',
$GLOBALS[
'STR_ADMIN_ZONES_FRANCO_LIMIT_AMOUNT']);
183 $tpl->assign(
'STR_ADMIN_ZONES_FRANCO_LIMIT_AMOUNT_EXPLAIN',
$GLOBALS[
'STR_ADMIN_ZONES_FRANCO_LIMIT_AMOUNT_EXPLAIN']);
184 $tpl->assign(
'STR_ADMIN_ZONES_FRANCO_LIMIT_PRODUCTS',
$GLOBALS[
'STR_ADMIN_ZONES_FRANCO_LIMIT_PRODUCTS']);
185 $tpl->assign(
'STR_ADMIN_ZONES_FRANCO_LIMIT_PRODUCTS_EXPLAIN',
$GLOBALS[
'STR_ADMIN_ZONES_FRANCO_LIMIT_PRODUCTS_EXPLAIN']);
186 $tpl->assign(
'STR_ADMIN_POSITION',
$GLOBALS[
'STR_ADMIN_POSITION']);
187 $tpl->assign(
'STR_ADMIN_ZONES_TECHNICAL_CODE_EXPLAIN',
$GLOBALS[
'STR_ADMIN_ZONES_TECHNICAL_CODE_EXPLAIN']);
188 $tpl->assign(
'STR_ADMIN_TECHNICAL_CODE',
$GLOBALS[
'STR_ADMIN_TECHNICAL_CODE']);
189 $tpl->assign(
'STR_ADMIN_VAT_PERCENTAGE',
$GLOBALS[
'STR_ADMIN_VAT_PERCENTAGE']);
209 query(
"DELETE FROM peel_zones
211 echo
$GLOBALS[
'tplEngine']->createTemplate(
'global_success.tpl', array(
'message' => sprintf(
$GLOBALS[
'STR_ADMIN_ZONES_MSG_DELETED_OK'], $col[
'nom_' .
$_SESSION[
'session_langue']])))->fetch();
222 $sql =
"INSERT INTO peel_zones (
228 , on_franco_reseller_amount
229 , on_franco_nb_products";
231 $sql .=
", technical_code";
233 foreach (
$GLOBALS[
'admin_lang_codes'] as $lng) {
234 $sql .=
", nom_" . $lng;
240 , '" . intval(
$frm[
'position']) .
"'
241 , '" . intval(
vn(
$frm[
'on_franco'])) .
"'
248 foreach (
$GLOBALS[
'admin_lang_codes'] as $lng) {
265 $sql =
"UPDATE peel_zones
268 foreach (
$GLOBALS[
'admin_lang_codes'] as $lng) {
291 $tpl =
$GLOBALS[
'tplEngine']->createTemplate(
'admin_liste_zone.tpl');
292 $tpl->assign(
'add_src',
$GLOBALS[
'administrer_url'] .
'/images/add.png');
293 $tpl->assign(
'drop_src',
$GLOBALS[
'administrer_url'] .
'/images/b_drop.png');
294 $tpl->assign(
'edit_src',
$GLOBALS[
'administrer_url'] .
'/images/b_edit.png');
301 $tpl_results = array();
304 $tpl_results[] = array(
'tr_rollover' => tr_rollover(
$i,
true),
305 'nom' => (!empty($ligne[
'nom_' .
$_SESSION[
'session_langue']])?$ligne[
'nom_' . $_SESSION[
'session_langue']]:
'['.$ligne[
'id'].
']'),
306 'drop_href' =>
get_current_url(
false) .
'?mode=suppr&id=' . $ligne[
'id'],
307 'modif_href' =>
get_current_url(
false) .
'?mode=modif&id=' . $ligne[
'id'],
308 'tva' => $ligne[
'tva'],
310 'on_franco' => $ligne[
'on_franco'],
311 'position' => $ligne[
'position'],
315 $tpl->assign(
'results', $tpl_results);
317 $tpl->assign(
'STR_BEFORE_TWO_POINTS',
$GLOBALS[
'STR_BEFORE_TWO_POINTS']);
318 $tpl->assign(
'STR_ADMIN_ZONES_TITLE',
$GLOBALS[
'STR_ADMIN_ZONES_TITLE']);
319 $tpl->assign(
'STR_ADMIN_WEBSITE',
$GLOBALS[
'STR_ADMIN_WEBSITE']);
320 $tpl->assign(
'STR_ADMIN_ZONES_CREATE',
$GLOBALS[
'STR_ADMIN_ZONES_CREATE']);
321 $tpl->assign(
'STR_ADMIN_ACTION',
$GLOBALS[
'STR_ADMIN_ACTION']);
322 $tpl->assign(
'STR_SHIPPING_ZONE',
$GLOBALS[
'STR_SHIPPING_ZONE']);
324 $tpl->assign(
'STR_ADMIN_ZONES_FREE_DELIVERY',
$GLOBALS[
'STR_ADMIN_ZONES_FREE_DELIVERY']);
325 $tpl->assign(
'STR_ADMIN_POSITION',
$GLOBALS[
'STR_ADMIN_POSITION']);
326 $tpl->assign(
'STR_ADMIN_DELETE_WARNING',
$GLOBALS[
'STR_ADMIN_DELETE_WARNING']);
328 $tpl->assign(
'STR_ADMIN_ZONES_UPDATE',
$GLOBALS[
'STR_ADMIN_ZONES_UPDATE']);
331 $tpl->assign(
'STR_ADMIN_ZONES_NOTHING_FOUND',
$GLOBALS[
'STR_ADMIN_ZONES_NOTHING_FOUND']);
maj_zone($id, $frm)
Met à jour la zone $id avec de nouvelles valeurs.
get_site_name($site_ids, $skip_rights_check=false)
Retourne le nom d'un ou de plusieurs sites à partir de l'id.
supprime_zone($id)
Supprime la zone spécifiée par $id.
get_current_url($with_get=true, $get_short_url=false, $take_away_get_args_array=null)
get_current_url()
affiche_liste_zone()
affiche_liste_zone()
get_site_id_select_options($selected_site_id=null, $selected_site_name=null, $display_first_option=null, $select_current_site_id_by_default=false)
Créer les options pour le select qui liste les noms de sites configurés en back office.
affiche_formulaire_zone(&$frm)
affiche_formulaire_zone()
nohtml_real_escape_string($value, $allowed_tags=null)
Protège les données pour insertion dans MySQL ET supprime les tags HTML pour protéger de toute sorte ...
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
affiche_formulaire_ajout_zone(&$frm)
FONCTIONS.
necessite_priv($priv, $demo_allowed=true, $configuration_modification=false)
Cette fonction vérifie si l'utilisateur a les privilèges de $priv.
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.
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.
insere_zone($frm)
Ajoute la zone dans la table zone.
necessite_identification()
Si l'utilisateur n'est pas connecté à un compte, on affiche une page d'identification et arrête le sc...
num_rows($query_result)
num_rows()
fetch_assoc($query_result)
fetch_assoc()
affiche_formulaire_modif_zone($id, &$frm)
Affiche le formulaire de modification pour la zone sélectionnée.
get_form_token_input($name= 'general', $use_existing_token=true, $return_as_input_form=true)
get_form_token_input()
get_site_id_sql_set_value($site_ids)
Retourne la valeur SQL d'un champ INT ou SET suivant que ce soit un entier ou un tableau.
verify_token($name= 'general', $delay_in_minutes=60, $check_referer_if_set_by_server=true, $cancel_token=true, $minimum_wait_in_seconds_before_use=0)
Vérification de la validité d'un token Par défaut, un token est valide 1h, et utilisable 1 seule fois...
check_if_module_active($module_name, $specific_file_name=null)
Renvoie si un module est présent et activé ou non - Peut être appelé avant ou après le chargement d'u...
if(defined('IN_PEEL_ADMIN')||IN_INSTALLATION) $_SESSION['session_langue']