Rails 电子商务应用程序的推荐购物车
所有,
我正在构建一个 Rails 应用程序,使用 Active Merchant 来连接 PayPal 网站专业版。
我想知道我是否应该自己开发购物车,或者是否有人可以推荐一个好的现成购物车。
谷歌搜索显示了一些选项,例如 http://www.ecompages.com/ ..太年轻了?子结构 (http://code.google.com/p/substruct/) ..它看起来像是一个完整的电子商务系统,Spree(被称为 RailsCart?)...看起来也像一个完整的电子商务系统。
我的印象是,从头开始开发一辆购物车也许是最好的主意。 评论?
艾蒂安
All,
I'm building a Rails app, using Active Merchant to interface to PayPal website pro.
I'm wondering if I should develop the cart myself, or if there is a good off-the-shelf cart that people can recommend.
Googling reveals a few options such as http://www.ecompages.com/ .. too young?, substruct (http://code.google.com/p/substruct/) .. which looks like a full e-commerce thing, Spree (was called RailsCart?) ... looks like a full e-commerce system as well.
I get the impression that developing a cart from scratch is perhaps the best idea. Comments?
Etienne
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
我会开发你自己的购物车,因为这给你最大的灵活性。 此外,开发购物车在技术上并不具有挑战性并且有很好的文档记录(这是 Rails 开发的典型示例)。 最坏的情况也不会花费你超过几个小时,而且至少你会知道,当出现问题时,问题出在你编写和理解的代码中。
我并不是说您应该总是重新发明轮子,但在这种情况下,不值得添加额外的依赖项。
I would develop your own cart, as this gives you most flexibility. Also, developing a cart is not technically challenging and well documented (it is the canonical example of Rails development). It won't take you more than a few hours at the worst, and at least you'll know that when somethings goes wrong, it's gone wrong in code you wrote and understand.
I'm not saying you should always reinvent the wheel, but in this case it's just not worth adding an extra dependency.
显然,自从提出问题以来,时间已经过去了。 对于小型集成来说,有一个引擎就很好了,并且有多个引擎可供使用。
我对 Rubyclerks 有点偏见
因为它很小,所以很容易理解并因此扩展。
obviously time has moved on since the question was asked. For a small integration an engine would be good and several are available.
I am somewhat biased towards Rubyclerks
as it is small so easy to understand and thus extend.