|
I am looking for a method to create a custom order for a customer and then let the customer edit the order as if he created a shopping cart with the items in that custom order.
At the moment, I can do the following:
- Sales > Order > Create New Order
- Edit Order
- Invoice customer
I want to do this:
- Sales > Order > Create New Order
- Edit Order
- Let customer log in and further edit the order and leave comments explaining why
- Invoice customer
e.g. Can I simply add items to a user’s shopping cart and just make a similar version of the checkout page with the modifications I need? Or is there a better way?
|