Page 1 of 1

paypal standard iso error on line 27

Posted: Mon Jan 04, 2010 5:23 am
by flyfishingcolorado
Undefined index: payment_iso_code_2 in /home1/flyfishi/public_html/flyshop/catalog/controller/payment/pp_standard.php on line 27
This is line 27 code
$this->data['country'] = $order_info['payment_iso_code_2'];

Also I see a paypalexpress.php page in the controller/payment folder. Why does that not show up on the extensions payment control tab in the admin panel?

Re: paypal standard iso error on line 27

Posted: Mon Jan 04, 2010 5:38 am
by Qphoria
you see paypalexpress.php_ meaning it is not ready

The error looks like you are using a newer version of pp_standard with an older version of opencart.

Re: paypal standard iso error on line 27

Posted: Mon Jan 04, 2010 6:24 am
by flyfishingcolorado
Qphoria,

This is the std 1.3.4 that I downloaded from the oc site. Whatever is in the download is what I am using.