Hi There,
I'm wondering if this is possible. Firstly, see the following screen shots
What I've been asked to do is add the brewery name to the order summary email, in this case it's the text "Wold Top -".
Now I've already created a custom field in the products table, and I'm inserting it into product > listing > img_title.php to display the brewery on the product listing page. So my question is can I use this same code (which is <?php echo $this->row->brewer; ?>) to display that custom field on the order summary email or do I have to do something different?
Kind Regards,
Matthew