Commit graph

121 commits

Author SHA1 Message Date
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
CarlNation
f2fc50cd3e CSR-1392
set amount due for PIA
2023-10-30 11:20:43 -04:00
CarlNation
45add3866b CSR-1392
testing lower paypal dollar amounts
2023-10-24 15:13:56 -04:00
Leah Schumann
cb01a42341 Cart now calculating tax, there may be other issues in the cart that may effect calculation 2023-10-18 09:10:53 -04:00
CarlNation
f74d4d5a3b CSR-1392
prettier
2023-10-11 10:10:42 -04:00
CarlNation
e6fc6635c4 CSR-1392
do not pass null items to getTotalPrice logic
2023-10-11 10:02:54 -04:00
CarlNation
b76256dbc1 CSR-1392
add lineitems for paypal and display amount
2023-10-10 11:32:51 -04:00
CarlNation
0724dcadfb CSR-1392 prettier
prettier
2023-10-10 06:54:47 -04:00
CarlNation
a242946770 CSR-1392
Create work order in delete sub status for pia.  add amount due
2023-10-10 06:49:16 -04:00
Bryan Mauger
a9cb33305b Re-add curiously removed code. 2023-10-05 15:48:19 -04:00
Bryan Mauger
16e2c6499e Remove console.log(s) 2023-10-05 15:42:12 -04:00
Bryan Mauger
4eab2c6618 WIP 2023-10-04 09:20:05 -04:00
CarlNation
b662ee4a99 CSR-1413
add routing from review to payment-method.
also move the submit work order from review to payment-method and await it.
2023-09-28 13:41:04 -04:00
Bryan Mauger
9d19a98f9b Remove console.log. 2023-09-22 12:53:07 -04:00
bmauger
73726af7a3
Merge pull request #1356 from Safelite/CSR-1673-list-button-item-alignment
CSR-1673 fix icon and text alignment and add back scroll to bottom fe…
2023-09-22 11:01:05 -04:00
Bryan Mauger
9926126c67 CSR-1673 fix icon and text alignment and add back scroll to bottom feature. 2023-09-22 10:44:55 -04:00
Chloe Herd
964b06744f Service Location 2023-09-21 14:08:32 -04:00
Chloe Herd
5c38498a23 Merge branch 'develop' into bug/chloeherd/analytics-mismatch 2023-09-20 09:06:27 -04:00
Chloe Herd
5ff14add7b Lookup Pages 2023-09-19 12:22:56 -04:00
Bryan Mauger
ce6916658a First pass at desktop max width and breakpoints per page.
Rename funnel-footer to nav-bar.
2023-09-18 16:20:45 -04:00
Chloe Herd
e7c0703eb4 Add new parameter to pass-down page name 2023-09-14 17:16:21 -04:00