xavpowa Posted October 11, 2012 Share Posted October 11, 2012 (edited) Bonjour, Voici ci-dessous mon code d'erreur : PayPal response: TIMESTAMP -> 2012-10-11T13:59:21Z L_ERRORCODE0 -> 10605 L_SHORTMESSAGE0 -> Transaction refused because of an invalid argument. See additional error messages for details. L_LONGMESSAGE0 -> Currency is not supported 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 December 3, 2012 by xavpowa (see edit history) Link to comment Share on other sites More sharing options...
Bejo Posted October 18, 2012 Share Posted October 18, 2012 i have same problem Link to comment Share on other sites More sharing options...
xavpowa Posted November 4, 2012 Author Share Posted November 4, 2012 Up .... Link to comment Share on other sites More sharing options...
xavpowa Posted December 3, 2012 Author Share Posted December 3, 2012 Up 2 .. Link to comment Share on other sites More sharing options...
dpcdpc11 Posted January 18, 2013 Share Posted January 18, 2013 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 More sharing options...
SergeyAV Posted October 2, 2013 Share Posted October 2, 2013 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 More sharing options...
Recommended Posts