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!
If anyone else is looking for this, or to answer my own question;
On line 74 of authorizenet_aim.php I inserted this
The order ID number now prints in the invoice field.
On line 74 of authorizenet_aim.php I inserted this
Code: Select all
$data['x_invoice_num'] = $this->session->data['order_id'];
Who is online
Users browsing this forum: No registered users and 8 guests