Fields mispopulated when editing an order
Status: Beta
Brought to you by:
notgoddess
When editing an order, the following was noted:
1. The Notes, Comments, and Other text boxes have the
following (omitting quotes since it begins with a quote):
".htmlspecialchars($notes)
".htmlspecialchars($comments)
".htmlspecialchars($other)
..Respectively.
2. The "Print Size" column in the order detail contains
"$description" throughout.
3. Changes made to the Paid/Confirm and Status fields
do not save after clicking "Update Order Information".
cart/lib/admin_functions.php
Logged In: YES
user_id=1289873
That code was legacy code-there's a new version, but unfort
I don't have the hours atm to make sure it's compatible, so
I think I fixed all the issues in this version.
-Ng_
Logged In: YES
user_id=306287
This partially fixes it. The display problems are gone, but
I tried to change the order status (from "New" to
"Processing") and could not get the change to stick.