Tox Posted May 11, 2012 Share Posted May 11, 2012 Bonjour, j'utilise le module des Promos, et dans ce module on utilise la fonction $products = Product::getPricesDrop(intval($cookie->id_lang), 0, 100); Le problème c'est que les objets retourné n'ont pas de description, j'aimerais savoir si il y a un moyen des récupérer la description d'un produit à la volée ? Ou sinon comment faire ? Link to comment Share on other sites More sharing options...
Christophe Boix Posted May 12, 2012 Share Posted May 12, 2012 (edited) Bonsoir, Dans la fonction getPricesDrop du fichier classes/Product.php , il y a bien la description dans le select, c'est bizarre que ça ne vous retourne pas la description. Ligne 1532 : $sql = ' SELECT p.*, pl.`description`, pl.`description_short`, .... ( et sinon, dans le fichier product-list.tpl , il faudrait voir si vous voulez afficher la description_short ou la description ) Edited May 12, 2012 by Christophe Boix (see edit history) Link to comment Share on other sites More sharing options...
Tox Posted June 2, 2012 Author Share Posted June 2, 2012 Bonjour, désolé de en pas avoir répondu al 1ère fois.... J'ai étais très pris sur un autre projet, et j'en ai oublié les bonnes manières. Le problème vient du fait que $cookie->id_lang me renvoi NULL, du coup je met directement la valeur 2 à la place de $cookie->id_lang 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