Change order details to amount due in cart footer.
This commit is contained in:
parent
1369ed0abe
commit
442a0ff617
1 changed files with 4 additions and 1 deletions
|
|
@ -9,7 +9,7 @@
|
|||
aria-label="expand cart"
|
||||
href="javascript:void(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">{{
|
||||
getLineItemAmount(amountDue, showCoverageAsPending)
|
||||
}}</span>
|
||||
|
|
@ -1015,6 +1015,9 @@ export default {
|
|||
return this.getCmsContent("SalesTaxTextWidget", "Text");
|
||||
},
|
||||
amountDueText() {
|
||||
return this.getCmsContent("AmountDueTextWidget", "Text");
|
||||
},
|
||||
OrderDetailsText() {
|
||||
return this.getCmsContent("OrderDetailsTextWidget", "Text");
|
||||
},
|
||||
amountPaidText() {
|
||||
|
|
|
|||
Loading…
Reference in a new issue