Jump to content

facebook fan box slider: faut il utiliser un hook? et comment?


Recommended Posts

Bonjour,

 

Débutant sur prestashop, j'ai creer un module pour avoir un box facebook fan page qui slide de gauche a droite. J'aurai bien aimé utilisé un hook (leftcolumn...) mais moi je le veux sur extreme gauche. J'ai essayer de le creer (le hook) mais sans succes. merci de m'aider. en pj le slider

fbslider.zip

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

Hi vekia,

 

Thank you for your quick response.

 

I changed my .php (and made the change in css) but still doesnt show up. I looked in back office for displayheader hook to add my module (position) from the back office but couldn't find it.

 

Plz help

 

public function install()
{
  if (parent::install() == false || !$this->registerHook('displayHeader'))
    return false;
  return true;
}
 
public function hookdisplayHeader($params)
{
return $this->display(__FILE__, 'fbslider.tpl');
}
  }
Edited by aminepara (see edit history)
Link to comment
Share on other sites

well as this didn't work and i got  no help im giving up. will put the box in the footer.

 

But still vekia i have another problem with ajax pop up not showing up "the proceed to check" or.....

I looked everywhere but nothing, i have ajax on in bloc cart module.

https://www.prestashop.com/forums/topic/465938-le-pop-up-panier-natif-de-prestashop-16-ne-marche-pas/

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