theme updates
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user