Jump to content

L_ERRORCODE0 -> 10605 (Presta 1.5.2)


Recommended Posts

Bonjour,

 

Voici ci-dessous mon code d'erreur :

 

  1. PayPal response:
  2. TIMESTAMP -> 2012-10-11T13:59:21Z
  3. L_ERRORCODE0 -> 10605
  4. L_SHORTMESSAGE0 -> Transaction refused because of an invalid argument. See additional error messages for details.
  5. L_LONGMESSAGE0 -> Currency is not supported
  6. L_SEVERITYCODE0 -> Error

 

Je sais que c'est un problème de transaction (XPF)

 

Mais je me souviens que sur l'ancienne version 1.4 (prestashop), la convertion se faisait automatiquement (XPF -> EURO)

 

Pouvez-vous m'aidez s'il vous plait ??

 

Cordialement,

Edited by xavpowa (see edit history)
Link to comment
Share on other sites

  • 3 weeks later...
  • 5 weeks later...
  • 1 month later...

Having the same f****** problem!

I managed to come up with a temporary workaround for the L_LONGMESSAGE0 -> Currency is not supported error.

First I've added the US Dollar as a second currency (but NOT the default one).

I've hooked the Currency Block into the Top of payment page hook.

This is possible by adding this extra code to blockcurrencies.php:

 

public function hookDisplayPaymentTop($params)
{
if ($this->_prepareHook($params))
return $this->display(__FILE__, 'blockcurrencies.tpl');
}

And then edit blockcurrencies.css to place the currency block exactly wherever you want. I placed it just to the right of the PayPal checkout option. And above you can specify to the clients that then need to switch the Currency before they can pay using PayPal.

 

This workaround should not be an option! Wtf is wrong with PS developers!?!?

 

This is really freaking disappointing! I've started developing a new webstore on PS 1.5.3.1 and the damn PayPal module won't convert my non supported currency to $. This used to work on PS 1.4.9.

What the hell is wrong with PS developers!? I had so soo sooo many headaches in the last month due to PS 1.5! It's worst than 1.4.9 but I can't downgrade now cause the store is almost done. Gonna stick with 1.4.9 in future projects or switch to some other e-commerce platform!

Link to comment
Share on other sites

  • 8 months later...

public function hookDisplayPaymentTop($params)
{
if ($this->_prepareHook($params))
return $this->display(__FILE__, 'blockcurrencies.tpl');
}And then edit blockcurrencies.css to place the currency block exactly wherever you want.

 

I'd appreciate if you can provide some guidelines for how to edit blockcurrencies.css file to position Currency Block on the page.

 

Thanks in advance.

Link to comment
Share on other sites

Guest
This topic is now closed to further replies.
×
×
  • Create New...