Fix Customer Information
Correct typos in customer names, update email addresses, or fix phone numbers before orders are processed.
Edit orders to correct customer information, update shipping addresses, modify product quantities, or change shipping methods. Orders can only be edited when they are in specific statuses that allow modifications.

Correct typos in customer names, update email addresses, or fix phone numbers before orders are processed.
Change delivery addresses when customers request updates or when addresses are incomplete or incorrect.
Adjust quantities, add or remove items, or update SKUs when order details change before processing begins.
Update shipping methods or carriers when customers request different delivery options or when methods are unavailable.
Orders can only be edited when they are in specific statuses. The Edit button appears automatically for orders in these statuses:
Navigate to Orders List
Go to Orders from the main menu or access orders.php directly. The orders list displays all your orders in a table.
Find the Order to Edit
Use the search bar or filters to locate the specific order you want to edit. You can search by Order ID, Order Number, Reference Number, or Customer Name.
Click the Dropdown menu Button
Look for the Edit option. The option only appears for orders in editable statuses. Click Edit to open the order editing form.
Edit Order Details
The editing form opens in up-order.php with multiple sections:
Update Customer Information
In the Order & Shipping Details section, edit:
Modify Products
Navigate to SKUs & QTYs section to:
Change Shipping Method
In the Shipping Method section, select:
Review and Submit
Go to Verification & Submit section to review all changes. Click Submit to save your edits and update the order.
The order editing form (Pre_orderedit.php) is organized into clear sections that guide you through the editing process:
This section contains all customer and address information:
Manage the products in the order:
Configure how the order will be shipped:
Final review before saving:
When you start editing an order:
Status Changes to 64: The order status automatically changes to 64 (Currently Being Edited) to prevent other users from editing it simultaneously.
Original Status Saved: The system saves the original status in status_before_editing so it can be restored if needed.
Temporary Tables Used: Order data is copied to temporary tables (pre_orders and pre_orders_detail) for editing.
Status Restored: After you submit changes, the order returns to its original status or moves to the next appropriate status based on your edits.
After you submit your edits:
For orders with status 17 (Pending to Dropshipper) or 19 (Dropship Error), you can use the EDIT2 button which opens a specialized editing form for dropship orders.
If an order is already being edited (Status 64) and you are the user who started editing it, you can click Continue Editing to continue editing and finish your changes.
Some orders can be edited directly through. This provides an alternative editing interface for quick updates.
Verify the order status before attempting to edit. Only orders in specific statuses can be modified.
Finish editing promptly to return the order to its normal workflow. Orders in Status 64 are locked from other operations.
Double-check customer names, addresses, and contact information before submitting changes to avoid shipping errors.
Confirm all product quantities and SKUs are correct. Incorrect product information can cause fulfillment issues.
Change shipping methods before orders enter processing to avoid delays or additional costs.
If editing complex orders, save your progress frequently. Use the form’s navigation links to move between sections.
Problem: The Edit button doesn’t appear for an order.
Solution:
Problem: You see “The Shipping# [OrderID] can’t be edit. please check the order status.”
Solution:
Problem: Order shows Status 64 and you cannot edit it.
Solution:
Problem: After clicking Submit, changes don’t appear.
Solution:
Next Steps: After editing orders, learn about Order Status & Workflow to understand how order statuses change throughout the fulfillment process.