I enable Paypal standard option but in frontend customers can
11 answers
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.
I tried already and I can
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.
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
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.
I uninstalled all extension now but the paypal payment method is not showing.
[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
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.
I know. Thank you for your help.
I have to the same method does not work Website Payments Standard.
magento 1.8.1
Attachment 37974
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.