You need to edit the order.php class file ...
/includes/classes/order.php
First follow where the table references for:
TABLE_PRODUCTS_ATTRIBUTES
are and add your new field references there ...
Next follow where the table references for:
TABLE_ORDERS_PRODUCTS_ATTRIBUTES
and add your new field references ...
Then, you need to do the same, similar thing in the Admin order.php class:
/admin/includes/classes/order.php
It takes a bit of sorting out, but should help you get this information from the




