I did find another thread on this and tried the steps recommended but I cannot get it to work.
I have a field in the database called "dropdown"
In the /includes/classes.order.php I have added:
'dropdown' => $order->fields['dropdown'],
in the $this->info array
and then I added this in the order totals area (I want the field to be right below the order total)
if ($this->info['dropdown'])
$email_order .= $this->info['dropdown'] . "\n\n";
I have the text pulled in that I want to go before this database field.....but just cannot pull this field....
Can anyone advise what I am doing wrong?!?!?!?
Thank you!!!!!


Reply With Quote
