SELECT 
title, text, value, class,sort_order
FROM <@PREFIX>orders_total 
where  orders_id = <@ORDERS_ID@>
order by sort_order
