SELECT 
'Order total' title,'Order total' text, total value, 'ot_total' class, 1 sort_order
FROM vtiger_invoice 
where  invoiceid = <@ORDERS_ID@> 
