• Resolved racket8912

    (@racket8912)


    Hi, I am trying to make a ticket selling website similar to StubHub. I will use an API to feed in events for sale and use this plugin for the users to view the events and purchase the tickets.

    My problem is there are no settings for the event page to display all tickets to an event.

    What I mean is, for example, a sporting event would have different tickets for each seating section of the arena. How do I display these tickets on my event page? It seems there is no way to differentiate the individual tickets for each event?

    Also, I want to know how to add in events and tickets programmatically through my custom PHP code. I do not want users to add any events and I don’t want to add events in the admin dashboard but instead through my PHP code so I can pull event data from API requests and populate new events that way.

    I have the sell tickets plus registrations add-on by the way.

    Please help.

Viewing 4 replies - 1 through 4 (of 4 total)
  • Hi @racket8912,

    1. Paid addon related query you need to create a ticket here https://support.wp-eventmanager.com
    2. If you know how to import events via code then you can easily create custom post type (event_listing) events in our plugin. We don’t have any code to create events directly from anywhere.

    We are working on API and once it is available then you can use it.

    Thank you

    Thread Starter racket8912

    (@racket8912)

    Hi @hiteshmakvana

    How do I import events via code so I can create custom post type (event_listing) events for your plugin?

    I am pulling API information dynamically so I need to create the events programmatically and add each ticket type programmatically as well.

    Is this currently possible?

    It’s just 1-3 functions I need to know. Please help.

    Hi @racket8912,

    Yes, you can create custom post type (event_listing) from your side. Tickets are woocommerce products so you might need to understand product type in woocommerce it is also custom post type.

    Please check both. If you have any query related to ticket addon you must have to write here https://support.wp-eventmanager.com

    Thank you

    Hi @racket8912,

    We haven’t heard back from you in a while, so I’m going to mark this as resolved.if you have any further questions, you can start a new thread.

Viewing 4 replies - 1 through 4 (of 4 total)

The topic ‘Create a Ticket Selling site’ is closed to new replies.