Date Event in Admin Email

Home Forums Ticket Products Event Tickets Plus Date Event in Admin Email

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #129962
    oscarl
    Participant

    Hi there, is so important for my cliente include the date event in the mail for the administrator, please how i can include that, thanks

    #130233
    Barry
    Member

    This is really the sort of thing you’d need to develop yourself, I’m afraid, however:

    • We’d certainly welcome this as a feature request
    • You might be able to leverage this library to help you if you do decide to build this as a customization (examples of what it can do here)

    I hope that helps 🙂

    #130312
    oscarl
    Participant

    I just to try that but it give me a php error! not work, please help!!!

    #130325
    oscarl
    Participant

    Call to undefined function woot_is_event_ticket()

    #130360
    oscarl
    Participant

    I solved that deleting

    // Preflight checks
    if (!class_exists(‘TribeWooTickets’)) return;
    if (!class_exists(‘TribeEvents’) || -1 === version_compare(TribeEvents::VERSION, ‘3.1’)) return;
    if (!class_exists(‘WooCommerce’) || -1 === version_compare($woocommerce->version, ‘2.0.13’)) return;

    but i need to show event name and date in the administrator mail!!! please help!

    #130631
    Barry
    Member

    We’d love to help further but this is really something where you’re going to have to drive the customization forward by yourself, I’m afraid. Remember that you don’t need to use Woot Library “as is”, you can inspect how it works and use it as the basis of your own solution.

    Good luck – and please do feel free to post a feature request 🙂

Viewing 6 posts - 1 through 6 (of 6 total)
  • The topic ‘Date Event in Admin Email’ is closed to new replies.