Change order details to amount due in cart footer.

This commit is contained in:
Bryan Mauger 2024-11-13 13:19:42 -05:00
parent 1369ed0abe
commit 442a0ff617

View file

@ -9,7 +9,7 @@
aria-label="expand cart" aria-label="expand cart"
href="javascript:void(0)" href="javascript:void(0)"
class="col d-flex justify-content-between py-0"> class="col d-flex justify-content-between py-0">
<span class="label">{{ amountDueText }}</span> <span class="label">{{ OrderDetailsText }}</span>
<span class="label amount-due">{{ <span class="label amount-due">{{
getLineItemAmount(amountDue, showCoverageAsPending) getLineItemAmount(amountDue, showCoverageAsPending)
}}</span> }}</span>
@ -1015,6 +1015,9 @@ export default {
return this.getCmsContent("SalesTaxTextWidget", "Text"); return this.getCmsContent("SalesTaxTextWidget", "Text");
}, },
amountDueText() { amountDueText() {
return this.getCmsContent("AmountDueTextWidget", "Text");
},
OrderDetailsText() {
return this.getCmsContent("OrderDetailsTextWidget", "Text"); return this.getCmsContent("OrderDetailsTextWidget", "Text");
}, },
amountPaidText() { amountPaidText() {