AlexandreM Posted April 10, 2013 Share Posted April 10, 2013 (edited) Hola: Cuando se realiza un pedido en mi tienda e intento imprimir la factura, el sistema me devuelve el siguiente error: Fatal error: Uncaught exception 'SmartyException' with message 'Missing template name' in /home/nosoloc1/public_html/tools/smarty/sysplugins/smarty_internal_template.php:624 Stack trace: #0 /home/nosoloc1/public_html/tools/smarty/sysplugins/smarty_internal_templatebase.php(117): Smarty_Internal_Template->__get('source') #1 /home/nosoloc1/public_html/classes/pdf/HTMLTemplateInvoice.php(105): Smarty_Internal_TemplateBase->fetch(false) #2 /home/nosoloc1/public_html/classes/pdf/HTMLTemplateInvoice.php(77): HTMLTemplateInvoiceCore->getTaxTabContent() #3 /home/nosoloc1/public_html/classes/pdf/PDF.php(76): HTMLTemplateInvoiceCore->getContent() #4 /home/nosoloc1/public_html/controllers/admin/AdminPdfController.php(187): PDFCore->render() #5 /home/nosoloc1/public_html/controllers/admin/AdminPdfController.php(171): AdminPdfControllerCore->generatePDF(Object(Collection), 'Invoice') #6 /home/nosoloc1/public_html/controllers/admin/AdminPdfController.php(51): AdminPdfControllerCore->generateInvoicePDFByIdOrder('2') #7 /home/nosoloc1/pu in /home/nosoloc1/public_html/tools/smarty/sysplugins/smarty_internal_template.php on line 624 ¿Alguien sabe porque puede ser? Gracias Edited April 10, 2013 by AlexandreM (see edit history) Link to comment Share on other sites More sharing options...
Galileu.net Posted April 10, 2013 Share Posted April 10, 2013 Hola AlexandeM Parece que no encutra la plantilla base para generar la factura en pdf. Comprueba si existe en la raíz del sitio una carpeta pdf con los archivos tpl que generan los pdf. Tiende que contener: invoice.tpl, footer.tpl, header.tpl... entre otros Link to comment Share on other sites More sharing options...
AlexandreM Posted April 10, 2013 Author Share Posted April 10, 2013 Todo claro, me faltaba uno de los archivos! Gracias!!! Link to comment Share on other sites More sharing options...
Galileu.net Posted April 10, 2013 Share Posted April 10, 2013 De nada.. al menos a ti te funciona la renderización de facturas en pdf... Link to comment Share on other sites More sharing options...
Recommended Posts