diff --git a/src/routes/retailer/cart_products.vue b/src/routes/retailer/cart_products.vue index 5f20e68..f646777 100644 --- a/src/routes/retailer/cart_products.vue +++ b/src/routes/retailer/cart_products.vue @@ -111,7 +111,8 @@

Shipping

- ${{ priceFormatter(cartProductTotalAmt.baseShippingAmount) }} + + TBD

-

+

Shipping Methods

@@ -358,8 +358,9 @@ method.methodTitle }} ${{ priceFormatter(method.amount) }} {{ priceFormatter(method.amount) ==0 ? 'TBD' : '$' + priceFormatter(method.amount)}} +
@@ -1864,12 +1865,12 @@ export default { this.selectedAddressId = ""; this.$store.dispatch("accountOne/setLocalShippAddress", address); } - this.verifyAddress(); + // this.verifyAddress(); this.$store.dispatch("accountOne/setSelectedShippAddressIndex", index); - // this.verifyAddress(); + this.verifyAddress(); }, async verifyAddress() { - let vm = this; + let vm = this; try { if ( vm.address.regionId && @@ -1892,7 +1893,7 @@ export default { }); stateName = stateName ? stateName[0].label : ""; - let response = await vm.$store.dispatch( + /* let response = await vm.$store.dispatch( "accountOne/validateAddressCheckout", { address: vm.addressFields, stateName: stateName } ); @@ -1906,7 +1907,7 @@ export default { vm.geoCodedAddressFlag = true; vm.validAddresses = response[0]; } - } + }*/ if (vm.userAuth) { await vm.$store.dispatch("accountOne/setEstimatedShipping"); } else if (vm.guestQuoteId) {