{{template config_path="design/email/header_template"}}
{{trans "Dear %name" name=$order_data.customer_name}} {{trans "Thank you for your order from %store_name." store_name=$store.frontend_name}}
{{if order.isPayByLink}}
{{trans "You're almost there: you just need to finalize the payment to confirm your order."}}
|
||
{{var payment_html|raw}}
{{if order.isBankTransfer}}
|
||
{{if order.isPayByLink}}
{{trans "The payment link will be active for 48h, time during which the goods will be reserved for you."}}
{{trans "For more information, please refer to our Privacy Policy." privacyPolicyUrl=$order.privacyPolicyUrl |raw}} {{/if}}{{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 'Your Order #%increment_id' increment_id=$order.increment_id |raw}}{{trans 'Placed on %created_at' created_at=$created_at_formatted |raw}} |
||
{{depend order_data.email_customer_note}}
|
{{/depend}}