From 56ae9cd1949c0cda059ae8a24de1ee7cae59b891 Mon Sep 17 00:00:00 2001 From: Alex Humphries Date: Thu, 18 Jun 2026 11:15:28 -0400 Subject: [PATCH] INSR-8493: Add MSR fee alert to service location component --- .../service-location/service-location.vue | 24 ++++++++++++------- 1 file changed, 15 insertions(+), 9 deletions(-) diff --git a/src/layouts/schedule-page/service-location/service-location.vue b/src/layouts/schedule-page/service-location/service-location.vue index 0681c0f9..51ce0372 100644 --- a/src/layouts/schedule-page/service-location/service-location.vue +++ b/src/layouts/schedule-page/service-location/service-location.vue @@ -94,6 +94,12 @@ {{ militaryBaseWarningText }} + {{ mobileZipError }} - 0 && (this.mobileFeePart.partNumber === partNumberStrings.RECAL_MOBILEDUAL || this.mobileFeePart.partNumber === partNumberStrings.RECAL_MOBILE); + }, + msrFeeAlertCopy() { + let content = this.getCmsContent('AlertMSRFeeWidget', widgetFields.ALERT_WIDGET.BODY_TEXT); + content = content.replace('{custom:fee}', `$${this.mobileFeePart.sellingPrice.toFixed(2)}`); + return content; } }, watch: {