Jump to content

stock par magasin dans fiche produit


Recommended Posts

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 by mrweb (see edit history)
Link to comment
Share on other sites

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...