• I have written a lot of compiled and interpreted code for PC. However I am lost as to how to implement some of the example php code you have. Where is it placed to work with my tickets.

    I want to be able to allow a credit card to be used if the dollar value is more tan a certain amount. I would also like to have a x tickets for $Y with x being deducted from the available tickets.

    I think I need to write some code for that.

    Thanks, Jeff

Viewing 1 replies (of 1 total)
  • Plugin Author Joe Dolson

    (@joedolson)

    The easiest way to handle the gateways question would probably be with JavaScript; I don’t see any way to do it on the PHP side off hand.

    But using JS, you could monitor the total value and show or hide the selector for a credit card gateway based on the total. Not foolproof, but would pretty much serve the purpose.

    I can’t think of a way to do a 3 for $5 deal, however, off hand.

Viewing 1 replies (of 1 total)
  • The topic ‘Adding code to my tickets’ is closed to new replies.