{{template config_path="design/email/header_template"}}

{{trans "Dear %name," name=$order.getCustomerName()}}

{{trans "Thank you for shopping at %store_name." store_name=$store.frontend_name}}

{{trans "We noticed that you have placed an order with the following products but did not complete your payment. Use the link below to complete your order and make sure you don’t miss out on your items!"}}

{{trans "Description: Order #%order_id from %store_name" store_name=$store.frontend_name order_id=$order.increment_id |raw}}

{{layout handle="sales_email_order_items" order_id=$order_id area="frontend"}}
{{trans "Click here to complete your payment" }}
{{trans "You can ignore this email if you:
• Do not wish to complete the order
• Have completed the order via a different route." |raw}}
{{template config_path="design/email/footer_template"}}