overbags Posted October 11, 2018 Share Posted October 11, 2018 buongiorno ho acquistato un modulo su addons/prestashop ... ho provato a contattare lo sviluppatore ma non mi risponde mai .... questo modulo da la possibilità di posizionare l'hook dove voglio. ho creato l'hook nel database che si chiama "displayproductfield" l'ho innestato al modulo in moduli --- posizioni però non so come inserire l'hook nella pagina product.tpl ... nella pagina del modulo è scritto . The option is used in case when your theme was changed a lot. It's recommended not to use it without instructions of the developer.Hook::exec('customHookName', array('product' => $this->product)){hook h='customHookName' product=$product} .. ma non so come posizionarla .. va tutta nel file product.tpl ? immagino che al posto di customHookName debba mettere displayproductfield ... però se metto Hook::exec('displayproductfield', array('product' => $this->product)) {hook h='displayproductfield' product=$product} la pagina product.tpl da errore Link to comment Share on other sites More sharing options...
Haumea Posted October 12, 2018 Share Posted October 12, 2018 Ciao, credo deve solamente scrivere la seconda riga nel file tpl, cioè {hook h='displayproductfield' product=$product} 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