Jump to content

Hipay solutions


Recommended Posts

Hi guys,

 

After I saw that paypal doesnt have my country's currency I've reoriented myself to Hipay but when I try to make an account I get this error:

 

"An error occurs durring the account creation: Operation not allowed : This locale is not active : ro_RO"

 

Note: Both romanian and english languages are installed and online, when just ro was online the error was "This locale is not active: en_EN", now I get the ro error.

 

Any suggestions?

Link to comment
Share on other sites

  • 2 years later...

This has been a very frustrating module. It seems all the Prestashop payment modules are competing with each other in how to waste your time.

 

For this issue:

 

In hipay.php in the processAccountCreation function, in line 966, replace this code:

'locale' => $this->formatLanguageCode(Context::getContext()->language->language_code),

with this:

'locale' => $this->formatLanguageCode('fr_FR'/*Context::getContext()->language->language_code*/),

That's the only way it will accept creating an account. I would have gone to the link Hi-media_SupportIT suggested but it was broken!

 

You will get an email in French just click on the obvious link in the middle. I could proceed with the rest of the account configuration on the HiPay site in English.

 

You would have to wonder though if you really want to use a module that you had to hack like that for actual payment handling.

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...