adelnaser Posted September 27, 2013 Share Posted September 27, 2013 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 More sharing options...
Hi-media_SupportIT Posted September 27, 2013 Share Posted September 27, 2013 Hi, Hipay does not support "RO" language (on the backoffice) But you can open an account in English on the website : https://www.hipay.com/registration/register Feel free to contact us for more informations Best, Hipay technical Support Link to comment Share on other sites More sharing options...
wutever0 Posted September 19, 2016 Share Posted September 19, 2016 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 More sharing options...
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now