Jump to content

[RESOLU].tpl d'un module ?


Recommended Posts

Dans le développement d'un module sur prestashop 1.7, avec l'aide du generator Prestashop https://validator.prestashop.com/generator

Sauf erreur, ce dernier ne créer pas le fichier .tpl .. donc il n'y a rien en front .. est-ce normal ? Je ne vois pas ou mettre le .tpl ou en tout cas le contenu front. 

Merci à tous, 

 

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

en réalité j'avais surtout oublier dans le .php 
 

public function hookdisplayLeftMenu()
    {
      $this->context->smarty->assign([
      'menuacm' => Configuration::get('menuacm'),
      'menuacm_link' => $this->context->link->getModuleLink('menuacm', 'display')
    ]);
      return $this->display(__FILE__, 'menuacm.tpl');

}

C'est donc résolu. Merci à tous 

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