简体   繁体   English

设计电商店铺页面和单品页面——正确的做法是什么?

[英]Designing 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).我一直在做电子商务网站设计(自学)。 The site is a clothing shop and it has many categories (like saree, stoles, dresses, etc) and many subcategories (ie 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?我应该创建一个设计,然后根据产品代码从数据库中填写图像、描述、价格,还是应该有一个专门的页面?

I am using HTML 5 and Bootstrap 4. I have searched google but I cannot find any relevant answer.我正在使用 HTML 5 和 Bootstrap 4。我已经搜索过谷歌,但找不到任何相关的答案。

If this question seems silly or dumb or both, please know that I am a beginner and willing to learn more.如果这个问题看起来很愚蠢或愚蠢或两者兼而有之,请知道我是初学者并且愿意学习更多。 Help will be appreciated.帮助将不胜感激。 😃 😃

E-commerce websites have standard features and capabilities.电子商务网站具有标准特性和功能。 In order to find out the basics of these standards, I recommend you to view and analyze the features of open-source projects such as NopCommerce which is an open-source project based on .Net framework and enhanced by client frameworks like Bootstrap.为了了解这些标准的基础知识,我建议您查看和分析开源项目的特性,例如NopCommerce,它是一个基于.Net框架并通过Bootstrap等客户端框架增强的开源项目。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM