{{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"}}
|