View Single Post
  #1  
Old 07-07-2003, 08:07 AM
 
stevebag stevebag is offline
 

Member
  
Join Date: Jul 2003
Posts: 23
 

Default Running total in custom invoice....

Editing my order_data.tpl file to create a custom invoice I am trying to get a running total using $products[prod_num].total, ie;

quantity---description----price each-----total
5-----------cd-roms--------бё1.00---------бё5.00
2-----------books----------бё0.50----------бё1.00

I can't get the total column in the invoice, ie;price each * quantity.

Anybody got any ideas?
Reply With Quote