CSR-2340 update cart closed on page load.
Change widget name to better match label name.
This commit is contained in:
parent
a08a0d720c
commit
0684ea4ebc
1 changed files with 2 additions and 2 deletions
|
|
@ -195,7 +195,7 @@ export default {
|
||||||
},
|
},
|
||||||
data() {
|
data() {
|
||||||
return {
|
return {
|
||||||
isExpanded: true, // set default to true so cart is open on page load. This may be temporary.
|
isExpanded: this.shouldHideRecalibration,
|
||||||
currencyFormatter: new Intl.NumberFormat("en-US", {
|
currencyFormatter: new Intl.NumberFormat("en-US", {
|
||||||
style: "currency",
|
style: "currency",
|
||||||
currency: "USD",
|
currency: "USD",
|
||||||
|
|
@ -1014,7 +1014,7 @@ export default {
|
||||||
return this.getCmsContent("SalesTaxTextWidget", "Text");
|
return this.getCmsContent("SalesTaxTextWidget", "Text");
|
||||||
},
|
},
|
||||||
amountDueText() {
|
amountDueText() {
|
||||||
return this.getCmsContent("AmountDueTextWidget", "Text");
|
return this.getCmsContent("OrderDetailsTextWidget", "Text");
|
||||||
},
|
},
|
||||||
amountPaidText() {
|
amountPaidText() {
|
||||||
return this.getCmsContent("AmountPaidTextWidget", "Text");
|
return this.getCmsContent("AmountPaidTextWidget", "Text");
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue