Bug: 'Buy Now' button is not functional
Summary The main "Buy Now" call-to-action button is currently inactive. Clicking the button does not trigger any action or navigation.
Steps to Reproduce
-
Navigate to the live website: https://vigy-bag.vercel.app/
-
Locate the "Buy Now" button directly below the main product image.
-
Click the "Buy Now" button.
-
Observe that no action occurs.
Current Behavior The button is visually present but does not respond to clicks.
Expected Behavior Clicking the "Buy Now" button should either:
Navigate the user to a detailed product page for the "VigyBag."
OR, trigger an "add to cart" functionality.
Suggested Fix The button element needs to be wrapped in an anchor () tag or a routing component (like Next.js <Link>) pointing to the appropriate product page URL (e.g., /products/vigy-bag).
Thank you for creating this issue! We'll look into it as soon as possible. Your contributions are highly appreciated! 😊
For more information, join the official Discord.
Summary The main "Buy Now" call-to-action button is currently inactive. Clicking the button does not trigger any action or navigation.
Steps to Reproduce
- Navigate to the live website: https://vigy-bag.vercel.app/
- Locate the "Buy Now" button directly below the main product image.
- Click the "Buy Now" button.
- Observe that no action occurs.
Current Behavior The button is visually present but does not respond to clicks.
Expected Behavior Clicking the "Buy Now" button should either:
Navigate the user to a detailed product page for the "VigyBag."
OR, trigger an "add to cart" functionality.
Suggested Fix The button element needs to be wrapped in an anchor () tag or a routing component (like Next.js ) pointing to the appropriate product page URL (e.g., /products/vigy-bag).
tigger this to shop page or product page and fix this buton page like it is hiding behind the newletter button so push this little bit up
Assign this issue to me @codervivek5 .
can you explain with some screeshot so that i can understand