"Designing an e-commerce shop page and single product page" - What is the correct approach??
I have been working on an e-commerce site design (self-learning) using HTML 5 and Bootstrap 4. The site is a clothing shop and it has many categories (like saree, stoles, dresses, etc) and many subcategories (i.e. under saree it has cotton and khadi, under cotton it has plain and stripped and so on). Every category is supposed to have multiple products displayed as a grid (that is 'shop' page). When I click on a product, it should redirect to a single product page. Now I cannot decide what would be the best way to start designing those pages. Should I create only a single shop page design for all the category shop pages or should I create a dedicated page for every category shop? Same is for the single product page. Should I create one design and then fill the image, description, price from the database according to the product code, or should I have a dedicated page? If this question seems silly or dumb or both, please know that I am a beginner and looking forward to learn more :)