View Single Post
  #1  
Old 11-05-2002, 08:48 PM
 
paul paul is offline
 

Member
  
Join Date: Oct 2002
Posts: 13
 

Default 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????
Reply With Quote