Questions asking us to recommend or find a tool, library or favorite off-site resource are off-topic for Stack Overflow as they tend to attract opinionated answers and spam. Instead, describe the problem and what has been done so far to solve it.
Closed 10 years ago.
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
接受
或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
发布评论
评论(9)
OpenCart 的设计功能丰富、易于使用、搜索引擎友好且具有视觉吸引力的界面。
演示:
下载:
可以从OpenCart 网站或 直接(V1.4.9.1)
我的想法:
像 Magento 和 osCommerce 这样的系统,非常庞大且编码很差,OpenCart 是一个 MVC 风格的框架,所以如果你有如果使用过 codeigniter,您就已经了解了一半的系统。
与某些框架不同,该系统不会占用大量资源,它具有强大的管理界面,可以向您显示销售的图形统计数据并帮助您预测销售,简单且逻辑的支付 API 系统使您可以通过拖放添加更多支付系统删除文件。
OpenCart is designed feature rich, easy to use, search engine friendly and with a visually appealing interface.
Demo:
Download:
You can download from the OpenCart Website or Directly (V1.4.9.1)
My thoughts:
With systems like Magento and osCommerce, there very bulky and poorly coded, OpenCart is a MVC Style framework, so if you have ever used codeigniter you would know half the system already.
The system does not take up heavy resources unlike some frameworks, it has a robust admin interface that shows you graphical statistics of your sales and helps you forcast sales, simple and logical payment api systems which allow you to add more payment systems with just drag and dropping of files.
我有同样的要求。经过分析,我发现CodeIgniter框架非常适合这个需求。它有一个购物车类,有助于更快、更干净地开发电子商务应用程序。还有一个基于 CodeIgniter 的购物车应用程序,称为 GoCart (gocartdv.com)。这是一个非常简单的购物车,仅具有购物车所需的最少功能。
I had the same requirement. After analysis I found that CodeIgniter Framework suits this requirement well. It has a cart class which helps to develop a ecommerce application quicker and cleaner. Also there is a Shopping Cart application based on CodeIgniter called GoCart (gocartdv.com). This is a very simple shopping cart which has only those minimal feature required for a shopping cart.
Drupal 是一个多站点框架,Ubercart 是其终极电子商务插件。
Drupal is a multi-site framework and Ubercart is its ultimate e-commerce addon.
答案很晚,但希望对其他人有用。查看 www.egg-basket.com。它比 Magento 之类的产品容易使用一百万倍,而且非常容易构建。
Egg Basket 的不同之处在于,它是一个准备好剥皮并填充产品的工作商店,而不是一个旨在用于建立商店的工具。
对我来说,这种方法有效,因为这意味着对于最终用户,您已经提供了一些定制的管理面板,该面板不包含开发人员工具,但所有艰苦的工作仍然为您完成。与 Magento 相比,它的占用空间几乎很小。
就功能而言,我不认为 Egg Basket 有多出色,但它确实具备了基本商店所需的一切。这是一个“蛋”:-)
编辑:
补充一下,这个框架现在的价格更加合理,今天发布了 1.4 版本,并带有新的插件系统。我真的不知道有什么更容易使用的平台!
A late answer, but hopefully useful to others. Look into www.egg-basket.com. It's a million times easier to use than the likes of Magento and really easy to build up from.
Egg Basket differs in that it's a working store ready to be skinned up and populated with products, rather than being a tool intended to be used for setting a store up.
To me, this approach works because it means that to the end user, you've provided something bespoke with an admin panel that isn't full of developer tools, but all the hard work has still been done for you. It also results in an almost tiny footprint in comparison to Magento.
In terms of features, I don't think Egg Basket is amazing but it does have everything a basic store needs. It's an 'egg' :-)
Edit:
Just to add, this framework is much more reasonably priced these days and 1.4 was released today with a new plugins system. I genuinely don't know of an easier platform to work with!
我个人从未使用过它,但 Magento 可能是基于 PHP 的电子商务框架中声誉最好的。
I've never used it personally but Magento probably has the best reputation among the PHP-based eCommerce frameworks.
我也建议 Magento,它基于 Zend 框架,很强大,并且仍然得到完全支持。
文档不容易找到,但添加基本功能很容易。
以下是 Magento 教程 的列表
I suggest Magento too, it is based on Zend framework, which is robust, and is still fully supported.
The documentation is not easy to find, but it is very easy to add basic feature.
Here is a list of Magento tutorials
如果您谈论的是框架,CodeIgniter 内置了一个很好的购物车类,并且有很好的文档记录。如果您不想从头开始,我推荐 CS-Cart(小网站)或 Magento(大网站)。
If you are talking about a framework CodeIgniter has a nice cart class built in, and is very well documented. If you don't want to start from scratch I recommend CS-Cart (small site) or Magento (huge site).
http://www.heroframework.com/ 这是建立在 CodeIgniter 框架之上的,这是构建的在 Zend Framework 的顶部 http://www.enlight.de/
http://www.heroframework.com/ This is built on the top of the CodeIgniter framework and this is built on the top of the Zend Framework http://www.enlight.de/
ZenMagick 拥有真正高质量的代码...它是一个完整的系统,但 API 足够灵活,您可以完全重写界面如果你愿意的话。
它还使用了多个 Symfony 2 捆绑包,因此如果您熟悉 Symfony 这可能是一个优势。
ZenMagick has really high quality code...it's a full system but the API is flexible enough that you could completely rewrite the interface if you wanted.
It also makes use of several Symfony 2 bundles, so if you're familiar with Symfony that could be a plus.