Well, it looked promising but the code that is referenced in his bug fix is not in the orders.php file. Part of it is but it is different that mine
When i installed his PO MOD, orders.php was one of the files that was required be updated, so I used his orders.php in place of the original. at least that is what the directions said to do. I am using 1.3.7 and here is the line of code in my orders.php that is refererenced in the link that was provided above:
Code:
$html_msg['PAYMENT_METHOD_FOOTER'] = (is_object($GLOBALS[$_SESSION['payment']]) ? $GLOBALS[$payment_class]->email_footer : '');
And the code on the link above which I thought would be the fix is:
Code:
$html_msg['PAYMENT_METHOD_FOOTER'] = (is_object($GLOBALS[$_SESSION['payment']]) && $GLOBALS[$payment_class]->email_footer != '') ? nl2br($GLOBALS[$payment_class]->email_footer) : $this->info['cc_type'];
Turns out, the two pieces of code are a little more different that I thought they would be. what do you recomend I do?
Thanks,
Slabadoo
Bookmarks