Hi all.

Great Mod have been using it for a while with no problems.

However I have just implemented a new CC ON DEMAND processing Mod and have now found an oversight in the Order Editor mod.

When you edit an order using Order Editor it updates the totals stored in the Orders_ Total table but does not update the order total contained in the Orders table.

The mod that I use pulls the order value to be charged on the CC from Orders table. However if I edit and order and the total changes the total showed on ther orders.php is the same as the total stored in the orders_total but is different to the order_total stored in orders. When I process the payment the wrong un-edited value is sent.

I also presume that other scripts such as Order totals or reports may pull info from the orders table.

How can I modify the code of edit_orders.php so that as well as updating the orders_total it also updates the field order_total in the orders table.

Thanks for any assistance.