为 django satchmo 设置付款

发布于 2024-09-05 11:17:50 字数 493 浏览 4 评论 0原文

这是一个新手 satchmo 问题...所以我已经为我正在构建的 django 电子商店实现了 satchmo。我已经按照教程设置了 sathcmo,创建了一些产品,测试了我可以下订单,然后切换到“真实模式”,在 http://site/settings,点击“接受真实付款”。问题是我如何设置在我的银行帐户(希腊的银行)上进行的付款?

我没有找到这方面的参考资料,所以请帮忙!

顺便说一句,在结帐页面上,我明白了,

您需要至少填写带有 * 的字段 您想如何付款? 付款方式*

付款测试模块

礼券

那么付款测试模块是什么意思呢?我需要安装其他应用程序吗?目前setting.py包含 '支付', '付款.模块.虚拟', ' payment.modules.giftcertificate ',

非常感谢您的帮助!

this is a newbie satchmo question...so I've implemented satchmo for a django e-shop I am building. I have setup sathcmo following the tutorials, created some products, tested that I can make an order, and then switched to 'real mode', on http://site/settings, clicking on 'accept real payments'. The question is how I can setup the payments to be made on my bank account (a bank in Greece)?

I have not found any reference on this, so please help!

btw, on the checkout page, I get this

You'll need to fill out at least the fields with a *
How do you want to pay?
Payment method*

Payment test module

Gift Certificate

so what does payment test module means? Do I have to install another application? Currently setting.py contains
'payment',
'payment.modules.dummy',
'payment.modules.giftcertificate',

Thanks a lot for any help!

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

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

发布评论

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

评论(1

清浅ˋ旧时光 2024-09-12 11:17:50

Satchmo 有多种付款方式。我不确定哪些付款方式支持与您的希腊银行账户进行交互。通常人们使用 Authorize.net、paypal 或 google 等方式来收款。

一旦您决定要使用哪种处理器,我们就可以帮助您决定是否有可用的处理器或者您是否需要构建一个。

Satchmo has multiple payment methods. I am not sure exactly what payment methods would support interacting with your Greek bank account. Typically people use something like Authorize.net, paypal or google to collect payments.

Once you decide which processor you want to use, then we can help you decide if there's a processor available or if you'll need to build one.

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