Florent

Forum Replies Created

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • Florent
    Participant

    Hi,

    You can try replace :

    $woo = Tribe__Events__Tickets__Woo__Main::get_instance();

    by :

    $woo = Tribe__Tickets_Plus__Commerce__WooCommerce__Main::get_instance();

    in reply to: Function to view the tickets front form #994930
    Florent
    Participant

    Hi,

    Don’t understand what this function made …

    I have code my own solution with

    $wootickets = Tribe__Events__Tickets__Woo__Main::get_instance();
    $ticket_ids = $wootickets->get_tickets_ids( $eventid );
        foreach ( $ticket_ids as $ticket_id ) {
            $ticket = $wootickets->get_ticket($postId, $ticket_id);
    ...

    Thanks

    • This reply was modified 8 years, 8 months ago by Florent.
    in reply to: WOOCommerce version #988786
    Florent
    Participant

    Hi,

    Last version is 3.10, which is newer than 3.9.2.

    If you prefer :
    3.10.0 (June 16, 2015)
    3.09.2 (February 20, 2015)
    3.09.1 (February 12, 2015)
    3.09.0 (September 4, 2014)
    etc …

    in reply to: Add custom text field in Tickets #987972
    Florent
    Participant

    This is a clear response, it will prevent me from seeking longer;)
    I will study what other solution I have
    Thanks

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