Page 1 of 1

moneybookers issue

Posted: Sun Nov 29, 2009 12:09 pm
by nipun5perera
Hi guys ,I installed opencart on my site and tried to do checkout using moneybbokers but it seems to be moneybookers payment module have some errors.

When i did the check out it redirect me to

Code: Select all

http://myshopp.net/index.php?route=checkout/confirm
and in the browser it say

"Content Encoding Error

The page you are trying to view cannot be shown because it uses an invalid or unsupported form of compression.
"
any help regarding this will be appreciated. :)

Re: moneybookers issue

Posted: Sun Dec 13, 2009 8:44 pm
by nipun5perera
any help regarding this ?

Re: moneybookers issue

Posted: Wed Dec 23, 2009 10:59 pm
by filippo
hi, you have to replace this:

Code: Select all

$this->data['country'] = $order_info['payment_iso_code_3'];
on this:

Code: Select all

$this->data['country'] = $order_info['iso_code_3'];
in:

Code: Select all

path_to_opencart_root/catalog/controller/payment/moneybookers.php