-
Notifications
You must be signed in to change notification settings - Fork 405
Description
BUG (1)
Bug Description
If a user tries to apply a wrong coupon code while on the cart page, there is neither error nor feedback shown.
Expected Behavior
- Show an error message like "Invalid coupon code"
- Provide clear UX feedback (toast or inline message)
Actual Behavior
- No response when an invalid coupon is applied
- User gets no indication whether the coupon is valid or not
Steps to Reproduce
- Viewing the cart page without logging in
- Input Any Incorrect Discount Codes
- Click on Apply
- Notice that no message is shown
Impact
- Confuses the user - Poor User Experience during Checkout
to Fix - Include frontend validation with feedback - Optional: show toast notification for invalid coupons
Evidence
Video attached showing the issue
(https://github.com/user-attachments/assets/becade95-252d-4b45-87c6-6055ba897249)
BUG 2 .
- Bug Description*
On the product detail page, the size selection buttons do not clearly reflect the selected state.
Expected Behavior
When a size (S / M / L) is selected, it should be clearly highlighted so the user knows which size is currently selected.
Actual Behavior
The selected size state is unclear or inconsistent, making it difficult for the user to confirm their selection.
Steps to Reproduce
- Open any product detail page
- Scroll to the "Select Size" section
- Click on size options (S, M, L)
- Observe that the selected state is not clearly distinguishable
Impact
This may confuse users and lead to incorrect size selection before adding the product to cart.
Evidence
Video attached showing the issue
(https://github.com/user-attachments/assets/9ee73d78-15d8-4001-aa6a-49bd762d8c85)