{{template config_path="design/email/header_template"}}
|
{{trans "Hello %customer_name," customer_name=$customerName}} {{trans "Thank you for your quote request from %store_name." store_name=$store.getFrontendName()}} {{trans 'You can check the status of your quote request by logging into your account.' view_url=$viewUrl |raw}} |
{{trans 'Your Quote Request #%increment_id' increment_id=$quote.increment_id |raw}}{{trans 'Placed on %created_at' created_at=$quote.created_date_formatted |raw}} |
| {{depend remarks}} {{/depend}} {{layout handle="amasty_quote_email_items" quote=$quote area="frontend"}} |