Jump to content

Dont know hook prestashop 1.7


Recommended Posts

Hello, I'm doing my module for prestashop 1.7.1.2. At me a problem of an output of the module, on the second screenshot it as I it deduced, and on the first as though it looked if in the necessary place it was deduced, I ask prompt what to use.

Code:

public function hookdisplayBackOfficeHeader($params)
{
   $html = '<br /><br /><br /><br /><br /><br /><br /><br /><br /><br />';
   if (isset($_GET['updatemanufacturer']))
   {
      //do something
   }
}

Thank u for helping!

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

to be honest, i dont know what is the issue.

you created module with support of hook hookdisplayBackOfficeHeader($params)

you use there code:
 

   $html = '<br /><br /><br /><br /><br /><br /><br /><br /><br /><br />';
   if (isset($_GET['updatemanufacturer']))
   {
      //do something
   }

and the result is 1.png ?

Link to comment
Share on other sites

  • 3 weeks later...

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