Okay
  Public Ticket #1888534
Event Tickets
Closed

Comments

  •  1
    beezley started the conversation

    If you have different types of tickets say Senior, Adult and Child how can the user purchase more than 1 type of ticket? You can only select one type in the select ticket drop down and after adding it to the cart the add cart button is replaced with view cart or proceed to check out. How can you add another type of ticket?

    Thanks,

    Richard 

  •  795
    Zhivko replied

    You will have to customize the script.

    Replace file \stachethemes_event_calendar\front\js\adds\booking.js with the one I've attached.

    In St. Event Calendar -> Fonts & Colors -> Custom style tab add following css:

    .stec-layout-event-inner-intro-booking a {
        float: right;
        margin-left:5px;
    } .stec-media-small .stec-layout-event-inner-intro-booking button,
    .stec-media-small .stec-layout-event-inner-intro-booking a {
        float: right;
         width: 100%;
         margin:0;
         margin-top: 5px;
    }



    Stachethemes Developer

  •  795
    Zhivko replied

    The new file: 


    Stachethemes Developer

  • hype4events replied

    How are you differentiating the different tickets
    For example there are two adults X and Y. How are you making X's ticket different from Y's and vice versa

  •   beezley replied privately