Hello. I am a new user, and I would appreciate some help, or at least a few pointers. Much appreciated. I would like to create a ticket store system with conditional logic.
Customers that purchase a Product A gets an automatic discount on certain other products.
Like this.
Example
Store website gives the option to purchase the following products:
- Festival Pass $60
- Workshop Ticket Thursday
- Workshop Ticket Friday
IF customer purchases Festival Pass THEN price of Workshop Tickets is $35
ELSE Workshop Tickets price is $49
Thank you.