{{template config_path="design/email/header_template"}}
{{trans "%name," name=$customerName}} |
{{trans "Il tuo ordine #%incrementId" incrementId=$order.getIncrementId() |raw}}{{trans "Creato il %orderDate" orderDate=$order.getCreatedAtFormatted(2) |raw}} |
{{trans 'If you have questions about your order, you can email us at %store_email' store_email=$store_email |raw}}{{depend store_phone}} {{trans 'or call us at %store_phone' store_phone=$store_phone |raw}}{{/depend}}. {{depend store_hours}} {{trans 'Our hours are %store_hours.' store_hours=$store_hours |raw}} {{/depend}} {{trans "Non è più necessario quindi procedere con il pagamento e accedendo potrai ripetere l'ordine:" viewOrderUrl=$viewOrderUrl incrementId=$order.getIncrementId() orderDate=$order.getCreatedAtFormatted(2) | raw}} |
|