The default template for the admin shopping cart does not calculate the order total as items are added to the order. I want to use an event on the add order items before record added to calculate the Order_total field in the order_admin table by multiplying the Qty_order by the Sell_price.
I am not sure how to code this. Any help would be appreciated.