How to Access New Table Elements in template
I added a new element in the orders table and would like to use it in the history_order.tpl. The order.php code creates the $orders variable and is passed to the above template but I am unable to access this new element.
In history_order, I can enter a new value for this element and it is stored in table.
Any ideas????
|