Website Payments Standard

I enable Paypal standard option but in frontend customers can

11 answers

Profile photo of Sherlock 0.00 $tone February 24, 2014
Public

I see you are using a third-party onestep checkout extension. You should try to switch back to use default magento checkout page to see if the paypal option is showing there. If it does, definitely the problem relates to the extension and you should contact the extension’s developer to get helps on this.

#1
Profile photo of Sherlock 0.00 $tone February 25, 2014
Public

I installed a demo of this theme for testing and in the back-end I could not see the Paypal standard option you mentioned. Let me know how to add it there. Also I need to debug directly on your site, please pm me ftp credentials of your site.

#3
Profile photo of Andreas Weiß 0.00 $tone February 26, 2014
Public

the payment paypal was already there. Basic is your quickstart. On your demo I can see paypal option on front end. PayPal quick checkout works fine on frontpage but Iwant paypal standard in checkout process

#4
Profile photo of Sherlock 0.00 $tone February 27, 2014
Public

This is weird issue. Do you think of any of your third-party extension that might cause this?

I would need more time to debug this directly on your site, so please pm me your correct FTP credentials.

#5
Profile photo of Andreas Weiß 0.00 $tone March 3, 2014
Public

[Problem solved]

I use PHP (Philippine Peso) as current Currency and in app/code/core/Mage/Paypal/Model/Config.php I had to add PHP in line 207 like this:

protected $_supportedCurrencyCodes = array(‘AUD’, ‘CAD’, ‘CZK’, ‘DKK’, ‘EUR’, ‘HKD’, ‘HUF’, ‘ILS’, ‘JPY’, ‘MXN’,
‘NOK’, ‘NZD’, ‘PLN’, ‘GBP’, ‘PHP’, ‘SGD’, ‘SEK’, ‘CHF’, ‘USD’, ‘TWD’, ‘THB’);

What for a stupid thing

Why the creater of this file can

#7
Profile photo of Sherlock 0.00 $tone March 4, 2014
Public

I am glad to hear that it has been resolved. That file comes from magento core section and I have no idea why they don’t put Philippine Peso there.

#8
Profile photo of Saguaros 0.00 $tone July 2, 2014
Public

Hi Denis,

Paypal added support for Russian Ruble but Magento’s paypal module is still not aware of it and hence the paypal payment method doesn’t work.

Please check the tricks from w3arts above again and flush magento cache.

If it still doesn’t work, you should raise the same thread into Magento forum for the solution.

#11

Please login or Register to Submit Answer

Written By

Comments