Double Tickets being added to cart

Home Forums Ticket Products Event Tickets Plus Double Tickets being added to cart

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #959768
    Drew Poland
    Participant

    Recently upgraded WooTickets and Events Cal (pro+community as well) and now when users add tickets to their cart, they get double tickets added.

    Has anyone else been experiencing this? I can’t seem to track down the problem.

    #959770
    Drew Poland
    Participant

    Sorry I was still running this patch and it was causing issues now that things are updated 🙂

    // Compatibility fix to help run WooCommerce Tickets 3.9 with WooCommerce 2.3.x
    if ( class_exists( 'TribeWooTickets' ) ) {
       // Form reference to ticket processing callback
       $wootickets = TribeWooTickets::get_instance();
       $callback = array( $wootickets, 'process_front_end_tickets_form' );
     
       // Switch to a later action
       remove_action( 'init', $callback );
       add_action( 'wp_loaded', $callback );
    }
    #984130
    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 3 posts - 1 through 3 (of 3 total)
  • The topic ‘Double Tickets being added to cart’ is closed to new replies.