Rails 中简单的购物车/贝宝支付实施

发布于 2024-11-17 03:36:26 字数 135 浏览 1 评论 0原文

我想根据您的经验了解使用 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 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

哥,最终变帅啦 2024-11-24 03:36:26

我刚刚实现了这样一个系统,发现使用自定义代码实现 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.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文