JaydeepGedam / MediFirst

Online Pharmacy Website
0 stars 4 forks source link

[BUG] : Product div is not clickable #1

Open JaydeepGedam opened 1 year ago

JaydeepGedam commented 1 year ago

Describe the bug Currently if you click on the product div it do nothing. But it should go on the product details page. Make the product div clickable and redirect it to the product-details page on clicking the product div.

To Reproduce Steps to reproduce the behavior:

  1. Go to 'http://jaydeepgedam.pythonanywhere.com/'
  2. Scroll down in home page to the latest products section or you can also refer the product page http://jaydeepgedam.pythonanywhere.com/products/
  3. Try clicking the product div, you will see the bug
  4. Try clicking the product name, you will see the correct behavior.

Expected behavior E.g] If you click the on the product name below the product image, it redirects you to product-details page Implement the thing mentioned in above e.g on product div.

Screenshots On home page : image

On product page : image