Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Cancel order item without refunding #569

Closed
chladog opened this issue Nov 20, 2020 · 3 comments
Closed

Cancel order item without refunding #569

chladog opened this issue Nov 20, 2020 · 3 comments

Comments

@chladog
Copy link
Contributor

chladog commented Nov 20, 2020

Is your feature request related to a problem? Please describe.
We can now cancel an item from the order, but only with refund functionality. If we adjust refund amount to sum 0, then the refund button is disabled.

Describe the solution you'd like
It's possible to agree on different fulfillment by direct communication with the customer - then we just want to cancel the item from the order, but we do not want to refund him any amount.

@michaelbromley michaelbromley added this to the v0.18.0 milestone Nov 20, 2020
@michaelbromley
Copy link
Member

Hi, can you help me to understand the use-case a bit better?

If you are cancelling and OrderItem but not refunding, what then happens? Are you sending a different item instead?

@chladog
Copy link
Contributor Author

chladog commented Nov 26, 2020

Yes, for example if we find out error in stock and we do not have it yet it was already ordered by customer we can agree with the customer on sending product with similar price instead and just cancel that particular item from the order without refunding the money. - this is now unpossible - either we have to go to that missing product and raise stock so we can fulfill the order (with false information in final statement), or cancel & refund (with missing information in final statement).

The core of the problem is lack of feature #314, until then we depend on direct communication with customers and cancelling items / adding products "out of the system", which is not ideal especially because of tax reporting.

@michaelbromley
Copy link
Member

Ok, thanks for the info. It is possible to cancel items without a refund via the Admin API. The current issue is more a limitation of the Admin UI. I think a smarter UI layout can solve this. Something like:

item SKU quantity select cancel refund
widgetA 01000 1 [1] [✅] [ ]

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants