Question
Update order Status
Hi,
In my order history page I am trying to implement the ability cancel an order in progress. The order history page shows all orders both open, closed, and in process. When the customer clicks the cancel order link, I take them to a new page asking to confimr they want to cancel.
The only think I need to do is to change one column in the order table, that is, the order status from process to cancel.
What is the best way to do this. Do I have to have an Update Form to do this on the "confirm cancel" page? Can it be done without a form, such as just clicking a text link?
Thanks
In my order history page I am trying to implement the ability cancel an order in progress. The order history page shows all orders both open, closed, and in process. When the customer clicks the cancel order link, I take them to a new page asking to confimr they want to cancel.
The only think I need to do is to change one column in the order table, that is, the order status from process to cancel.
What is the best way to do this. Do I have to have an Update Form to do this on the "confirm cancel" page? Can it be done without a form, such as just clicking a text link?
Thanks
