Re: Orders Table
Bryce, did the fix work for you? Here is my quandry.....
I have a number of custom fields that customers fill out when registering.
The data is captured in the customers table of the database.
I have gotten as far as placing
Code:
No thank yous: <?php echo $order->customer['nothanks']; ?>
into super_invoice.php, the proper corresponding code into order.php in included/classes and the appropriate field into table_orders.
What I am wondering is how does the information get from the customers table into the orders table so that it will show on the invoice.
This is in ZC 1.3.7
Edit: I went into the DB, and entered some text into the field of the orders table and it shows on the invoice. So, how can I get the orders table to pull that field from the customers table like it gets the rest of the customer data?
Just knowledgeable enough to be dangerous.