简体   繁体   English

什么是Rails的好购物车宝石?

[英]What is a good shopping cart gem for Rails?

I want to implement basic shopping cart functionality in my Rails app....are there any good gems that will make this process simple? 我想在我的Rails应用程序中实现基本的购物车功能....有没有什么好的宝石会让这个过程变得简单?

ie I want the shopper to be able to add products and quantities to their checkout, and I want the admin to be able to add new products to the store (and edit/delete existing ones). 即我希望购物者能够将产品和数量添加到他们的结账,我希望管理员能够将新产品添加到商店(并编辑/删除现有产品)。

Suggestions? 建议?

There is a wide range of payment and eCommerce gems covered at Railscasts . Railscasts涵盖了广泛的支付和电子商务宝石。

A list of gems can also be found at The Ruby Toolbox and here too . 宝石的清单,也可以在发现红宝石工具箱也在这里

Also, not covered, you can use the Saas product Shopify 此外,未涵盖,您可以使用Saas产品Shopify

There are few: 很少有:

maybe you can try https://github.com/crowdint/acts_as_shopping_cart That gem good for simple cart. 也许你可以尝试https://github.com/crowdint/acts_as_shopping_cart这个宝石适合简单的购物车。 Maybe you need little modify if you need update cart functionality 如果您需要更新购物车功能,可能需要进行少量修改

The list of a few is good, and now there is one more engine: RubyClerks 列表中的一些很好,现在还有一个引擎: RubyClerks

It's small and simple, but all that small businesses needs. 它既小又简单,但所有小企业都需要。 And so it uses much less memory than others. 因此它使用的内存比其他内存少得多。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM