Jump to content

info script hook


overbags

Recommended Posts

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

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