New Quote Email Template
{{template config_path="design/email/header"}}
{{inlinecss file="email-inline.css"}}
<table cellpadding="0" cellspacing="0" border="0">
<tbody><tr>
<td>
<table cellpadding="0" cellspacing="0" border="0">
<tbody><tr>
<td class="email-heading">
<h1>Your quote from {{var store.getFrontendName()}} is ready to review.</h1>
<table cellspacing="0" cellpadding="10px" class="action-button">
<tbody><tr>
<td>
<a href="{{store url='quotes/quote/convertToOrder'}}quote_id/{{var quote.entity_id}}" "=""><span>View and Pay for your Quote.</span></a>
</td>
</tr>
</tbody></table><br>
<p>Insert instructions here</p><p><span style="font-size: 13.6px;"><br></span></p><p><span style="font-size: 13.6px;">{{if quote.isSetToExpire()}}</span></p><p>This quote will expire on {{var quote.getExpirationDateFormated('long')}}.</p><p><span style="font-size: 13.6px;">{{/if}}</span></p>
</td>
<td class="store-info">
<h4>Quote Questions?</h4>
<p>
{{depend store_phone}}
<b>Call Us:</b>
<a href="tel:{{var phone}}">{{var store_phone}}</a><br>
{{/depend}}
{{depend store_hours}}
<span class="no-link">{{var store_hours}}</span><br>
{{/depend}}
{{depend store_email}}
<b>Email:</b> <a href="mailto:{{var store_email}}">{{var store_email}}</a>
{{/depend}}
</p>
</td>
</tr>
</tbody></table>
</td>
</tr>
<tr>
<td class="order-details">
<h3>Your quote <span class="no-link">{{if quote.getQuoteName()}}"{{var quote.getQuoteName()}}" {{/if}}#{{var quote.increment_id}}</span></h3>
<p>Placed on {{var quote.getCreatedAtFormated('long')}}</p>
</td>
</tr>
<tr class="order-information">
<td>
{{if quote.hasComments()}}
<table cellspacing="0" cellpadding="0" class="message-container">
<tbody><tr>
<td>{{block type='core/template' area='frontend' template='b2bquotes/email/comments.phtml' quote=$quote}}</td>
</tr>
</tbody></table>
{{/if}}
{{depend quote.hasItems()}}
<div class="order-items">
{{layout handle="b2bquotes_quote_creation_email_quote_item" quote=$quote}}
</div>
{{/depend}}
{{layout handle="b2bquotes_email_quote_address_shipping_info" quote=$quote}}
<br>
<table cellspacing="0" cellpadding="0" class="action-button">
<tbody><tr>
<td>
<a href="{{store url='quotes/quote/convertToOrder'}}quote_id/{{var quote.entity_id}}" "=""><span>View and Pay for your Quote.</span></a>
</td>
</tr>
</tbody></table>
<br></td>
</tr>
</tbody></table>
{{template config_path="design/email/footer"}}
Updated 11 months ago