#NinjaMasta
1 messages · Page 1 of 1 (latest)
hi there! yep i did, i was going to check in with you on your use case for showing a negative "total" amount on the Terminal
could you share a bit more on that?
Yeah, for refunds basically
If someone comes in and returns an item with no other purchases, the amount will be negative.
so, you just want to show the customer the negative amount?
The terminal device isn't going to be able to give them credit from a negative total amount
Yes, just for display as they are checking out.
We show them the amount and then issue the refund to the original card
Or if a refund item is added first the amount should show negative until other purchased items are added to the cart...
hrm, i'll need to check in with the product team then get back to you on this via email. I don't think this was a usecase that they had considered initially.
Otherwise we would have to show 0 or not show anything at all I guess.
Another option would be to show a positive total and say "Total Refund", but not sure if it is possible to change the total text?
i don't think you should use the terminal device in this case
the terminal device is really meant to collect payment
it's not meant for displaying refunds
I suppose that is an option...
Still unable to show a single negative amount if a return item is scanned first though
But I suppose we can just not update the screen unless the total due is > 0
^ sounds reasonable to me
Ok I will run it by the owner and see if that is acceptable.
do you have a bigger screen on the cashier side?
The employee runs a web app with the cart info visible to them, but nothing visible to the customer