14 define(
'IN_PEEL_ADMIN',
true);
15 include(
"../configuration.inc.php");
21 include(
$GLOBALS[
'repertoire_modele'] .
"/admin_haut.php");
23 if (isset($_GET[
'id'])) {
29 include(
$GLOBALS[
'repertoire_modele'] .
"/admin_bas.php");
43 include(
"../lib/class/ProductsBought.php");
44 $tpl =
$GLOBALS[
'tplEngine']->createTemplate(
'admin_best_sell_products.tpl');
50 WHERE id_produit='" . intval($produit->produit_id) .
"'");
52 if (!isset($pense_bete_nb->nombre)) {
53 $pense_bete_nb->nombre = 0;
55 $tpl_prods[] = array(
'tr_rollover' => tr_rollover(
$i,
true),
56 'lien' => $produit->lien,
57 'nombre' => $pense_bete_nb->nombre,
58 'quantite_totale' => $produit->quantite_totale,
59 'prix' =>
fprix($produit->montant_total,
true,
$GLOBALS[
'site_parameters'][
'code'],
false)
63 $tpl->assign(
'prods', $tpl_prods);
64 $tpl->assign(
'STR_ADMIN_PRODUITS_ACHETES_MOST_WANTED',
$GLOBALS[
'STR_ADMIN_PRODUITS_ACHETES_MOST_WANTED']);
66 $tpl->assign(
'STR_ADMIN_PRODUITS_ACHETES_COUNT_IN_PREFERED',
$GLOBALS[
'STR_ADMIN_PRODUITS_ACHETES_COUNT_IN_PREFERED']);
find_all($limit=500)
ProductsBought::find_all()
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
necessite_priv($priv, $demo_allowed=true, $configuration_modification=false)
Cette fonction vérifie si l'utilisateur a les privilèges de $priv.
affiche_best_sell_products($limit=500)
FONCTIONS.
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.
necessite_identification()
Si l'utilisateur n'est pas connecté à un compte, on affiche une page d'identification et arrête le sc...
fetch_object($query_result)
fetch_object()
affiche_liste_clients_par_produit($id, $array_output_mode=false)
affiche_liste_clients_par_produit()
fprix($price, $display_currency=false, $currency_code_or_default=null, $convertion_needed_into_currency=true, $currency_rate=null, $display_iso_currency_code=false, $format=true, $force_format_separator=null, $add_rdfa_properties=false, $round_even_if_no_format=false)
fprix formatte le prix donné en le convertissant si nécessaire au préalable et en ajoutant éventuelle...