Scott Kiener
a1335a56d3
Rectify prettier change
2024-08-27 16:18:22 -04:00
Matt Sykes
d5908fa92e
Fixed unit tests breaking after upgrades
...
Changed from .trigger("click") to .setChecked
2024-08-27 15:25:46 -04:00
Scott Kiener
3e210b006a
Fix vehicle page, remove base input v-validate
2024-08-27 15:21:22 -04:00
CarlNation
c6237fbc6b
Merge pull request #1952 from Safelite/feature/CSR-2177
...
CSR-2177
2024-08-27 09:02:35 -04:00
CarlNation
900b043361
CSR-2177 null checking
2024-08-27 07:21:39 -04:00
CarlNation
e06d288a63
CSR-2177 null checking
2024-08-27 06:16:52 -04:00
CarlNation
b6df3ac8d2
CSR-2177
...
CSR-2177 we need to allow navigation forward on a policy vehicle change so that we call parts again for the new vehicle. Having the jump back to heritage on service-zip prevents parts from being called again so we end up in heritage with no items on the order. Nav to heritage will still happen in the vehicle-questions-mixin logic or the quote beforerouteenter logic.
2024-08-26 15:13:30 -04:00
Adam Caouette
ba143082ba
CSR-2183: remove forward button action since we're not using it
2024-08-24 10:59:33 -04:00
Matt Sykes
c7b19e6c4f
Upgraded eslint and prettier
2024-08-23 15:59:25 -04:00
Matt Sykes
4475c642a0
Upgrade more packages - only 47 moderate vuln left!!!
2024-08-23 12:42:09 -04:00
hiteshkumar87
4e09fe6cae
CSR-2185
...
estimate unit test case for external parameter
2024-08-23 19:10:30 +05:30
Scott Kiener
deff080bd2
CSR-2185 | Update app to Node 20.17.0 compatability
2024-08-22 15:13:19 -04:00
hiteshkumar87
20f6972361
Merge branch 'develop' into feature/Digital/CSR-2087
2024-08-21 16:37:15 +05:30
hiteshkumar87
6ab9c34370
CSR-2087
...
replacing LeadGenState with ExternalParameterState and add capability questions, molding questions and vehicle parts.
2024-08-21 16:28:00 +05:30
Bryan Mauger
c52e54fbbf
Remove comments.
2024-08-20 14:07:00 -04:00
Bryan Mauger
5aa7bef3cc
CSR-2171 update colors (green) on quote page.
2024-08-20 14:05:33 -04:00
CarlNation
fae2ff0b8c
Merge pull request #1942 from Safelite/feature/CSR-1981
...
CSR-1981 add back removed mobile fee references
2024-08-17 08:29:54 -04:00
CarlNation
2ee87ebcfb
CSR-1981 prettier
2024-08-17 07:08:54 -04:00
CarlNation
92e8ab0965
CSR-1981 add back removed mobile fee references
...
CSR-1981 add back removed mobile fee references and use fee amount to determine when to show mobile fees
2024-08-16 16:05:08 -04:00
CarlNation
42990f9040
Merge pull request #1940 from Safelite/feature/CSR-2181
...
CSR-2181 remove labor2 logic from parts
2024-08-15 07:28:41 -04:00
CarlNation
86badc76e6
CSR-2181 remove labor2 logic from parts
...
CSR-2181 remove labor2 logic from parts since it will now be returned in supporting items collection. also, base part number is required to get labor2 if applicable.
2024-08-15 07:10:03 -04:00
CarlNation
907ed95d96
CSR-1981 show mobile fee free alert if it is 0
...
CSR-1981 show mobile fee free alert if it is 0
2024-08-14 10:40:46 -04:00
CarlNation
7fee462163
CSR-1981 show mobile fee free alert if it is 0
...
CSR-1981 show mobile fee free alert if it is 0
2024-08-14 10:39:41 -04:00
CarlNation
7ff88162d7
CSR-1981 show mobile fee free alert if it is 0
...
CSR-1981 show mobile fee free alert if it is 0
2024-08-14 10:38:57 -04:00
CarlNation
a6c9ea67de
CSR-2181 Exclude Labor2 part type
...
CSR-2181 The labor2 part type should be excluded where looking at glass parts. It is part of the glass parts request and response because you need the base glass part to determine if labor2 applies. It would make more sense to add it to supporting items but that request does not include base part number for windshields. This certainly won't come back to haunt me later.
2024-08-14 07:59:47 -04:00
Sneha
51071c375a
code changes
2024-08-08 16:22:08 +05:30
Sneha
89cfaa9eae
CSR-2155
2024-08-08 13:00:16 +05:30
Bryan Mauger
243418fbaa
Update service-package-radio.vue
...
Format code.
2024-07-31 10:42:07 -04:00
Bryan Mauger
d0cf324653
CSR-1169 fix animation.
2024-07-31 10:31:37 -04:00
Sneha
ab1b27d3fa
CSR-2117
2024-07-31 18:33:19 +05:30
bmauger
ed50076e40
Merge pull request #1930 from Safelite/CSR-2155-fix-wrong-price-displayed
...
CSR-2155 fix incorrect price for afterpay packages.
2024-07-30 14:41:15 -04:00
Bryan Mauger
5bb2bf0bdd
Format code.
2024-07-30 14:29:25 -04:00
Bryan Mauger
4112f09e46
CSR-2155 fix incorrect price for afterpay packages.
2024-07-30 14:22:51 -04:00
CarlNation
e79d127aba
CSR-2130
...
CSR-2130 Afterpay on hop uses some credit card flow. We get credit card messages from HOP even for Afterpay. So only set the paymentMethod based on HOP messages if it is not already set.
2024-07-30 10:02:50 -04:00
CarlNation
23a9c426a2
CSR-2130
...
CSR-2130 exclude recal from the check when insurance order
2024-07-29 14:29:59 -04:00
CarlNation
e637b1b0a0
CSR-2130 prettier
2024-07-29 13:49:38 -04:00
CarlNation
ac2adcd641
Merge branch 'develop' into feature/CSR-2130
2024-07-29 13:48:55 -04:00
CarlNation
9d37938535
CSR-2130 payment method page corrections
...
CSR-2130 payment method page corrections
2024-07-29 13:46:40 -04:00
hiteshkumar87
e4a3d40e60
Merge pull request #1923 from Safelite/feature/Digital/CSR-2087
...
CSR-2087
2024-07-29 17:01:42 +05:30
hiteshkumar87
5b79d9ed28
CSR-2087
...
Leadgen widget have different case style value so need to parse with NextGen
2024-07-29 16:39:17 +05:30
Josh Seltzer
d14823acc1
Corrected Overnight scheduling
2024-07-25 15:24:06 -04:00
Josh Seltzer
15368e3255
Prettier
2024-07-25 14:09:07 -04:00
Josh Seltzer
7e05d20d53
Correct All Day appointment duration
2024-07-25 13:52:35 -04:00
hiteshkumar87
74f8c8ad0a
Merge pull request #1921 from Safelite/feature/Digital/CSR-2087
...
CSr-2087
2024-07-25 20:40:12 +05:30
hiteshkumar87
5cc484bacd
CSr-2087
...
clearing test console log
2024-07-25 20:26:57 +05:30
hiteshkumar87
132e78e184
CSR-2049
...
Quote page GA event for cash glass only
2024-07-25 19:05:10 +05:30
hiteshkumar87
f0a3d3579c
Merge pull request #1918 from Safelite/feature/Digital/CSR-2087
...
CSR-2087
2024-07-23 18:09:33 +05:30
hiteshkumar87
cef3a22bce
CSR-2087
2024-07-23 17:51:29 +05:30
hiteshkumar87
49dd51a0e1
Merge pull request #1917 from Safelite/feature/Digital/CSR-2087
...
CSR-2087
2024-07-23 13:47:08 +05:30
hiteshkumar87
30fd43b09f
CSR-2087
...
leadgen Repair issue fix
2024-07-23 13:26:48 +05:30
Josh Seltzer
547824db08
Merge branch 'develop' into feature/CSR-1903
2024-07-22 14:19:54 -04:00
Josh Seltzer
1159ab6c09
CSR-1903 - Display service duration on confirmation
2024-07-22 14:19:14 -04:00
hiteshkumar87
883b7b0916
csr-2087
...
estimate and quote page unit test
2024-07-22 17:00:58 +05:30
hiteshkumar87
3333555098
Merge branch 'develop' into feature/Digital/CSR-2087
2024-07-19 16:25:27 +05:30
CarlNation
b2d6418915
Merge pull request #1911 from Safelite/feature/CSR-2130
...
Feature/csr 2130
2024-07-19 06:27:10 -04:00
CarlNation
0f6bcb9969
CSR-2130 rename isApplePay
...
CSR-2130 rename isApplePay
2024-07-19 06:21:06 -04:00
CarlNation
b3dda363fa
CSR-2130 prettier
2024-07-18 21:22:56 -04:00
CarlNation
8b507d21ad
CSR-2130 latest applepay
...
CSR-2130 apple merchant id file, pass hybrid for new hop form, show afterpay, check for IOS version for applepay
2024-07-18 16:11:13 -04:00
Bryan Mauger
9de920de56
Comment update.
2024-07-18 14:07:22 -04:00
Bryan Mauger
e4402a6215
CSR-2140 QA Updates.
2024-07-18 14:04:40 -04:00
hiteshkumar87
3cbabbb204
Merge pull request #1908 from Safelite/merge-dev-to-CSR-2087
...
Merge dev to csr 2087
2024-07-18 20:34:56 +05:30
hiteshkumar87
7e0bcf4b7c
Update quote.vue
2024-07-18 20:28:23 +05:30
hiteshkumar87
ac873bf893
CSR-2087
...
create session storage
2024-07-18 20:15:09 +05:30
bmauger
37a2bbed35
Merge pull request #1904 from Safelite/CSR-2140-QA
...
CSR-2140 QA updates
2024-07-18 08:28:15 -04:00
CarlNation
6d7f68ab7e
CSR-977 revert suppressvincapture decommission
...
CSR-977 revert suppressvincapture decommission
2024-07-17 08:45:52 -04:00
Bryan Mauger
953ed047f5
Format code.
2024-07-16 15:39:51 -04:00
Bryan Mauger
00357cd944
CSR-2140 QA updates.
2024-07-16 15:38:48 -04:00
bmauger
c6ba5cb97f
Merge pull request #1903 from Safelite/CSR-2140-qa-fixes
...
CSR-2140 Format quote page service packages for desktop horizontal layout.
2024-07-15 15:20:30 -04:00
Bryan Mauger
a9683b824a
Format code.
2024-07-15 15:11:28 -04:00
Bryan Mauger
d9de8e58b2
CSR-2140 css updates.
2024-07-15 15:08:36 -04:00
CarlNation
1b6c6b141c
CSR-2130 prettier
...
CSR-2130 prettier
2024-07-15 10:27:22 -04:00
CarlNation
6fec862fbf
CSR-2130 flag applePay for backend
...
CSR-2130 flag applePay for backend
2024-07-15 10:21:36 -04:00
Bryan Mauger
e750e277ab
CSR-2140 WIP added styles for spacing.
2024-07-12 18:40:42 -04:00
Bryan Mauger
2b9e32a829
WIP align promo code copy.
2024-07-12 16:23:00 -04:00
Bryan Mauger
5c3e9e6789
WIP
2024-07-12 16:18:01 -04:00
Bryan Mauger
b017bae2cb
CSR-2140 WIP add styles for horizontal service packages on desktop.
2024-07-12 14:37:56 -04:00
CarlNation
918af52380
CSR-2130 use credit card field from qs
...
CSR-2130 use credit card field from qs to determine payment-method
2024-07-11 16:50:03 -04:00
Bryan Mauger
f776a3e9fc
WIP initial commit quote deskop change with correct Figma
2024-07-11 15:15:43 -04:00
CarlNation
62e1e189e7
CSR-2130 fix test
...
CSR-2130 fix test
2024-07-11 14:31:52 -04:00
CarlNation
2b636e6127
CSR-2130 filter insurance
...
CSR-2130 filter insurance
2024-07-11 14:05:38 -04:00
CarlNation
727183ef89
CSR-2130 check recal to determine which payment options to show
...
CSR-2130 check recal to determine which payment options to show
2024-07-11 11:24:46 -04:00
CarlNation
bd3eb4b78f
CSR-2130 prettier
...
CSR-2130 prettier
2024-07-10 14:55:59 -04:00
CarlNation
22f36dea4e
CSR-2130
...
CSR-2130 more style updates and save the payment method type once we know what it is after being selected on the hop page
2024-07-10 14:50:19 -04:00
CarlNation
e52329ffea
CSR-2130 prettier
2024-07-10 07:36:57 -04:00
CarlNation
b3cba6520b
CSR-2130 more commented code
...
CSR-2130 more commented code
2024-07-10 07:26:40 -04:00
CarlNation
0d63a1f2cf
CSR-2130 remove commented out code
2024-07-10 07:24:10 -04:00
CarlNation
8b5f837098
Merge branch 'develop' into feature/CSR-2130
2024-07-10 07:19:40 -04:00
CarlNation
a7d5f776a4
CSR-2130
...
CSR-2130
2024-07-10 06:47:42 -04:00
Chloe Herd
f6fadd8ed8
Unit tests & restore FBA functionality
2024-07-09 13:07:06 -04:00
Chloe Herd
4930b41448
Remove unneeded store references
2024-07-09 11:29:14 -04:00
Chloe Herd
58d60a5834
Recal Modal
2024-07-09 11:10:37 -04:00
Chloe Herd
4d4b978678
Merge branch 'develop' into CSR-2115-remove-recal-from-cart
2024-07-09 10:07:48 -04:00
Bryan Mauger
85f8a3839a
Format code.
2024-07-08 16:32:27 -04:00
Bryan Mauger
90ad2a2b4f
Make special price label position correctly when changing to insurace.
2024-07-08 16:30:23 -04:00
Bryan Mauger
bcbf9359b8
Format code.
2024-07-08 14:23:32 -04:00
Bryan Mauger
5c13ee9dd2
WIP move css block to fix specificity issue.
2024-07-08 13:13:43 -04:00
Bryan Mauger
b886723e2f
WIP responsive style updates.
2024-07-08 10:19:37 -04:00
Bryan Mauger
ed9f85c18a
WIP desktop updates of service packages on quote page.
2024-07-03 14:02:37 -04:00
Leah Schumann
d5b600a8c0
Prettified
2024-07-02 06:17:52 -04:00
Leah Schumann
fc9fd857ef
Restored check for current deductable for ins PIA availability
2024-07-02 06:15:32 -04:00
Leah Schumann
85a8efe75d
Temp to merge develop
2024-07-01 06:22:34 -04:00
Bryan Mauger
f9fea3c9b6
WIP
2024-06-28 15:23:58 -04:00
Bryan Mauger
064851798f
WIP
2024-06-28 14:21:59 -04:00
Leah Schumann
1a1575ad43
Prettified
2024-06-28 08:24:35 -04:00
Leah Schumann
c428852f4b
Removed unwanted comment
2024-06-28 08:23:01 -04:00
Leah Schumann
e6b296b3a1
Updated logic for displaying PIA options or alert for time of service
2024-06-28 08:20:38 -04:00
CarlNation
00b1fa463e
CSR-2118 always use cash account calling pricing from quote
...
CSR-2118 always use cash account calling pricing from quote
2024-06-27 21:48:38 -04:00
Leah Schumann
61b771d2c2
Merge branch 'develop' into feature/CSR-2123
2024-06-26 11:33:50 -04:00
Bryan Mauger
da89f0929f
WIP CSR-2115
2024-06-26 11:27:20 -04:00
Sneha
7d41074949
CSR-2128
2024-06-26 17:45:28 +05:30
Leah Schumann
9d3a6c9c82
Corrected logic for whether to display PIA message
2024-06-26 06:16:35 -04:00
Bryan Mauger
60a63891df
Revert "WIP uncomment lines at end of testing."
...
This reverts commit b0377459d5 .
2024-06-25 10:31:12 -04:00
Bryan Mauger
f2f8c2bead
Revert "WIP add store info."
...
This reverts commit b24b33e5ed .
2024-06-25 10:26:37 -04:00
Bryan Mauger
dce4c07260
Revert "WIP add store actions for recal ack."
...
This reverts commit 4db562212b .
2024-06-25 10:26:17 -04:00
hiteshkumar87
2e12fb3c90
CSR-2087
...
Custom query strings
2024-06-25 18:26:02 +05:30
Bryan Mauger
4db562212b
WIP add store actions for recal ack.
2024-06-24 15:29:25 -04:00
Bryan Mauger
b24b33e5ed
WIP add store info.
2024-06-21 15:58:11 -04:00
Bryan Mauger
b0377459d5
WIP uncomment lines at end of testing.
2024-06-21 13:40:13 -04:00
AMSNEHA
e50d6aef6a
Merge pull request #1884 from Safelite/feature/CSR-2113
...
Tech review changes
2024-06-21 18:08:53 +05:30
Sneha
2ed4e03411
Tech review changes
2024-06-21 14:44:55 +05:30
Bryan Mauger
0180589800
WIP get modal functional and setup recal modal in CMS.
2024-06-20 16:43:08 -04:00
Adam Caouette
0ee1cda67e
CSR-2115: get modal to work from CMS link
2024-06-20 16:19:47 -04:00
chloeherdsafelite
d1348f5fae
Merge pull request #1882 from Safelite/feature/CSR-2109
...
Feature/csr 2109
2024-06-20 08:58:46 -04:00
Sneha
df2755ad62
CSR-2113
2024-06-20 09:34:32 +05:30
Bryan Mauger
b97833d3bd
WIP
2024-06-19 16:30:31 -04:00
Chloe Herd
156c05a903
Formatting
2024-06-19 15:21:51 -04:00
Chloe Herd
e5c8378197
Merge branch 'develop' into feature/CSR-2109
2024-06-19 15:17:32 -04:00
Chloe Herd
cf5ad1a884
Edits
2024-06-19 15:16:54 -04:00
Chloe Herd
f9dc366b84
Update tests
2024-06-19 15:16:44 -04:00
Bryan Mauger
e658bdb9bf
WIP test with Carl.
2024-06-18 15:16:02 -04:00
Bryan Mauger
8950d91493
WIP
2024-06-17 17:31:57 -04:00
Bryan Mauger
5da20c3cd7
WIP add v-if and computed.
2024-06-17 14:21:32 -04:00
Bryan Mauger
b5f180099f
WIP CSR-2115 remove recal glass only
2024-06-14 15:21:11 -04:00
Chloe Herd
e5561e0c05
Differentiate skipvin vs. declinevin scenarios for back-nav
2024-06-14 10:47:29 -04:00
Chloe Herd
7b5b58de2d
Trim skipvin logic from estimate
2024-06-14 10:28:06 -04:00
Chloe Herd
26dead5f3e
Add no-vin option
2024-06-13 16:48:01 -04:00
Chloe Herd
c5838a0184
Add service-zip to repair/skipvin flow
2024-06-13 15:45:17 -04:00
AMSNEHA
9426b8f485
Merge pull request #1880 from Safelite/feature/CSR-1994
...
Update quote.vue
2024-06-13 11:13:37 +05:30
Sneha
0bd18550df
Update quote.vue
2024-06-13 09:20:56 +05:30
Chloe Herd
930ba9c3a0
Add first WIP
2024-06-12 13:47:49 -04:00
AMSNEHA
862cd5a90b
Merge pull request #1879 from Safelite/feature/CSR-1994
...
Tech review changes
2024-06-12 20:37:35 +05:30
Sneha
7cbe82eb57
Tech review changes
2024-06-12 20:00:51 +05:30
AMSNEHA
cb8e542672
Merge pull request #1855 from Safelite/feature/CSR-1994
...
Feature/csr 1994
2024-06-10 16:23:49 +05:30
Sneha
90b847e72e
Fixing unit test
2024-06-10 11:49:31 +05:30
Sneha
5989e446de
Css changes
2024-06-07 17:04:45 +05:30
Bryan Mauger
3c11cd9d57
Format code.
2024-06-05 10:33:19 -04:00
Bryan Mauger
cecf8b3c10
CSR-2111 fix link colors.
2024-06-05 10:02:17 -04:00
hiteshkumar87
8273329185
Merge pull request #1874 from Safelite/feature/CSR-2099-ajc
...
CSR-2099
2024-05-31 19:30:22 +05:30
hiteshkumar87
2929697243
CSR-2099
...
add ITAC deductible logic on payment and confirmation pages
2024-05-31 19:19:37 +05:30
Leah Schumann
d40d6fb8e0
Prettified
2024-05-28 10:26:37 -04:00