You are viewing this forum as a guest. Login to an existing account, or create a new account, to reply to topics and to create new topics.
It is not possible for me to edit or change an unshipped order in 5.1, isn't that correct? I mean delete an item, or change a price, or change shipping.
What if I would hire a database programmer to write a program that would collect the order data from the trackitem table, put it in a form that I could edit, and then replace the old data with the modified data in trackitem? Could that work?
Thanks,
Nathan
Offline
You CAN change a price and shipping in admin.
You CAN'T change or edit the item id, item name, or delete an item in admin.
Are you using a company to host your site? If so they should be providing you with a db program like PHPmyadmin, or webmin or something that would allow you to edit the trackitem table easily.
Don't waste your money, you should easily be able to do yourself.
Offline
Yes, my host provides those tools. I guess I just thought it was kind of risky to edit a database directly. Not that I haven't done it, but rarely and regularly are two different animals.
In any case, is trackitem the only table that needs to be worked with, in order to edit an order? Anything else?
Thanks,
Nathan
Offline
Yes, thats the only place with item information.... the rest is editable in the admin for the order itself.
Offline