Adam Caouette
def39132eb
CASH-2449: added link to address
2026-03-06 14:52:54 -05:00
Chloe Herd
9f1e230ea2
Re-add CASH-1620 to develop.
2025-11-18 13:35:15 -05:00
Chloe Herd
5683ea676c
Revert "Reapply "Merge pull request #2930 from Safelite/feature/CASH-1620""
...
This reverts commit 94772eafec .
2025-11-13 12:04:05 -05:00
Chloe Herd
94772eafec
Reapply "Merge pull request #2930 from Safelite/feature/CASH-1620"
...
This reverts commit c903fed88f .
2025-11-10 12:53:49 -05:00
Chloe Herd
c903fed88f
Revert "Merge pull request #2930 from Safelite/feature/CASH-1620"
...
This reverts commit bae8315790 , reversing
changes made to 04b1713ba2 .
2025-11-05 13:54:06 -05:00
Chloe Herd
4b156612ac
Change to quote page discounts
2025-11-04 15:12:14 -05:00
CarlNation
6f762dd97c
CASH-1426
...
CASH-1426 change rain defense to rain repel to align with product type in promotions api
2025-10-03 10:51:58 -04:00
CarlNation
a0a922b302
CASH-1029 Dynamo Logging
...
CASH-1029 Dynamo Logging
2025-06-24 14:43:54 -04:00
Chloe Herd
7e211b4682
Reapply "Update logging for new router."
...
This reverts commit 2d65f850f1 .
2025-05-13 16:36:48 -04:00
Chloe Herd
81a709f716
Reapply "Unplug Legacy Router"
...
This reverts commit 7b73313513 .
2025-05-13 16:36:23 -04:00
Chloe Herd
541536b3af
Reapply "Omnibus"
...
This reverts commit ac3df43577 .
2025-05-13 16:36:01 -04:00
Scott Kiener
af9775aa3b
CASH-462 | Prettier changes
2025-04-03 14:17:31 -04:00
Scott Kiener
43d1353e52
CASH-462 | Add constant for submittedState
2025-04-03 14:15:39 -04:00
Scott Kiener
77c007c444
CASH-462 | Rename and restructure submittedOrder
...
Rename to submittedState
Add an applicationUser attribute
2025-04-03 13:19:44 -04:00
Chloe Herd
8f0c5ada04
Loading modal refactor
2025-03-31 15:32:24 -04:00
Adam Caouette
46bbd26944
CASH-152: prettier updates
2025-03-17 13:18:01 -04:00
Adam Caouette
51f0225e19
CASH-152: refactor/improve some base-mixin helpers
2025-03-12 11:11:37 -04:00
Adam Caouette
a499984526
CASH-152: Refactor - move cart- and payment- related helpers out of base mixin
2025-03-06 16:10:28 -05:00
CarlNation
eedcf4dfdd
CASH-291
...
CASH-291 The issue here is that when computing the tier one price for determining which tab to select. we are including the service package discount of $50 bringing the tier one price to $287(337-50), which is less than $300 and causing the cash tab to be selected. This is not the tier one price we show but only used in the computation for determining which tab to default.
2025-02-22 06:09:45 -05:00
Adam Caouette
000baf14ee
CSR-2179-again: restore missing recal bullets et al changes
2024-10-09 07:41:05 -04:00
CarlNation
c41fe3fcfc
CSR-2237
...
CSR-2237 found another cart price issue. Salestax was showing $13 on an order that was pending coverage. Changed salestax to return 0 for not verified insurance
2024-10-01 08:21:47 -04:00
CarlNation
92e0e6e60d
CSR-2237
...
CSR-2237 move vaps and promos below deductible pricing to make sure it is added into the amount due and also avoid code duplication
2024-09-30 06:22:52 -04:00
CarlNation
2b69271d4d
Merge branch 'develop' into feature/CSR-2237
2024-09-29 09:31:47 -04:00
CarlNation
8ebd0cd306
CSR-2237
...
CSR-2237
Added new getter that checks the 7777 and 9999 deductibles when determining if coverage is verified.
Added the amount of vaps due to the amount due when using deductible/verified pricing.
2024-09-29 09:31:26 -04:00
CarlNation
1ea9f38a5e
Merge pull request #2006 from Safelite/feature/CSR-2237
...
CSR-2237
2024-09-27 15:32:38 -04:00
CarlNation
62d550750f
CSR-2237
...
CSR-2237 when coverage is verified, only show deductible for amount due in the cart
2024-09-27 15:11:20 -04:00
Chloe Herd
51655e7247
Update payment-method & cart for new recal
2024-09-17 14:23:55 -04:00
Adam Caouette
5c1e6b550a
CSR-2179: update to handle new updated recal parts from api
2024-09-11 19:38:36 -04:00
CarlNation
114d6a88ca
prettier
2024-09-06 10:04:09 -04:00
CarlNation
b0e106df4a
Merge branch 'develop' into feature/CSR-2193
2024-09-06 10:00:11 -04:00
CarlNation
6b42a04068
CSR-2193 submittedOrder issue
...
CSR-2193 the getter in the vuex store does not seem to return the submittedOrder data. Possibly related to caching due to the recent upgrade to vuex. Not 100% certain. So just moved the submittedOrder logic out of the store and into the basemix.
2024-09-06 09:58:56 -04:00
Adam Caouette
b00c0bdcf6
CSR-2182: add new base mixin
2024-09-03 15:48:38 -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
CarlNation
337af18180
CSR-2130 unnecessary ternary
...
CSR-2130 unnecessary ternary
2024-07-30 14:34:09 -04:00
CarlNation
e15d25e948
CSR-2130 include mac check
...
CSR-2130 include mac check
2024-07-30 14:07:28 -04:00
hiteshkumar87
f89581abab
Update base-mixin.js
2024-07-19 16:36:27 +05:30
hiteshkumar87
3333555098
Merge branch 'develop' into feature/Digital/CSR-2087
2024-07-19 16:25:27 +05:30
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
hiteshkumar87
ac873bf893
CSR-2087
...
create session storage
2024-07-18 20:15:09 +05:30
hiteshkumar87
2e12fb3c90
CSR-2087
...
Custom query strings
2024-06-25 18:26:02 +05:30
Chloe Herd
fff25a4e9e
Check submitted order for deductible as well
2024-06-04 15:43:25 -04:00
Adam Caouette
b34b7cd134
CSR-1742-r2: have cart use base-mixin shared logic
2024-05-23 16:17:31 -04:00
CarlNation
67610544e0
CSR-2098 prettier
2024-05-20 09:43:11 -04:00
CarlNation
e03dfd65cc
CSR-2098
...
CSR-2098 handle case where verified insurance with deductible
2024-05-20 09:39:37 -04:00
CarlNation
18c59e8d7e
CSR-1757
...
changes to add supplies repair fee to cart and promo taxes
2023-11-21 09:18:37 -05:00
Leah Schumann
f0e0c4a3e8
Fixed package price calculation that was including early bird fee, prettified
2023-11-09 07:37:01 -05:00
CarlNation
ad8fac3c1c
CSR-1392
...
fix adding bug and decimal place bug
2023-11-03 14:22:00 -04:00
CarlNation
2a81d3fbe1
CSR-1932
...
only add sales tax from amountDue
2023-11-01 12:37:30 -04:00
CarlNation
c644bd4ef5
CSR-1392
...
correct vaps amount check
2023-10-31 08:17:00 -04:00