You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
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:
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.
The text was updated successfully, but these errors were encountered: