Jump to content

Controllers et product-list ?


Recommended Posts

3 hours ago, doekia said:

nativement CategoryController, SupplierController, ManufacturerController,BestSellers,NewProducts,ProductSpecial,Search

 

Merci @doekia ! C'est un bon début !

Pas de ProductController ?

Ou de classe ProductDownload ?

Comment savoir ?

Edited by Pat_07 (see edit history)
Link to comment
Share on other sites

facile pour savoir tu regarde si soit le controller appèle directement product-list.tpl soit son tpl l'include

product-list.tpl sert a afficher des listes ... donc normal qu'il ne soit ni sur la page produit lui-même ni sur download (qui n'a même pas de tpl)

peut-être que si tu retournais aux fondamentaux et expliquer ton besoin, ce serait plus facile

Link to comment
Share on other sites

MErci @doekia

pour faire simple j'essaie d'adapter un code existant

Dans le override de ProductController je voudrais un truc du genre

  

 public function initContent()
    {
        parent::initContent();
        $fichier = $this->product->ProductDownload::getFilenameFromIdProduct((int)$this->product->id);
            $this->context->smarty->assign('fichier' => $fichier);
    }
}

Pour ensuite afficher la variable $fichier dans product-list mais j'ai rien...

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...