没有“产品”的 Drupal 支付模块
我有一个 Drupal 6 网站,我需要在其中处理付款。 Ubercart 不太适合(我认为)——它看起来像是购物车、订单、产品等的巨大开销。
这是一个网站(视图+cck 驱动),客户在其中创建带有一些 cck 字段的节点,该节点会经历一些工作流程,并且在某些工作流程阶段,操作员“将发票分配”到节点(实际上是状态为“发票就绪”的 cck 选择框 + cck 文本字段“总金额”。 客户会在他的视图中看到“支付此发票”链接,单击此链接后,他应该会看到一组可用付款选项的链接,例如 paypal/gcheckout。当客户处理付款时,节点会获得新的状态(同样,在 cck 选择框中 - “发票已付款”)
因此,我正在为 Drupal 寻找一些通用付款模块,它们仅提供几个钩子,例如“ payment_done()”我可以实现设置我的 cck 字段。 你知道吗?
I have a Drupal 6 website where I need to handle payments.
Ubercart doesn't fit well (I think) - it looks like a huge overhead of cart, orders, products, etc.
That is a website (views+cck powered) where customer creates node with some cck fields, the node goes through some workflow, and at some workflow stage the operator "assigns invoice" to the node (that's actually cck selectbox with status "invoice ready" + cck textfield "total amount".
The customer sees "Pay this invoice" link in his views, and after clicking this link he should be given a set of links to available payment options, like paypal/gcheckout. When customer processes the payment, the node gets new status (again, in cck selectbox - "invoice was payed")
So, I'm seeking for some generic payment modules for Drupal, that provide just several hooks like "payment_done()" which I can implement to set my cck fields.
Do you know any?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
我所知道的唯一通用支付模块是 Pay,它仍处于 alpha 阶段。自从我上次查看它以来已经有一段时间了,所以现在它可能可以使用了。
否则,您最好的机会是为您要使用的实际支付提供商找到一个模块,许多提供商都有一个模块,允许您使用各种挂钩等进行基本支付处理。
The only generic payment module I know of is Pay which still is in alpha. It's a while since I last looked at it so it might be usable now.
Else your best chance is to find a module for the actual payment provider you're going to use, many have a module that will allow you to do basic payment handling with various hooks etc.