so should I just add them as additional fields in the Order table and bind them to the cart values for SubTotal, Discounts and Charges? 
yes, that is correct. you should have a column in the order table for the total, discounts, charges and use the corresponding cart bindings in the store order summary behavior.


