oscommerce 中的 postfinance 模块出现问题

发布于 2025-01-07 17:55:04 字数 248 浏览 0 评论 0原文

我已经为oscommerce集成了postfinance模块。我已完成 http://addons.oscommerce.com/info/6442 文档中提到的所有操作。当我尝试在“测试模式”下测试它时...选择付款方式后,它会重定向到“订单成功”页面,而不显示输入金融后卡详细信息的选项...在管理面板中,它显示购买已经制作完成,正在加工中。

I have integrated postfinance module for oscommerce. I have done everything mentioned in http://addons.oscommerce.com/info/6442 docs.When I tried to test it in 'test mode' ...after selecting the payment method it is redirecting to 'Order success' page with out showing option to enter postfinance card details....in the admin panel it shows that a purchase has been made and it is processing.

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

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

发布评论

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

评论(1

泪痕残 2025-01-14 17:55:04

在您的 checkout_confirmation.php 中,请将:替换

if ($payment->code == 'paypal_ipn') {

if (isset($payment->form_action_url)) {

At your checkout_confirmation.php please replace:

if ($payment->code == 'paypal_ipn') {

with

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