Gfserver Posted December 19, 2017 Share Posted December 19, 2017 Hello, I am getting this error in some email templates, not in all of them: Smarty Error: Syntax error in template "mailMessage:mailMessage:message" on line 34 "<!-- message header end -->Estimado(a) {$client_name},<br /><br />Este es un aviso de que su factura no. {$invoice _num} que se genero en {$invoice _date_created} ya esta vencida.<br />" too many shorthand attributes Smarty Error: Syntax error in template "mailMessage:mailMessage:plaintext" on line 4 "Este es un aviso de que su factura no. {$invoice _num} que se genero en {$invoice _date_created} ya esta vencida." too many shorthand attributes Email Sending Failed - Email message rendered empty - please check the email message Smarty markup syntax (Subject: Primer aviso de factura vencida) So the cron job is not sending invoice reminders, any ideas? Thanks a lot! Link to comment Share on other sites More sharing options...
brian! Posted December 20, 2017 Share Posted December 20, 2017 there appears to be a space in the middle of {$invoice _date_created} - is it like that in the template?? if so, that could be the cause. {$invoice_date_created} you could also click the HTML button to ensure there is no unwanted additional hidden code in the template... Link to comment Share on other sites More sharing options...
Gfserver Posted December 20, 2017 Author Share Posted December 20, 2017 Hello Brian, thank very much for your answer, I checked what you said and is working now! Kind Regards! Jesus Link to comment Share on other sites More sharing options...
Recommended Posts