Rails 中简单的购物车/贝宝支付实施
我想根据您的经验了解使用 PayPal 付款设置简单在线商店的最佳方法是什么。我的网站将销售印刷品,因此没有太多类别或商品,因此我正在寻找最容易实施的解决方案...我查看了 spree 和 rorecommerce,但对于我的需求来说,两者似乎都过于复杂。
I'd like to know from your experience what is the best way to use to setup a simple online store using paypal for payments. My site will be selling prints so there's not many catergories or items, so I'm looking for the easiest to implement solution...I had a look at spree and rorecommerce but both seem overcomplicated for my needs.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
我刚刚实现了这样一个系统,发现使用自定义代码实现 paypal 比使用任何其他 gem 或插件要好得多。
如果您在这里关注 Railscasts - http://railscasts.com/episodes? utf8=%E2%9C%93&搜索=paypal
它做完全相同的事情并且非常简单。了解 paypal 基础知识、paypal 通知和 paypal 安全事件。
I just implemented such a system and found that implementing paypal with custom code is lot better than using any other gem or plugin for this.
If you follow railscasts here - http://railscasts.com/episodes?utf8=%E2%9C%93&search=paypal
it does exactly the same thing and is very straight forward. Go through paypal basics, paypal notification and paypal security episodes.