Jump to content

Modulo - Asignar variable global al cargar el hookDisplayBackOfficeHeader


jbastarras

Recommended Posts

Hola , 

 

en el retorno del hook hookDisplayBackOfficeHeader asigno una variable al smarty , pero si voy al modulo de pedidos se pierde . 

 

Como puedo mantenerla ??? 

 

 

Pongo el código del módulo

 

public function hookDisplayBackOfficeHeader()
{
 
$this->context->smarty->assign(
   array(
    'variable' => $variable ,
   )

 

}

 

Gracias 

Link to comment
Share on other sites

  • nadie locked this topic
Guest
This topic is now closed to further replies.
×
×
  • Create New...