Okay
  Public Ticket #3579032
Link directly to Event Ticket Popup
Closed

Comments

  •  2
    WiseUpMarketing started the conversation

    Is there a way to link straight to an Events Ticket Popup window for purchasing of tickets? 

    In essence we have setup a custom landing page for our event and want to buy-pass the Event Details page and go straight to the ticket purchase popup from a button clicked on our landing page. Is this possible? 

  •  783
    Zhivko replied

    Hi,

    Currently there is no such option I am afraid.

    I will write the code for this in the next update.

    The shortcode will be [stec_event_tickets]



    Stachethemes Developer

  •  783
    Zhivko replied

    As of v5.2.4 there is a shortcode for this:

    [stec_event_tickets]

    Shortcode parameters:

    • event_id - (required) The event id
    • date - (optional) Repeat date occurrence. Format: YYYY-MM-DDTHH:mm
    • mode - (optional) "modal" mode displays the event tickets list in a popup when the button is pressed, while "static" mode directly opens the container on the page
    • button_text - (optional) Text for the button that opens the modal window
    • custom_button - (optional) Event custom button class name if you want to style your own button

    Shortcode example:

    [stec_event_tickets event_id=123 mode=modal button_text="Buy Tickets"]

    Stachethemes Developer

  •  2
    WiseUpMarketing replied

    Thank you for including this in a more recent release of the plugin. 

    Unfortunately, on trying to upgrade to the latest version and then running the migration tool within your plugin to upgrade from 3.2.4 to 5.2.4 our events pages were appearing blank (with none of the event information displaying), so we reverted back to the 3.2.4 version for now. Looks like some more testing and bug fixing may be required prior to enabling upgrading. Otherwise we are keen to try this feature soon but need the events working on our site as a priority instead.