diff --git a/src/layouts/service-location/service-location.vue b/src/layouts/service-location/service-location.vue index 925221dc..4dacfcd6 100644 --- a/src/layouts/service-location/service-location.vue +++ b/src/layouts/service-location/service-location.vue @@ -147,7 +147,7 @@ export default { // Call APIs const cmsContentPromise = fetchCmsContentForPage(to.query.issPage); - const serviceZipCode = useMainStore().order.customer.address.zipCode; + const serviceZipCode = useMainStore().order.serviceLocation.zipCode || useMainStore().order.customer.address.zipCode; const zipCodeData = getZipCodeData(serviceZipCode); const mobileFeePartPromise = getPricedMobileFeePart(serviceZipCode);