emre
August 9, 2016, 4:05pm
4
I think you’ll find this tutorial helpful. This is not the direct answer of your question but like I demonstrated replacing muffins with cookies you can replace drinks without changing original order.
It is possible to create a refund item button in ticket so you can change previously sold items with new items.
First of all we’ll start by creating a new automation command.
[image]
We’ll map this automation command to ticket lines.
[image]
This button should be visible for only new added lines and it will be enabled if item not gifted or voided.
After Saving it we’ll create a new action.
[image]
Price should be negative so we’ll use [=0-Order.Price] expression. Also We should set…
Here you can find some more automation ideas to try.
This setup is originally based on the Tutorial by @emre , here:
However, as discussed in that thread, I wished for an alternate method so that Accounts would reflect the correct Balances.
Operational Flow:
[image]
First, you will need to implement this setup, to be able to Re-open a previously-Settled Ticket:
Once you have the above implemented, the setup of the Refund button is simple.
Ensure your Ticket Types have the option selected for Allow Zero Priced Orders:
[image]
Au…