Merge pull request #2878 from Safelite/feature/Shultz/CASH-1514

CASH-1514
This commit is contained in:
Johnny Shultz 2025-10-03 13:58:19 -04:00 committed by GitHub
commit 850f3716b0
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -699,10 +699,12 @@ export default {
: this.ServiceLocationFullAddress.zipCode;
},
AppointmentWordingText() {
return this.getCmsContent("ApptDetailsSnapshotWidget", "BodyText")?.replaceAll(
const text = this.getCmsContent("ApptDetailsSnapshotWidget", "BodyText")?.replaceAll(
"{custom:ADDRESS}",
this.ServiceLocationFullAddressText
);
return text?.replace(/\barriving between\b/gi, "<span>arriving between</span>");
},
isRecalibrationOnOrder() {
const order = baseMixin.methods.hasSubmittedOrder()