Jump to content

Hook "displayFooterAfter" not shown on backoffice>positions


pabloMarch

Recommended Posts

Hello everybody,

I was trying to activate a hook called "displayFooterAfter" but I couldn't get it to work. I tried to register it on many ways but the hook never shows up, I tried to install it on one of the prestashop modules and also creating a override like this:

<?php

use PrestaShop\PrestaShop\Core\Module\WidgetInterface;

class Ps_XXXOverride extends Ps_XXX implements WidgetInterface
{

  public function install()
  {
      return (parent::install() && $this->registerHook('displayFooterAfter'));
  }

}

 I cleaned the cache, tried replace the "displayFooterBefore" on modules\ps_socialfollow and nothing happend as say on the frech post:
https://www.prestashop.com/forums/topic/615223-comment-afficher-un-module-dans-un-hook/

Does anyone resolve this issue?

Thanks in advance,

Pablo

 

Link to comment
Share on other sites

  • pabloMarch changed the title to Hook "displayFooterAfter" not shown on backoffice>positions

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