USB Cash Drawer

I have usb cash drawer that when you execute a .exe file it opens the drawer. Is there anyway to have the exe execute when the ticket is paid?

You can use Start Process action to execute an exe file. You can find some samples if you search forums.

You can execute this action by handling Payment Processed rule. You can also check if payment type is Cash to open drawer. If you search for Payment Processed rule you’ll find some samples about it too.

thanks, that got me pointed in the right directions. I got it working