andrecata Posted July 28, 2021 Share Posted July 28, 2021 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 More sharing options...
NuvolaNera Shop Posted January 12, 2022 Share Posted January 12, 2022 Ciao, In teoria nel DDT viene preso di default il logo che hai inserito nel tuo SHOP D. Link to comment Share on other sites More sharing options...
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now