1

我正在将 Drupal 7 与 ubercart 一起使用。我使用 Paypal Express 结账作为我的付款方式。

我可以在查看购物车页面中看到“使用 paypal 按钮结帐”。在此处输入图像描述

但是当我单击结帐按钮时,它会将我带到订单提交页面。在这里,我在“付款方式”部分看不到 Paypal。

在此处输入图像描述

我不知道要检查哪些选项。我没有任何其他付款方式。我需要更改模块中的任何代码吗?我应该怎么办?

我也可以在系统中下订单,因为它不会在提交订单时使用贝宝。

4

2 回答 2

1

如果你想用paypal付款,那么选择另一个付款选项,那个选项是“

PayPal 网站付款标准”,因为在 Ubercart 产品中使用贝宝结帐也不是

和我一起工作。所以我使用了PayPal 网站支付标准,它对我来说很好用。

于 2013-06-04T13:07:44.467 回答
1

Having spent quite a lot of time trying to make the PayPal Express Checkout working, I thought I should share my findings for anyone who runs into the same issue.

Solution found here: https://www.drupal.org/node/2099557

So to make the PayPal Express Checkout working

  • enable uc_credit and uc_paypal modules;
  • on Payment methods settings (/admin/store/settings/payment) enable "Paypal Express Checkout" and "Credit card"
  • configure settings for "PayPal Express Checkout" (admin/store/settings/payment/method/paypal_ec)
  • on Credit card settings (/admin/store/settings/payment/method/credit), select PayPal Website Payment Pro as the Default gateway
  • and finally upgrade your PayPal account to Pro. If on Sandbox account, go to Accounts, click Profile on your BUSINESS account and click "Upgrade" on the Account Details window.
于 2016-05-10T03:50:02.673 回答