aakash
aakash

Reputation: 376

paypal payment method not coming up in checkout drupal ubercart

I am using Drupal 7 with ubercart. I am using Paypal Express checkout for my payment method.

I am able to see "Checkout with paypal button" in view cart page.enter image description here

But When I click Checkout button, it takes me to the order submission page. Here I cannot see Paypal in Payment Method section.

enter image description here

I don't know what options to check. I do not have any other payment method. Do I need to change any code in module? what should I do?

Also I am able to place order in system as it is not going to paypal on order submit.

Upvotes: 1

Views: 997

Answers (2)

raumus
raumus

Reputation: 1195

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.

Upvotes: 1

megi
megi

Reputation: 11

if you want to pay with paypal then select another Payment option , and that option is "

PayPal Website Payments Standard " , because that checkout with paypal in Ubercart Product is also not

working with me. so i have used PayPal Website Payments Standard and it works fine for me.

Upvotes: 1

Related Questions