Conditional seats display
-
Hello,
I’m testing this amazing plug-in on a local install and I’m trying to set-up my first booking form.
Problem is: I have two different seats:#_SEATS{1}
has a standard price,#_SEATS{2}
costs is reduced (-30%). In order to get the reduced price you have to be a member of a nation wide association, they will have to show their membership card on the day of the event. I have set a custom field (dropdown) that just asks if they are members of the association. If the answer is yes, then the#_SEATS{2}
field should show up. But if nothing is selected or the answer is no,#_SEATS{2}
should’t be available. Hope it make sense.
I read all the documentation, but I cannot find a way to do it. If I use RSVP conditions and#_DYNAMICDATA
, I can only show the content stored inside templates, and therefore no#_SEATS{2}
… Is there a way to achieve this with actions? I also thought I could apply a discount, but I tried to study the discount exemple code and I cannot make it work even in its basic form. Could you please provide some suggestion?
- The topic ‘Conditional seats display’ is closed to new replies.