mrweb Posted May 21, 2015 Share Posted May 21, 2015 (edited) Bonjour j'ai ajouté la fonction dans la page classes/Product.php public function prodparmagasin() { $results = Db::getInstance()->ExecuteS('SELECT * FROM `ps_stock` WHERE `id_product` = 1'); $this->smarty->assign('prodparmagasin',$results); } et je voudrais afficher le stock d'un produit par magasin j'ai ajouté dans la page product.tpl {foreach from=$prodparmagasin item=s name=foreachSQL}{$s.physical_quantity}{/foreach} Rien ne s'affiche Il y a bien du stock sur plusieurs magasins pour ce produit Merci d'avance pour votre aide! Edited May 21, 2015 by mrweb (see edit history) 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