infamia

Forum Replies Created

Viewing 15 posts - 16 through 30 (of 33 total)
  • Author
    Posts
  • in reply to: bug with woocommerce 2.0.13? #62177
    infamia
    Participant

    I will test again. But it will take me a while so we can mark this closed and I’ll start a new thread if I find a problem with events/woocommerce-tickets

    Thanks Barry
    mickey

    in reply to: bug with woocommerce 2.0.13? #62059
    infamia
    Participant

    Woocommerce: woocommerce/assets/admin.css

    in reply to: change priority on generate_Tickets #59673
    infamia
    Participant

    Hey Barry.

    It seems to work. I changed the code to


    //*reprioritize ticket generation
    remove_action( 'woocommerce_order_status_completed', array(TribeWooTickets::get_instance(), 'generate_tickets'), 12 );
    add_action( 'woocommerce_order_status_completed', array(TribeWooTickets::get_instance(),'generate_tickets'), 0 );

    Thanks again for your continued help.

    in reply to: change priority on generate_Tickets #59637
    infamia
    Participant

    Woudl this code work:

    remove_action( 'woocommerce_order_status_completed', array(TribeWooTickets::get_instance(), 'generate_tickets'));
    add_action( 'woocommerce_order_status_completed', array(TribeWooTickets::get_instance(),'generate_tickets'), 0 );

    in functions.php

    in reply to: Remove tickets email #57999
    infamia
    Participant

    Hey overlanderzsg

    On my site, the tickets email still goes out. Were you able to disable the email from being sent? If so can you share what code worked for you please?

    thanks
    mickey

    in reply to: Remove tickets email #57883
    infamia
    Participant

    No problem. Since we’re not sending a ticket email, here’s some code to get the event title and date from within woocommerce customer-completed-order.php email:

    http://pastebin.com/2yX1JHuz

    Hope that helps someone.
    mickey

    in reply to: Remove tickets email #57739
    infamia
    Participant

    Thanks, Barry. LMK if I can help.

    mickey

    in reply to: Remove tickets email #57683
    infamia
    Participant

    Hey Barry

    Doesn’t work. Here are my findings:

    This works to remove the “you’ll receive your tickets in another email” message:
    `remove_action(‘woocommerce_email_after_order_table’, array(TribeWooTickets::get_instance(), ‘add_tickets_msg_to_email’), 10, 2 );`

    This doesn’t seem to do anything: `remove_all_actions(‘wootickets-send-tickets-email’);`

    This: http://pastebin.com/WgnUYJwV does the following: It removes all email options from woocommerce->Settings->email. This includes New Order, Processing ORder, etc.
    However it still sends the Tickets email.

    mickey

    in reply to: Disable ticket emails? #57682
    infamia
    Participant

    Barry, I’ll follow up there.

    in reply to: Tickets not showing on events #57601
    infamia
    Participant

    Had the same issue. Even tried switching to twentysomething theme.
    I reverted to the previous version of wootickets and things worked again.

    in reply to: Disable ticket emails? #57494
    infamia
    Participant

    Hi Barry

    I added the code to functions.php and it doesn’t seem to have an effect on sending ticket emails. Any thoughts?

    mickey

    in reply to: Disable ticket emails? #56558
    infamia
    Participant

    Thanks, @Barry, I’ll give it a shot. Any easy way of including event time on the order email?

    in reply to: Disable ticket emails? #56515
    infamia
    Participant

    @byronclinic i think I can do this by hacking the core plugin files, but I’m hoping someone from tri.be can help clarify. There are a few obvious places in the code:

    `add_action( ‘wootickets-send-tickets-email’, array( $this, ‘trigger’ ) ); `
    `$this->enabled = apply_filters( ‘wootickets-tickets-email-enabled’, ‘yes’ );`

    See: http://docs.tri.be/Tickets:-WooCommerce/class-TribeWooTicketsEmail.html#$enabled

    But I’m not sure we can set apply_filters( ‘wootickets-tickets-email-enabled’, ‘no’) in functions.php so it’s not overwritten by the line above.

    mickey

    in reply to: Disable ticket emails? #56325
    infamia
    Participant

    Some clarification:
    I’d want to disable the ticket emails, and add the address and date/time on the order email. Any ideas?
    mickey

    in reply to: Event Import from CSV file #56150
    infamia
    Participant

    This reply is private.

Viewing 15 posts - 16 through 30 (of 33 total)