You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
instead of triggering a pop-up alert, display the 'Added to Cart' message below the product image .
Add a cart-quantity badge to display the cart quantity.
Telephone image not visible.
Use Case
Inline Cart Message: When users click the "Add to Cart" button on a product, instead of showing a pop-up alert, the message "Added to Cart" will appear directly below the product image.
Cart Quantity Badge:
The cart icon will have a badge showing the current quantity of items in the cart. As users add products, the number will increase dynamically. This allows users to see how many items they've added at a glance without navigating away from the current page.
Benefits
Improved Visual Feedback: Clear indication of added items.
Reduced Interruptions: Eliminates distractions from pop-ups.
Add ScreenShots
Priority
High
Record
I have read the Contributing Guidelines
I'm a GSSOC'24EXTD contributor
I have starred the repository
The text was updated successfully, but these errors were encountered:
Hi there! Thanks for opening this issue @krittika019!. We appreciate your contribution to this open-source project. We aim to respond or assign your issue as soon as possible.
<!-- ISSUE & PR TITLE SHOULD BE SAME-->
## Description
<!--Please include a brief description of the changes-->
1)Added Telephone image which was previously not visible.
2)Instead of pop-up alert message, displayed added to cart message above
the image so that user doesn't have to click ok button (of alert box
)again and again.
3)Added cart count badge so that the user can know how many items have
been added to cart.
## Related Issues
<!--Cite any related issue(s) this pull request addresses. If none,
simply state “None”-->
- Closes#39 Add functionality to display the 'Added to Cart' message
below the product image.
## Type of PR
<!-- Mention PR Type according to the issue in brackets below and check
the below box -->
- [feature Request] ()
## Screenshots / videos (if applicable)
<!--Attach any relevant screenshots or videos demonstrating the
changes-->
![image](https://github.com/user-attachments/assets/65366875-4861-471d-873f-164f1fe00ba5)
https://github.com/user-attachments/assets/4c1bdb69-3130-4108-9f8f-3f4caeb91760
## Checklist
<!-- [X] - put a cross/X inside [] to check the box -->
- [ X] I have gone through the [contributing
guide](https://github.com/Anjaliavv51/Retro)
- [X] I have updated my branch and synced it with project `main` branch
before making this PR
- [X] I have performed a self-review of my code
- [X] I have tested the changes thoroughly before submitting this pull
request.
- [X] I have provided relevant issue numbers, screenshots, and videos
after making the changes.
- [X] I have commented my code, particularly in hard-to-understand
areas.
## Additional context:
<!--Include any additional information or context that might be helpful
for reviewers.-->
Is there an existing issue for this?
Feature Description
In About page:
Use Case
Inline Cart Message: When users click the "Add to Cart" button on a product, instead of showing a pop-up alert, the message "Added to Cart" will appear directly below the product image.
Cart Quantity Badge:
The cart icon will have a badge showing the current quantity of items in the cart. As users add products, the number will increase dynamically. This allows users to see how many items they've added at a glance without navigating away from the current page.
Benefits
Improved Visual Feedback: Clear indication of added items.
Reduced Interruptions: Eliminates distractions from pop-ups.
Add ScreenShots
Priority
High
Record
The text was updated successfully, but these errors were encountered: