Zen Follower
- Join Date:
- Jul 2005
- Location:
- Charlottesville, VA
- Posts:
- 376
- Plugin Contributions:
- 0
Ack, billing address not showing on orders
Just updated my main bookstore and having a problem.
The billing address is not showing on order, on invoices, and is not being written to the database.
I wonder if it could be this customization to includes/classes/order.php, which is for printing purchase order info.
line 914 from version 1.3.0 with po modification:
$html_msg['PAYMENT_METHOD_FOOTER'] = (is_object($GLOBALS[$_SESSION['payment']]) ? sprintf($GLOBALS[$payment_class]->email_footer, $this->info['account_name'], $this->info['account_number'], $this->info['po_number']) : ' ');
if you think so...
how to reconcile it with the new print statement:
line 956 from version 1.3.5
$html_msg['PAYMENT_METHOD_FOOTER'] = (is_object($GLOBALS[$_SESSION['payment']]) ? $GLOBALS[$payment_class]->email_footer : $this->info['cc_type'] );
Would love to hear some ideas.