Jump to content

Cambio header DDT


andrecata

Recommended Posts

Salve a tutti
Sto tentando di cambiare il logo di intestazione SOLO per il DDT che viene generato da prestashop
Per cui ho creato un nuovo TPL (nella directory pdf/) chiamato header_2.tpl e ho cambiato il percorso per il logo.

<img src="/il/mio/percorso.jpeg" style="width:{$width_logo}px; height:{$height_logo}px;" />


Successivamente ho modificato il file (nella directory classes/pdf/) HTMLTemplateDeliverySlip.php la funzione getHeader

        return $this->smarty->fetch($this->getTemplate('header'));

in 

        return $this->smarty->fetch($this->getTemplate('header_2'));

Purtroppo però quando provo a generare il DDT ottengo questo errore:

Source: Missing name

[SmartyException 0]

e il debugger mi indica proprio la riga che ho modificato
Qualcuno saprebbe darmi una mano?
Grazie in anticipo :) 

 

Link to comment
Share on other sites

  • 5 months 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...