Commit graph

454 commits

Author SHA1 Message Date
Chloe Herd
11b7f52c8f Also remove ability for non-cash users to be routed past quote. 2024-02-08 10:51:33 -05:00
Chloe Herd
acd68f97d9 Auto-route only as far as Quote for cash users. 2024-02-07 16:02:22 -05:00
Chloe Herd
8ce1dd7d00 Capture workOrderId from save response and add to vuex 2024-01-23 14:17:41 -05:00
Scott Kiener
f0534f2718 Promo Unit tests - promotions-helper.js
Also made promotions-helper.js functions null safe
2024-01-17 09:55:03 -05:00
Scott Kiener
44cc716965 CSR-1894 | Nullsafe error fix 2024-01-05 09:03:38 -05:00
Scott Kiener
352f81c426 CSR-1862 | Avoid clearing valid and active promo on page load 2023-12-27 10:12:57 -05:00
Adam Caouette
614f50a533 Revert "Merge pull request #1636 from Safelite/reverse-pr-1622"
This reverts commit 438e63e780, reversing
changes made to 811a317369.
2023-12-12 14:09:47 -05:00
Adam Caouette
e48a05c9aa Revert "Merge pull request #1622 from Safelite/feature/CSR-1851"
This reverts commit 3bddf0b509, reversing
changes made to 1eb6d96639.
2023-12-12 12:15:09 -05:00
CarlNation
3bddf0b509
Merge pull request #1622 from Safelite/feature/CSR-1851
Feature/csr 1851
2023-12-07 14:39:58 -05:00
CarlNation
d01349d5ca CSR-1871
use settled tender amount to show hide cart on confirmation page
2023-12-07 14:02:32 -05:00
Leah Schumann
669ea2927c Prettified 2023-12-07 06:44:40 -05:00
Leah Schumann
2ea2176865 Merge branch 'develop' into feature/CSR-1851 2023-12-07 06:42:29 -05:00
Leah Schumann
5238b9a987 Ensured that promo added line items are taxed 2023-12-07 06:38:07 -05:00
Chloe Herd
67c9b1609b Final cookie tests 2023-12-05 14:00:28 -05:00
Chloe Herd
4be83e9649 Is Cookie Set 2023-12-05 13:08:41 -05:00
Chloe Herd
48756a9683 Cleanup 2023-12-05 12:44:01 -05:00
Chloe Herd
1f0a0870c9 Session Id 2023-12-05 12:40:37 -05:00
Chloe Herd
736aee68e9 Session Key 2023-12-05 11:46:31 -05:00
Chloe Herd
aa59d955cb UserId + Formatting 2023-12-05 11:35:51 -05:00
Chloe Herd
f45d73e297 Tests for deviceID 2023-12-05 10:49:05 -05:00
Chloe Herd
42d60f4e22 Update existing unit test suite 2023-12-01 11:32:33 -05:00
Chloe Herd
648a43ba81 Remove log 2023-12-01 09:38:24 -05:00
Chloe Herd
921a3efbfd Define cookie TTLs as constants 2023-12-01 09:08:32 -05:00
Chloe Herd
0ba926d20c Move all specific cookie logic to cookie-helper 2023-12-01 08:37:22 -05:00
Chloe Herd
4510241bdd Cleanup 2023-12-01 08:12:19 -05:00
Chloe Herd
edd8158148 Iteration 1 2023-11-30 17:35:21 -05:00
Scott Kiener
f165bd41b9 CSR-1845 | Fix quote pricing with bundle promos 2023-11-28 15:10:28 -05:00
Scott Kiener
4b87384e55 CSR-1841 | Change query string promo logic for save quote email purposes 2023-11-28 10:09:49 -05:00
Scott Kiener
5ff73cc095 CSR-1393 | Fix the display/removal of bundle promo codes in modal 2023-11-16 09:56:01 -05:00
Scott Kiener
e2c86d0516 CSR-1452 | Formatting 2023-11-15 11:13:51 -05:00
Scott Kiener
8d9fbdf985 Merge remote-tracking branch 'origin/develop' into feature/skiener/CSR-1452 2023-11-15 11:12:21 -05:00
Scott Kiener
f9332b1028 CSR-1452 | Working on integrating promo-modal 2023-11-15 11:12:08 -05:00
hiteshkumar87
5a77323820 Update date-helper.js
replacing Math.floor with Math.round
2023-11-15 16:42:37 +05:30
hiteshkumar87
d5022a6152 Update date-helper.js
removing decimals from First Day available GA events
2023-11-14 17:50:11 +05:30
Scott Kiener
7b7bd5da87 CSR-1452 | Formatting 2023-11-13 14:07:10 -05:00
Scott Kiener
0a9e59bf22 CSR-1452 | Inactive promos bug fix, related refactoring
Created a shared "removeCurrentlyActivePromoCodesFromInactivePromos" method and used it in multiple places to fix bug
2023-11-13 11:18:08 -05:00
Sneha
ae505070c2 CSR-1393 2023-11-13 20:11:00 +05:30
Scott Kiener
f8f9749d3a CSR-1452 | Rewrite save promo functions
Combined inactive and active into one method
 -new save method prevents the same promos ending up in inactive AND active at the same time
 -query string promos save to inactive automatically
2023-11-10 10:51:01 -05:00
Scott Kiener
f72ce16936 CSR-1452 | Refactor and reformat 2023-11-09 15:17:47 -05:00
Scott Kiener
7eea3baa13 CSR-1452 | Alerts for promos and alert.vue refactoring 2023-11-09 14:52:18 -05:00
Scott Kiener
2600e70755 Merge remote-tracking branch 'origin/develop' into feature/skiener/CSR-1452 2023-11-09 09:11:32 -05:00
Scott Kiener
2cbae603bd CSR-1452 | Toast messages built and displayed
For payment-method and quote, only for initial page load promo logic
2023-11-09 09:11:19 -05:00
CarlNation
b8bd1e4b0b Merge branch 'develop' into feature/CSR-1392 2023-11-09 08:42:07 -05:00
CarlNation
ba7224a0ec CSR-1392
referral.locktoken is not persisted in the db so we need to return it to the calling application so it can be sent back in on the final wo submit
2023-11-09 08:41:02 -05:00
Scott Kiener
fa2bccb518 CSR-1452 | More promo logic
Watch lineItems to automatically run revalidate when the cart changes
Add in auto add of addable vaps in beforeRouteEnter
Create adding of addableVaps to order in promo helper
2023-11-07 15:34:31 -05:00
Scott Kiener
da1feeab07 CSR-1452 | Set up wireframe for payment-method and promos 2023-11-03 11:42:11 -04:00
Bill Richardson
92778c8bcb Merge branch 'release/pre-cash-enhancements' into feature/richardson/CSR-1696.merge-to-dev 2023-10-31 16:40:52 -04:00
hiteshkumar87
785a51fdca customerPortalLoginToken
customerPortalLoginToken
2023-10-31 13:43:45 +05:30
CarlNation
4723eb8098 CSR-1392
associated tests
2023-10-29 10:25:05 -04:00
CarlNation
166940db04 CSR-1392
removed work order flags for submitting a pia in delete substatus and the final submit flag from the store and pass it as a parameter to save session instead.
2023-10-29 08:28:32 -04:00