theme updates

This commit is contained in:
Tony Volpe
2024-07-17 03:25:05 +00:00
parent 4950d23a30
commit 1cbeccbe26
157 changed files with 2210 additions and 8701 deletions

View File

@@ -44,10 +44,10 @@
</div>
{{/if}}
{{#if activationFee}}
{{#if activationFeeName}}
<div class="d-flex justify-content-between">
<p>{{activationFee}}</p>
<p>{{#currencyFormatter activation_fee}}</p>
<p>{{activationFeeName}}</p>
<p>{{#currencyFormatter activationFeeAmount}}</p>
</div>
{{/if}}
<div class="d-flex justify-content-between">
@@ -72,18 +72,24 @@
<p class="fw-bold">{{#currencyFormatter totalDue }}</p>
</div>
<p v-html="appliedCoupons"></p>
{{#if couponDescription}}
<div class="coupon">
<p class="coupon-title">Applied Coupon:</p>
</div>
{{/if}}
<div class="checklist">
{{{couponDescription}}}
</div>
<div class="coupon-summary">
<div class="checklist">
{{{couponSummary}}}
</div>
</div>
</div>
{{#if showCheckoutButton}}
<a href="/checkout" class="button--primary align-self-end">Continue to Checkout</a>
{{/if}}
<div class="checklist my-5">
{{#each checkboxes}}
<div class="d-flex flex-row">
<i class="bi bi-check"></i>
<p class="ms-3 mt-2">{{ text }}</p>
</div>
{{/each}}
</div>
</div>