-
Notifications
You must be signed in to change notification settings - Fork 117
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
Replaced second 'Add to Cart' button with 'Buy Now' button #121
Replaced second 'Add to Cart' button with 'Buy Now' button #121
Conversation
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
Thank you for your contribution! 🎉PR Checklist
Next Steps
Need help? Check our Contributing Guide Happy coding! 💻 |
In this issue just make for buttons #123 this issue for checkout page, and make a route for checkout page |
…utton styling on Shop page
Deployment failed with the following error:
|
@Sitambhra02 the PR will get merge after this limit goes |
…button styling on Shop page
🎉 Congratulations on Your Merged PR!Thank you @Sitambhra02 for your contribution! What's Next?
Keep up the fantastic work! 🚀 |
@Mujtabaa07 PR-1: Fix Navbar and Checkout Heading Overlap Issue #143 |
@Mujtabaa07 |
@Sitambhra02 I wanted to address the issue regarding the assignment of points. You contributed on the second day after the program began, but the leaderboard only started tracking from January 5th. Due to some challenges, I managed to join the leaderboard on January 6th. The main issue lies in the fact that PRs don’t receive points if they are merged more than 7 days ago. I have already informed them about this concern, and they assured me that they would look into it. If this issue gets resolved, I’ll assign the points as soon as possible. Thank you once again for your valuable contributions! |
Pull Request Template
Summary
This PR addresses the issue raised in the ticket #107.
It replaces the second "Add to Cart" button with a "Buy Now" button on the product pages of the coffee shop website. The "Buy Now" button directly takes the user to the checkout page, improving the user experience by eliminating redundancy and confusion.
Fixes #107 (issue)
Before:
After:
After Clicking on Buy Now, it will redirect directly to Check out Page:
Request to Change Label from "Beginner" to "Intermediate/Advanced":
I request the label be changed to "Intermediate/Advanced" because the task involves modifying React components, understanding React routing, and managing state. The change required a deeper understanding of the app’s flow and interactivity, which goes beyond beginner-level tasks.
Type of Change
Please mark [X] for applicable items:
Testing
Checklist