Elwood Posted April 22, 2014 Share Posted April 22, 2014 Bonjour, Dans l'espace affilié, les stats s'affichent normalement. Mais lorsque l'on se connecte via /modules/trackingfront/stats.php, aucune stat ne s'affiche. Le module est en version 1.5 Link to comment Share on other sites More sharing options...
SunnaComparateurPrix Posted April 23, 2014 Share Posted April 23, 2014 Up ! Même soucis chez moi et plusieurs personnes. Link to comment Share on other sites More sharing options...
Elwood Posted April 23, 2014 Author Share Posted April 23, 2014 J'ai ouvert un ticket sur la forge... Link to comment Share on other sites More sharing options...
Elwood Posted April 23, 2014 Author Share Posted April 23, 2014 (edited) J'ai trouvé un problème dans le fichier trackingfront.js ligne 44 : function updateValues() { $.getJSON("stats.php", {ajaxProductFilter: 1, id_referrer: 1, token: "8d03a885ac0bd21f1a11c5b8f4e674ac", id_product: 0}, function (j) { $.each(display_tab, function (index, value) { $("#" + value).html(j[0][value]); }); } ) } Des valeurs sont définies, ce devrait être : function updateValues() { $.getJSON("stats.php", {ajaxProductFilter: 1, id_referrer: referrer_id, token: token, id_product: 0}, function (j) { $.each(display_tab, function (index, value) { $("#" + value).html(j[0][value]); }); } ) } Edited April 23, 2014 by Elwood (see edit history) 1 Link to comment Share on other sites More sharing options...
Vincent Terenti Posted May 12, 2014 Share Posted May 12, 2014 Bonjour à tous, Des corrections ont été apportées à ce module, vous pouvez le mettre à jour. Pour information, pour avoir accès à toutes vos stats vous devez activer les options du module "Récupération des données statistiques". Attention ceci va charger votre base car les données vont s'enregistrer continuellement donc prévoyez de la mémoire! Bien cordialement, Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now