Page 1 of 1

Auth.net setup

Posted: Tue Nov 16, 2010 2:17 am
by JasonC
Hello,
This is my first attempt at an opencart installation (1.4.9.1) and I am happy to say that everything works as expected so far. I am looking for a solution that populates the "invoice" field in the merchant email receipt with the order ID number. I am using the included authorize.net AIM payment module.
Thanks!

Re: Auth.net setup

Posted: Wed Nov 17, 2010 3:56 am
by JasonC
If anyone else is looking for this, or to answer my own question;

On line 74 of authorizenet_aim.php I inserted this

Code: Select all

$data['x_invoice_num'] = $this->session->data['order_id'];
The order ID number now prints in the invoice field.

Re: Auth.net setup

Posted: Wed Nov 17, 2010 4:03 am
by Qphoria
Added to core for next release.
Thanks!