Tim

Forum Replies Created

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • in reply to: Trying to remove Date from Ticket Email #1094061
    Tim
    Participant

    Ahhh…that makes more sense. Will go ahead and apply the upgrade and then follow you original instructions.

    Thanks so much for your help!

    in reply to: Trying to remove Date from Ticket Email #1093994
    Tim
    Participant

    Hmmmm…my stucture looks different. My plugin is not /event-tickets/ but instead is /wootickets/. I can follow a path that looks like this (/wootickets/src/Tribe) and see a file called Email.php but do not see any code in it pertaining to the start_date. Are we talking about two different plugins here?

    in reply to: Change the starting point of the Ticket Number #1087159
    Tim
    Participant

    After doing some more digging, came across a MySQL query that was able to accomplish what we were after. In case anyone else could use this application, this is the query that we ran that enabled us to start the ticket numbers that are assigned to each ticket incrementing up from 500000:

    ALTER TABLE wp_posts AUTO_INCREMENT = 500000;

Viewing 3 posts - 1 through 3 (of 3 total)