如何搭建电子商务购物网站软件?
我计划构建一个电子商务购物网站软件。让任何想要一个电子商务网站的人,他都会在我的网站上注册电子商务购物网站软件,然后将为他创建一个带有子域的商店,如果我的电子商务网站是ecommerce.com,他就签名了有了商店名称“sample”,现在他将拥有一个像sample.e-commerce.com 这样的商店。他还可以将他的域名指向该商店,对该网站具有单独的管理员访问权限 - 可以为他更新配置(主题、折扣、产品捆绑、选择支付网关等),可以开始销售。我更喜欢使用 php 构建这个网站。请参阅以下类似网站 -
shopify、vendr、foxycart、bigcommerce、volusion、bigcartel、corecommerce 等
我更喜欢使用 php 构建我的网站,架构应该是什么?我应该如何开始构建?有现成的工具吗?有没有其他语言的现有工具(ruby,python)
谢谢
I've a plan to build a e-commerce shopping site software. Let anyone who wants a e-commerce site, he will sign up on my site e-commerce shopping site software, then a store will be created for him with subdomain, if my e-commerce site is e-commerce.com, he signed up with store name "sample", now he will have a store like sample.e-commerce.com. He can also point his domain to this store, with separate admin access for that site - can update the configuration for him(theme, discount, product bundle, select payment gateway etc), can start to sell. I prefer to build this site using php. See the following similar sites -
shopify, vendr, foxycart, bigcommerce, volusion, bigcartel, corecommerce etc
i prefer to build my site using php, what should be the architecture? how i should start build? Is there any existing tool? Is there any existing tool in other languages(ruby, python)
Thanks
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
看看 Magento (http://www.magentocommerce.com/):它是一个开放的源码CMS专为轻松创建电子商务网站而创建。它具有多商店功能...
它还有许多其他有趣的功能,例如 SEO 优化程序等。
您可以开始安装它,在本地系统上测试它,并最终根据您的需要进行调整。我认为它是一个很棒的工具,可以为您节省大量工作。
Magento 是用 PHP 编写的。
干杯,
吉安卢卡.
Take a look at Magento (http://www.magentocommerce.com/): it is an open-source CMS create specifically to easily create e-commerce sites. It ships with a multi-store functionality...
and it has many additional interesting features, like SEO optimization procedures, etc.
You could start installing that, testing it on your local system and eventually adapting it according to your needs. I think it is a great tool and it can save you a great deal of work.
Magento is written in PHP.
Cheers,
Gianluca.
这是一个非常广泛的问题。我建议阅读 MVC 模式。如果您想在 PHP 中执行此操作,我相信 CakePHP 提供了一种在 PHP 中执行 MVC 的好方法。还有一个已经用 PHP 编写的购物车解决方案,名为 Magento。它是开源的,因此您可以深入了解它们是如何做事的。对于 Ruby,有 Ruby on Rails,而 Groovy 语言则有 Grails. Java 有很多框架(首先想到的是 Spring 和 JSF)。
This is a very broad question. I suggesting reading up on the MVC pattern. If you want to do this in PHP, I believe CakePHP provides a good way to do MVC in PHP. There is also a shopping-cart solution that is already written in PHP called Magento. It is open source so you can take a look under the hood to see how they do things. For Ruby there is Ruby on Rails, and the Groovy language has Grails. Java has a whole host of frameworks (Spring and JSF come to mind).