hi guys:
I got a problem with paymate module. When customers checkout by paymate there is a error message saying:iNotice: Undefined index: iso_code2 in /hostname/catalog/controller/payment/paymate.php on line 58 .
anyone know what happened and how to fix it up?
Thanks a lot
yup i had the same thing. luckily the client only ship to New Zealand so i could do a quick fix.
in the paymate.php file change the code from
$this->data['pmt_country'] = $order_info['iso_code_2'];
to
$this->data['pmt_country'] = 'NZ';
in the paymate.php file change the code from
$this->data['pmt_country'] = $order_info['iso_code_2'];
to
$this->data['pmt_country'] = 'NZ';
Who is online
Users browsing this forum: No registered users and 11 guests