Cowowo S.L

Forum Replies Created

Viewing 15 posts - 1 through 15 (of 17 total)
  • Author
    Posts
  • in reply to: Tickets are not being created #1231266
    Cowowo S.L
    Participant

    This reply is private.

    in reply to: Ticket price on ticket email #1120589
    Cowowo S.L
    Participant

    Ok, but I am not asking now for costumization. I’m just asking how to get the price variable into the array as there is the name, the client, the QR, etc.. I think that price must be in the same query of the other things and it would not to be difficult to tell me where can I find the file where this is done.
    Otherwise, I’ve been looking how to make my own template in your knowledge page and I haven’t find it.
    Can you share me the link please?

    in reply to: Sending a tickets email after a shop buy. #1120306
    Cowowo S.L
    Participant

    This reply is private.

    • This reply was modified 9 years, 11 months ago by Cowowo S.L.
    in reply to: Sending a tickets email after a shop buy. #1119065
    Cowowo S.L
    Participant

    This reply is private.

    in reply to: Sending a tickets email after a shop buy. #1118317
    Cowowo S.L
    Participant

    This reply is private.

    in reply to: Sending a tickets email after a shop buy. #1118135
    Cowowo S.L
    Participant

    ok, I will try it.
    I’ve seen the variables of the array tickets[].
    ‘event_id’ => get_post_meta( $post->ID, $wootickets->atendee_event_key, true ),
    ‘product_id’ => $product->ID,
    ‘ticket_name’ => $product->post_title,
    ‘holder_name’ => get_post_meta( $this->object->id, ‘_billing_first_name’, true ) . ‘ ‘ . get_post_meta( $this->object->id, ‘_billing_last_name’, true ),
    ‘order_id’ => $this->object->id,
    ‘ticket_id’ => $post->ID,
    ‘security_code’ => get_post_meta( $post->ID, $wootickets->security_code, true ),

    How can I add a custom field here (artist)? And the price of the ticket?

    Thanks

    in reply to: Sending a tickets email after a shop buy. #1117889
    Cowowo S.L
    Participant

    This reply is private.

    in reply to: Sending a tickets email after a shop buy. #1117887
    Cowowo S.L
    Participant

    This reply is private.

    in reply to: Sending a tickets email after a shop buy. #1117799
    Cowowo S.L
    Participant

    This reply is private.

    in reply to: Sending a tickets email after a shop buy. #1117675
    Cowowo S.L
    Participant

    Hi, ok, I will try it.
    About the email, we have a product that it is a membership. So if you buy this product, you has a login in the website. When I sell that membership, it sends the empty ticket email and it should not because it is a product, not a ticket.

    in reply to: Sending a tickets email after a shop buy. #1116885
    Cowowo S.L
    Participant

    Hi Cliff, I want to try to add the field “artist” to be shown in the ticket. Is there any way? ACF?
    I also want to disable the ticket email when no ticket is sold.

    I will take a look to wp_mail to find for a solution of that.

    Thanks

    in reply to: Sending a tickets email after a shop buy. #1116583
    Cowowo S.L
    Participant

    This reply is private.

    in reply to: Sending a tickets email after a shop buy. #1116305
    Cowowo S.L
    Participant

    This reply is private.

    in reply to: Sending a tickets email after a shop buy. #1114203
    Cowowo S.L
    Participant

    Yes, I have tickets to sell (from your plugin) and products to sell (from woocommerce).
    When I sell a ticket, it is ok. It sends an email with the tickets bought and another email with the order.
    But when I sell a product, it sends both mails too and the tickets one is completely empty.
    And this generates confusion.
    I need to disable sending tickets emails on products sells.
    I’ve looking in the admin on Woocommerce/settings/emails(tab) and that tickets is configure as kind of email notification but there is no costumization to say that it should only be send when a tickets is sell (it is always sent).

    Thank you very much.

    in reply to: Tickets date shown in the email #1103681
    Cowowo S.L
    Participant

    Hi , thanks for your answer, I tried the email code and:
    get_post_meta( $ticket[‘ticket_id’], ‘_ticket_start_date’, true );

    That didn’t return anything, but don’t worry I told my client to put the date in the name of each ticket so the customers will not get confused.

Viewing 15 posts - 1 through 15 (of 17 total)