From 645a8391586422a6101c4be7586c23fa9cfa17f7 Mon Sep 17 00:00:00 2001 From: scottkiener-at-safelite Date: Thu, 30 Jul 2026 11:19:19 -0400 Subject: [PATCH 1/2] Update estimated service time text USe a placeholder in the CMS Make it not show when we don't have the times available Make sure it can pull fform in-shop or mobile only zips Remove old unused header --- src/layouts/scheduling/scheduling.vue | 42 +++++++++++++++++++++++---- 1 file changed, 36 insertions(+), 6 deletions(-) diff --git a/src/layouts/scheduling/scheduling.vue b/src/layouts/scheduling/scheduling.vue index bb44ee09a..11de35dba 100644 --- a/src/layouts/scheduling/scheduling.vue +++ b/src/layouts/scheduling/scheduling.vue @@ -5,12 +5,10 @@
-
- - {{ serviceLocationText }} - -
- + Date: Thu, 30 Jul 2026 11:21:26 -0400 Subject: [PATCH 2/2] Remove console log --- src/layouts/scheduling/scheduling.vue | 5 ----- 1 file changed, 5 deletions(-) diff --git a/src/layouts/scheduling/scheduling.vue b/src/layouts/scheduling/scheduling.vue index 11de35dba..53bd3a852 100644 --- a/src/layouts/scheduling/scheduling.vue +++ b/src/layouts/scheduling/scheduling.vue @@ -336,11 +336,6 @@ export default { return this.getCmsContent("ViewMoreShopsWidget", "Text"); }, estimatedTimeText() { - console.log( - "estimatedTimeText", - this.estimatedServiceMinutesMinimum, - this.estimatedServiceMinutesMaximum - ); if (!this.estimatedServiceMinutesMinimum || !this.estimatedServiceMinutesMaximum) { return " "; }