diff --git a/src/layouts/service-location/service-location.vue b/src/layouts/service-location/service-location.vue index 0f3d45d1a..93bdb6f27 100644 --- a/src/layouts/service-location/service-location.vue +++ b/src/layouts/service-location/service-location.vue @@ -515,7 +515,11 @@ export default { }, backButtonAction() { const payment = store.getters.order.payment; - if (payment?.isInsurance && payment?.insuranceCoverage?.isVerified) { + if ( + payment?.isInsurance && + (payment?.insuranceCoverage?.isVerified || + store.getters.order.referralNumber.length === 6) + ) { navigateToHeritageFunnel({ shouldSaveSession: false }); } else { this.$router.navigateWithoutSaving(