Quote Originally Posted by lhungil View Post
Re-install Edit Order's 4.1.1 (all steps to make sure your files are up to date) and make note of any messages. If you replaced "orders.php" with the one from "Super Orders" or any other module after the installation of "Edit Orders", the changes made during installation of "Edit Orders" will no longer be present in "orders.php". If you re-install "Edit Orders" the installer should automatically make the needed changes to "orders.php".

The "Edit Orders" installer changes all instances of FILENAME_ORDER_EDIT to FILENAME_EDIT_ORDERS if a version of "Super Order" <= "4.0.5" is installed.


Once "Edit Orders" 4.1.1 is re-installed (and working), you have two options to fix the "messed up" order's subtotal:
  1. Write down a list of products (including attributes and price) from the order. Remove all products from the order using "Edit Orders". Use phpMyAdmin or similiar to manually correct the "text" and "value" for subtotal and total (if nothing is in the order these should be "$0.00" and "0.0000" in the orders and orders_total database tables (for the specific order_id). This should fix the order to have correct subtotal and total data. You can then go back to "Edit Orders" and re-add the products.
  2. Simply create a new order for the customer (see the "Admin New Order" plugin or "Encrypted Master Password" plugin). You can then use "Edit Orders" to re-create the order information in the "messed up" order. When done, you can delete the "messed up" order (so it does not show in invoices or the customer history).
Thank you very much for the help! The steps worked, I wanted to keep that order as the same one due to the customer had already paid with Paypal so I didn't know how bad it would jack things up to cancel that order and redo a new one. So, I followed the steps for getting into SQL and after editing it there and then adding everything back in I am now good to go on that side!

I have one more problem but I think it is a Super Orders thing, when I go to bring up the Packaging Slip, and I have images on, it shows the same thumbnail for 2 different products. Any thoughts or should I move this over to the support thread for it?

Thanks again for all your help!