dinoperovic / django-salesman

Headless e-commerce framework for Django and Wagtail.
https://django-salesman.rtfd.io
BSD 3-Clause "New" or "Revised" License
391 stars 48 forks source link

Modify order #48

Open thenewguy opened 3 months ago

thenewguy commented 3 months ago

Often an order that is placed needs to be changed before shipping - i.e. customer calls in and meant to add 7 more widgets to the order.

It would be awesome if there was a method or workflow to facilitate the modification of an order. I have also considered "replacing" an order so that order history is preserved - but it might be confusing for the user if an order reference number changes.