Gfserver 0 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! Share this post Link to post Share on other sites
brian! 1,821 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... Share this post Link to post Share on other sites
Gfserver 0 Posted December 20, 2017 Hello Brian, thank very much for your answer, I checked what you said and is working now! Kind Regards! Jesus Share this post Link to post Share on other sites