How would we go about limiting the delivery method options for online orders? We have events that we offer online at venues that do not have a will-call so we need to be able to control what methods are available to make sure a patron cannot choose a HABO option for an event that does not handle will-call.
Thanks for your help.
/Jim
You are probably looking for an API or Tesistura way of doing this - off the top of my head I can tell what I've done this before by building a trap on the delivery method control.
You could use a session variable, a keyword, query string value - really whatever works best for you. If in this case it's specific to the venue, I would base it on that value.
Anyway, either with radio buttons or a drop-down, just build the data bind to exclude Will-Call if the Session(venue) = X.
Good luck!