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?
|