Go to the source code of this file.
|
| update_category_sons_promotions ($parent_id, $promotion_devises=0, $promotion_percent=0) |
| FONCTIONS. More...
|
|
| affiche_arbo_categorie (&$sortie, $selectionne, $parent_id=0, $indent="", $first_line=0, $depth=1) |
| affiche_arbo_categorie() More...
|
|
| affiche_formulaire_ajout_produits_categorie ($id, &$frm) |
| affiche_formulaire_ajout_produits_categorie() More...
|
|
| affiche_formulaire_modif_produits_categorie ($id, &$frm) |
| affiche_formulaire_modif_produits_categorie() More...
|
|
| supprime_produits_categorie ($id) |
| supprime_produits_categorie() More...
|
|
| insere_categorie (&$frm) |
| insere_categorie() More...
|
|
| maj_produits_categorie ($id, $frm) |
| maj_produits_categorie() More...
|
|
| affiche_formulaire_liste_produits_categorie ($id) |
| Affiche un formulaire de catégorie vide. More...
|
|
| affiche_liste_produits_categorie ($parent_id) |
| affiche_liste_produits_categorie() More...
|
|
| affiche_formulaire_produits_categorie (&$frm) |
| affiche_formulaire_produits_categorie() More...
|
|
| supprime_fichier_categorie ($id, $file, $lang) |
| Supprime l'image de la catégorie spécifiée par $id. More...
|
|
affiche_arbo_categorie |
( |
& |
$sortie, |
|
|
|
$selectionne, |
|
|
|
$parent_id = 0 , |
|
|
|
$indent = "" , |
|
|
|
$first_line = 0 , |
|
|
|
$depth = 1 |
|
) |
| |
affiche_formulaire_ajout_produits_categorie |
( |
|
$id, |
|
|
& |
$frm |
|
) |
| |
affiche_formulaire_liste_produits_categorie |
( |
|
$id | ) |
|
Affiche un formulaire de catégorie vide.
- Parameters
-
- Returns
Definition at line 457 of file categories.php.
affiche_formulaire_modif_produits_categorie |
( |
|
$id, |
|
|
& |
$frm |
|
) |
| |
affiche_formulaire_produits_categorie |
( |
& |
$frm | ) |
|
affiche_liste_produits_categorie |
( |
|
$parent_id | ) |
|
insere_categorie |
( |
& |
$frm | ) |
|
maj_produits_categorie |
( |
|
$id, |
|
|
|
$frm |
|
) |
| |
supprime_fichier_categorie |
( |
|
$id, |
|
|
|
$file, |
|
|
|
$lang |
|
) |
| |
Supprime l'image de la catégorie spécifiée par $id.
- Parameters
-
integer | $id | |
mixed | $file | |
string | $lang | |
- Returns
Definition at line 621 of file categories.php.
supprime_produits_categorie |
( |
|
$id | ) |
|
update_category_sons_promotions |
( |
|
$parent_id, |
|
|
|
$promotion_devises = 0 , |
|
|
|
$promotion_percent = 0 |
|
) |
| |
FONCTIONS.
Met à jour les promotions des catégories filles d'une categorie par récursivité
- Returns
Definition at line 117 of file categories.php.
$GLOBALS['DOC_TITLE'] = $GLOBALS['STR_ADMIN_CATEGORIES_TITLE'] |
switch(vb($_REQUEST['mode'])) |