{{template config_path="design/email/header_template"}} {{inlinecss file="Bss_QuoteExtension::css/email-inline.css"}}
|
{{trans 'Your customer has submitted a new quote. Please visit the quote '}}#{{var increment_id}}{{trans ' to check and manage the request.'}}
|
|
{{trans "Quote ID: "}}#{{var increment_id}} {{trans 'Placed on ' }}{{var created_at}} |
|
{{trans "Customer Info:"}}{{trans "Customer name:" }} {{var quote.getCustomerName()}}{{trans "Customer email:" }} {{var quote.getCustomerEmail()}} |
{{trans "Shipping Info:"}}{{var formattedShippingAddress|raw}} |
{{trans "Shipping Method:"}}{{var shipping_description}} |
| {{depend quote.getCustomerNote()}} {{/depend}} {{layout handle="quote_extension_email_items" quote=$quote quoteId=$quote.getEntityId() area="frontend"}} |