建设电子商务网站需要注意哪些事项?
在接下来的几个月中,我将首次负责创建一个电子商务网站。我以前曾与电子商务网站合作过,进行编辑和主题,但从未从下到上进行过编辑和主题设计。
我知道这不是一项小任务,这就是我现在正在进行研究的原因!
- 有哪些东西是我只能从经验中学到的?
- 在网站的付款方面我有哪些选择?
- 有什么架构技巧吗?
这将在 php/mysql 中完成
感谢大家的帮助!
In the coming months, I will be tasked with creating an e-commerce site for the first time. I've worked with e-commerce sites before, making edits and themes but never made one from the bottom up.
I know this isn't a small undertaking which is why i'm doing research now!
- What are somethings that i would only learn from experience?
- What options do i have when it comes to the payment side of the site?
- Any architecture tips?
This will be done in php/mysql
Thanks for the help guys!
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
阅读此帖子
https://stackoverflow.com /questions/72394/开发人员在构建公共网站之前应该了解什么
read this thread
https://stackoverflow.com/questions/72394/what-should-a-developer-know-before-building-a-public-web-site
信用卡处理是一个巨大的问题 - 如果你处理不当,它可能会花费大量成本,如果你放弃处理并以巨额交易费将处理外包给其他人,则可能会花费更多。
此外,PHP(以及 C# 和 JEE)中有大量不错的开源/廉价选项。我的公司实际上收购了一家小公司,该公司做了电子商务商店开源版本的增强版。
最后,密切关注主数据。如果您最终以与在其他系统中跟踪客户和销售项目不同的方式跟踪客户和销售项目,这可能会给您带来麻烦。就我而言,这意味着与我们的 CRM、身份和销售系统的集成非常昂贵。
Credit card processing is a huge gottcha - It can cost heaps if you don't get it right, and it can cost even more if you give up and farm the processing out to someone else at huge transaction fee %ages.
Also, there are a tonne of decent open source / cheap options in PHP (as well as in C# and JEE). My company actually bought a small company that had done a souped-up version of an open-source version of an eCommerce store.
Finally, keep a really good eye on master-data. This can screw you if you end up tracking customers and sales items in different ways than you track them in other system. In my case, this meant very expensive integration with our CRM, Identity, and Sales systems.