paypal pro not appearing on payment methon during checkout

  • Posts: 490
  • Thank you received: 2
5 years 8 months ago #296648

-- HikaShop version -- : 3.5.1
-- Joomla version -- : 3.8.1
-- PHP version -- : 7

hi

paypal pro is not appearing on payment method during checkout. i published it and configured it as shown but its not appearing.

could the currency being marked as "x" have something to do with it?

Attachments:
Last edit: 5 years 8 months ago by ronron.

Please Log in or Create an account to join the conversation.

  • Posts: 81504
  • Thank you received: 13063
  • MODERATOR
5 years 8 months ago #296651

Hi,

Yes. That means that this plugin (and the payment gateway API it uses) isn't compatible with the currency you're using on your website.

Please Log in or Create an account to join the conversation.

  • Posts: 490
  • Thank you received: 2
5 years 8 months ago #296671

thanks nick

so how do i fix it? my currency is Php or philippines peso.

Please Log in or Create an account to join the conversation.

  • Posts: 26000
  • Thank you received: 4004
  • MODERATOR
5 years 8 months ago #296673

Hello,

Paypal pro have different currency list depending the country of the account.
At start, "Paypal Pro" was only available in the US and they added some countries with time.
CF : developer.paypal.com/docs/classic/api/cu...cy_codes/#creditcard

You have to check the list of the currencies of your account and edit the plugin to change the content of " $accepted_currencies " at the beginning of the plugin.

var $accepted_currencies = array( 'USD', 'GBP', 'EUR', 'JPY', 'CAD', 'AUD' );

In our side, we will see how we can update the plugin to support the different countries and provide a currency filter depending that element.
Because Canada, US and UK do not have "PHP" in their supported currencies so we cannot add it for everybody otherwise it could generated unwanted side effects.

Regards,


Jerome - Obsidev.com
HikaMarket & HikaSerial developer / HikaShop core dev team.

Also helping the HikaShop support team when having some time or couldn't sleep.
By the way, do not send me private message, use the "contact us" form instead.

Please Log in or Create an account to join the conversation.

Time to create page: 0.067 seconds
Powered by Kunena Forum