-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Fix cart, product and checkout #135
Conversation
✅ Deploy Preview for dynamite-frontend ready!
To edit notification comments on pull requests, go to your Netlify site configuration. |
02af870
to
4fca9b0
Compare
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## develop #135 +/- ##
===========================================
- Coverage 75.67% 75.32% -0.36%
===========================================
Files 108 108
Lines 12391 12514 +123
Branches 788 789 +1
===========================================
+ Hits 9377 9426 +49
- Misses 3012 3086 +74
Partials 2 2 ☔ View full report in Codecov by Sentry. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I looks good for merge!!!
implement coupons table fix build & lint error's fix testing errors rebase from develop
4fca9b0
to
ca1b764
Compare
✅ Deploy Preview for dynamites ready!
To edit notification comments on pull requests, go to your Netlify site configuration. |
Title: Fix Cart Persistence, Checkout Total, Feedback, and Rating Issues
Description:
This PR addresses several issues affecting our eCommerce frontend, improving user experience by:
Cart Persistence Across Sessions:
Real-Time Checkout Total:
Add to Cart Feedback:
Undo Add to Cart:
Rating Stars Fix:
Changes Made:
Testing: