TE
科技回声
首页24小时热榜最新最佳问答展示工作
GitHubTwitter
首页

科技回声

基于 Next.js 构建的科技新闻平台,提供全球科技新闻和讨论内容。

GitHubTwitter

首页

首页最新最佳问答展示工作

资源链接

HackerNews API原版 HackerNewsNext.js

© 2025 科技回声. 版权所有。

Ask HN: Where to look for info on E-Commerce websites?

2 点作者 kp212大约 17 年前
I hope this is alright to ask here...<p>I've been working on my own website recently, but I am having a tough time finding information on how to set up and design an E-Commerce website. I'm just looking for information on how to design my database, hosting options, and how to integrate with PayPal or other CC payment options. Anyone know of any popular tutorials/forums, or if there is a recommended book? Anyone build one themselves, and have any advice? Thanks.

2 条评论

lanej0大约 17 年前
It's hard to gauge your level of expertise from your post, but if you're a fairly non-technical person (don't mean to offend), you may be better off looking at some sort of pre-built option. Amazon offers "stores" where people can go set up their own shop. eBay's another option (although they're kind of ghetto these days).<p>If you're determined to go it on your own, take a look at some of the really great open-source e-commerce packages out there (Google it). After a few clicks, you're usually in to adding products.<p>Especially with E-commerce, it's better to test the waters with something before you invest a ton of time in it. Don't build something from scratch at this stage.
评论 #192704 未加载
kp212大约 17 年前
Thanks for the tip. I started Googling for open source e-commerce packages. I actually have some background in coding, I wrote a couple of smaller projects over the past 2 years, so I am comfortable with php/html, and I think my illustrator/shop skills are coming together now as well. I actually built a version 1 with the yahoo store editor. It's ok, not totally satisfied with the design, but it works, and is clean as I could make it. As I am starting work on version 2.0, I find this editor to be a little frustrating not letting me customize some of the modules, and I want to make some of this database driven instead of a page for each product. I don't like the idea of their custom tables. Does this help with gauging where I am technically?