Paypal Option not displaying in checkout page
13 posts
• Page 1 of 1
Paypal Option not displaying in checkout page
Hello
Version: 1.5.2.1
I m facing a trouble to make paypal standard option appear on the check out page option. I could see other payment methods like moneybookers, COD, Bank transfer appear but not Paypal. Appreciate your help.
Version: 1.5.2.1
I m facing a trouble to make paypal standard option appear on the check out page option. I could see other payment methods like moneybookers, COD, Bank transfer appear but not Paypal. Appreciate your help.
- wholesellerstore
- Posts: 9
- Joined: Tue Apr 10, 2012 9:21 am
Re: Paypal Option not displaying in checkout page
You must have one of the supported paypal currencies installed
'AUD',
'CAD',
'EUR',
'GBP',
'JPY',
'USD',
'NZD',
'CHF',
'HKD',
'SGD',
'SEK',
'DKK',
'PLN',
'NOK',
'HUF',
'CZK',
'ILS',
'MXN',
'MYR',
'BRL',
'PHP',
'TWD',
'THB',
'TRY'
'AUD',
'CAD',
'EUR',
'GBP',
'JPY',
'USD',
'NZD',
'CHF',
'HKD',
'SGD',
'SEK',
'DKK',
'PLN',
'NOK',
'HUF',
'CZK',
'ILS',
'MXN',
'MYR',
'BRL',
'PHP',
'TWD',
'THB',
'TRY'

Donate!|OpenCart Basics|GeoZones
Help me get more development cloud storage - Click Here to get DropBox
-

Qphoria - Administrator
- Posts: 18199
- Joined: Mon Jul 21, 2008 7:02 pm

Re: Paypal Option not displaying in checkout page
Hi,
I have 'EUR' installed and activated and the Paypal option is still not appearing on checkout, any ideas how to troubleshoot this?
Using OpenCart 1.5.2.1
I have 'EUR' installed and activated and the Paypal option is still not appearing on checkout, any ideas how to troubleshoot this?
Using OpenCart 1.5.2.1
- superkershaw
- Posts: 12
- Joined: Mon Mar 26, 2012 1:53 pm
Re: Paypal Option not displaying in checkout page
You are sure its enabled? Its really as simple as enabling it and being sure the current selected currency is in the list of supported currencies.

Donate!|OpenCart Basics|GeoZones
Help me get more development cloud storage - Click Here to get DropBox
-

Qphoria - Administrator
- Posts: 18199
- Joined: Mon Jul 21, 2008 7:02 pm

Re: Paypal Option not displaying in checkout page
Oh no, Q, I'm sorry.
Of course install != enabled.
My apologies, all good now

Of course install != enabled.
My apologies, all good now

- superkershaw
- Posts: 12
- Joined: Mon Mar 26, 2012 1:53 pm
Re: Paypal Option not displaying in checkout page
Hello,
I have properly enabled Paypal in my admin. Installed about 3 paypal currencies in the settings. Still Paypal Option is not displaying in the checkout page.
Any help in this regard will be highly appreciated.
thanks, Isvara
I have properly enabled Paypal in my admin. Installed about 3 paypal currencies in the settings. Still Paypal Option is not displaying in the checkout page.
Any help in this regard will be highly appreciated.
thanks, Isvara
- isvaradas
- Posts: 14
- Joined: Sat Oct 08, 2011 9:42 am
Re: Paypal Option not displaying in checkout page
isvaradas wrote:Hello,
I have properly enabled Paypal in my admin. Installed about 3 paypal currencies in the settings. Still Paypal Option is not displaying in the checkout page.
Any help in this regard will be highly appreciated.
thanks, Isvara
You are likely using a non-supported currency. In 1.5.2 it was changed to hide paypal as an option if the current currency was not on the support paypal list. But it seems many stores in these countries didn't mind having it autoconvert to USD for them. So I will add the option to allow showing the paypal option even if the currency isn't supported for the next version.
The fix for now is here:
viewtopic.php?f=136&t=65005

Donate!|OpenCart Basics|GeoZones
Help me get more development cloud storage - Click Here to get DropBox
-

Qphoria - Administrator
- Posts: 18199
- Joined: Mon Jul 21, 2008 7:02 pm

Re: Paypal Option not displaying in checkout page
Thanks,
Isvara
Isvara
- isvaradas
- Posts: 14
- Joined: Sat Oct 08, 2011 9:42 am
Re: Paypal Option not displaying in checkout page
I followed the new direction. Paypal now is showing on the Payment option. However the auto conversion is not working. My default currency is INR or Indian Rupee. When the pages go to the checkout page and the Paypal site is opened, the amount in INR simply display the same figure in $. For ex. 5000 INR, should be something like $90 when it goes for Paypal payment, but instead showing $5000, not auto converting.
Is there a way to solve this.
The site I am building is www.touchstonemedia.com/newstore
All help is seriously needed.
Isvara
Is there a way to solve this.
The site I am building is www.touchstonemedia.com/newstore
All help is seriously needed.
Isvara
- isvaradas
- Posts: 14
- Joined: Sat Oct 08, 2011 9:42 am
Re: Paypal Option not displaying in checkout page
Hi Isvaradas,
I had the same issue.
To solve it I've been using Qphoria's suggestion to change catalog/model/payment/pp_standard.php as per his instructions.
This enables the PayPal checkout option.
However, I do not use the modification for catalog/controller/payment/pp_standard.php.
I just overwrite the complete file with the one from version 1.5.1.3.
With this all works fine for me.
I'm using South African ZAR and the exchange rate is calculated correctly in the PayPal checkout.
I had the same issue.
To solve it I've been using Qphoria's suggestion to change catalog/model/payment/pp_standard.php as per his instructions.
This enables the PayPal checkout option.
However, I do not use the modification for catalog/controller/payment/pp_standard.php.
I just overwrite the complete file with the one from version 1.5.1.3.
With this all works fine for me.
I'm using South African ZAR and the exchange rate is calculated correctly in the PayPal checkout.
-

Steven_B - Posts: 43
- Joined: Sat Apr 28, 2012 11:08 am
- Location: Cape Town, South Africa
Re: Paypal Option not displaying in checkout page
Thanks. That really helps. Now the Paypal option is working properly by overwriting with the 1.5.1.3 version. I wonder why the Opencart team removed that from the new update. Thats definitely backward decision. They need to restore for the next upgrade.
- isvaradas
- Posts: 14
- Joined: Sat Oct 08, 2011 9:42 am
Re: Paypal Option not displaying in checkout page
Thanks Steven_B! That really helped me! thanks a lot!
- aalapkbharucha
- Posts: 13
- Joined: Fri Apr 20, 2012 8:09 pm
Re: Paypal Option not displaying in checkout page
Hi all - I have a vqmod that fixes this if you don't want to play around with core files...plus it's FREE:)
Here we go: http://www.opencart.com/index.php?route ... on_id=8493
Here we go: http://www.opencart.com/index.php?route ... on_id=8493
Have you seen my extensions yet?
Bestseller's by Category + Randoms | Clean SEO URLs | PayPal Currency Fix
Bestseller's by Category + Randoms | Clean SEO URLs | PayPal Currency Fix
- fluffypony
- Posts: 2
- Joined: Sat Sep 29, 2012 3:22 pm
13 posts
• Page 1 of 1
Return to Installation, Upgrade, & Config Support
Who is online
Users browsing this forum: bfgmovies, Bing [Bot], dereklro and 15 guests













