add theme

This commit is contained in:
Tony Volpe
2024-06-18 16:47:10 -04:00
parent 95cb30b884
commit 706f089d5e
408 changed files with 77892 additions and 0 deletions

View File

@@ -0,0 +1,78 @@
<div class="thank-you-info">
<p>Please print this page for your records. Once the order is processed, which may take up to 2 business days, you will recieve a confirmation email with your order.</p>
<p>For questions about your order, please call customer sales at 1-800-380-3111.</p>
<hr />
<h4></h4>
{{#each items}}
<div class="order-details-review d-flex align-items-center">
<div class="image-wrapper">
{{{ image }}}
</div>
<div class="content-wrapper">
<h4>{{ name }}</h4>
</div>
</div>
{{/each}}
<div class="order-summary row mb-3">
<div class="col-2 col-md-3"><p>Service:</p></div>
<div class="col-2 col-md-2"><p>{{#currencyFormatter monthlyFee }}</p></div>
</div>
{{#each fees}}
<div class="order-summary row mb-3">
<div class="col-2 col-md-3">
<p>{{name}}:</p>
</div>
<div class="col-2 col-md-2">
<p>{{#currencyFormatter amount}}</p>
</div>
</div>
{{/each}}
<div class="order-summary row mb-3">
{{#if freeshippingCost}}
<div class="col-2 col-md-3"><p>{{shippingLabel}}:</p></div>
<div class="col-2 col-md-2"><p>{{freeshippingCost}}</p></div>
{{else}}
<div class="col-2 col-md-3"><p>{{shippingLabel}}:</p></div>
<div class="col-2 col-md-2"><p>{{#currencyFormatter shippingCost}}</p></div>
{{/if}}
</div>
{{#if couponCode}}
<div class="order-summary row mb-3">
<div class="col-2 col-md-3"><p>Coupon:</p></div>
<div class="col-2 col-md-2"><p>-{{#currencyFormatter couponAmount }}</p></div>
</div>
{{/if}}
<h3>Total due today: {{#currencyFormatter total }}</h3>
<hr />
<div class="row mb-5">
<div class="col-12 col-md-6">
<h4>Next Steps:</h4>
<ol>
<li>Lifeline will send you an email confirming your order. If you do not see it in your inbox, please check your spam/junk folder.</li>
<li>Your order will be processed within 2 days.</li>
<li>For self-installation, your sales consultant will provide an expected delivery date. If you requested professional installation you will receive a phone all to confirm that there is an installer available in your area and to schedule the appointment. If you have any questions, please call us at 1-800-380-3111.</li>
</ol>
</div>
<div class="col-12 col-md-6">
<h4>Need Help with Order?</h4>
<p>If you have any questions about your order, including shipping, installation, or billing, please call us at: 1-800-380-3111.</p>
<p><a href="/contact-us/">Contact Us</a></p>
<p><a href="/support/">Return Policy</a></p>
</div>
</div>
</div>