Add Sponsors Logo into tickets and display the Ticket Information separately.

Home Forums Ticket Products Eventbrite Tickets Add Sponsors Logo into tickets and display the Ticket Information separately.

Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #29973
    Debbie Koenig
    Participant

    Hi Team,

    Is there a provision of adding sponsors logo into tickets? We want to customize the design of the ticket and also want to display sponsors logo when the user receives an email notification upon purchase. Also, we do not want to display the Ticket Information on the same event page but on other page. is that possible?

    #29982
    Barry
    Member

    Hi Parvaiz.

    Is there a provision of adding sponsors logo into tickets?

    When you say “tickets” do you mean the emails generated by eventbrite.com? If so you would need to discuss that with their own support team – so far as I know the Eventbrite API wouldn’t allow our plugin to facilitate this.

    Also, we do not want to display the Ticket Information on the same event page but on other page. is that possible?

    Yes probably, you could embed the tribe_get_ticket_form() function in another page template, or even work it into a shortcode.

    You would however need to alter the global $post variable since that is used to determine the event ID (and of course clean up and restore $post to its original value afterwards).

    #31018
    Debbie Koenig
    Participant

    Hi Barry,

    Thanks for the update. Could you please provide me some kind of documentation or tutorial for embedding the tribe_get)ticket_form() function using shortcode.

    #31043
    Barry
    Member

    It’s a bit hackish, but you could add this code to your theme’s functions.php file then use the shortcode inside pages/posts as follows:

    [wooticketform eventid="123"]

    Note that that ID is the ID of the event for which you are selling tickets.

    #31044
    Barry
    Member

    Sorry Parvaiz – I was actually between two different support requests. Of course, you don’t need this for WooTickets but the mechanism is similar and it should work just the same with Eventbrite.

    #31086
    Debbie Koenig
    Participant

    Hi Barry,
    I’ll try this shortcode method. Thanks for providing this… 🙂

    #31144
    Leah
    Member

    Thanks Parvaiz! Let us know if you need further help.

    ~Leah

    #978446
    Support Droid
    Keymaster

    This topic has not been active for quite some time and will now be closed.

    If you still need assistance please simply open a new topic (linking to this one if necessary)
    and one of the team will be only too happy to help.

Viewing 8 posts - 1 through 8 (of 8 total)
  • The topic ‘Add Sponsors Logo into tickets and display the Ticket Information separately.’ is closed to new replies.