Anybody ever implemented an edit orders functional...
# suitecommerce
m
Anybody ever implemented an edit orders functionality? Thought on the following solution? Here is what I was thinking I would do. 1. Use the Reorder All Items to dump all the items from the Sales Order into the cart. 2. Set session variables for
salesorder = id
and
isEdit = true
. 3. They would interact like they normally would with the cart. 4. In checkout instead of creating a new SO it would interrupt the normal ending checkout process and instead of creating a new SO it would update the existing one.