We don’t allow questions seeking recommendations for software libraries, tutorials, tools, books, or other off-site resources. You can edit the question so it can be answered with facts and citations.
Closed 7 years ago.
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
接受
或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
发布评论
评论(5)
这取决于您希望购物车与 Cakephp 应用程序的其余部分集成的紧密程度。
我曾尝试过 Bakesale 在线商店,但在收到太多客户投诉后,我最终将其转而使用 ZenCart。我尝试了烘焙,因为它看起来很简单,但它太简单了。它不具备 Magento 或 ZenCart 的所有功能。它的某些部分尚未完成或只是简单损坏。
Bakesale 是一个不错的 Cakephp 应用程序,但确实没有达到电子商务解决方案的标准。
Bakery 和 phpshop 的开发似乎都已经停滞了。我建议单独构建你的蛋糕应用程序,然后使用 magento 设置类似 store.mydomain.com 的内容。仍有一些方法可以让他们互相交谈。
That depends on how tightly you want the cart integrated with the rest of your Cakephp app.
I have tried Bakesale for online store, and I ended up dumping it for ZenCart after too many complaints from the client. I tried bakesale because it seemed simple, but it was too simple. It is does not have all of the features of a Magento or ZenCart. Some parts of it are unfinished or just plain broken.
Bakesale is a nice Cakephp app but really misses the mark as an ecommerce solution.
The development on both bakesale and phpshop seem pretty dead. I would suggest building your cake app separate and then setting up something like store.mydomain.com using magento. There are still ways of getting them to talk to one another.
最近,我发布了一个名为 Kaching 的 CakePHP 购物车插件,位于 http://code .google.com/p/kaching-php/。它是 Magento 和 Bakesale 之间的中间立场。我发现 Magento 试图让每个商店都适应同一个模式,而 Bakesale 缺乏功能。
使用 Kaching,您可以通过与 Kaching 的控制器交互来创建商店的外观和感觉。无需建立商店管理系统,因为已经提供了。
Recent, I've released a shopping cart plugin for CakePHP called Kaching found at http://code.google.com/p/kaching-php/. It's a middle ground between Magento and Bakesale. I found Magento tried to make every store fit into the same mold and Bakesale lacked features.
With Kaching you create the store's look and feel by interacting with Kaching's controllers. There is no need to build a store administration because one is provided.
我听说 phpshop 被重写为蛋糕应用程序 - 不知道他们走了多远......或者为什么他们不把它写成插件!
I heard phpshop was being re-written as a Cake app - not sure how far along they are... or why they aren't writing it as a plugin!
鉴于 Magento 是用 Zend 编写的,与 CakePHP 一样,它是 MVC 框架,因此您最好用 Zend 编写站点。我已经在这两个框架中进行了编码,由于 MVC 性质,它们有很多共同点,尽管 CakePHP 当然具有更多的自动功能。
Given that Magento is written in Zend, which like CakePHP is MVC framework, you might be better off writing the site in Zend. I've coded in both frameworks and they have a lot in common due to the MVC nature, though CakePHP certainly has more automagic functionality.
CakePHP 2.0 的购物车插件。仍在开发中但已经可用,它遵循编码标准并具有单元测试。 https://github.com/burzum/cart
Cart plugin for CakePHP 2.0. Still in development but already useable, it follows coding standards and has unit tests. https://github.com/burzum/cart