Forum Replies Created
-
AuthorPosts
-
Cowowo S.L
ParticipantThis reply is private.
Cowowo S.L
ParticipantOk, 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?Cowowo S.L
ParticipantThis reply is private.
-
This reply was modified 9 years, 11 months ago by
Cowowo S.L.
Cowowo S.L
ParticipantThis reply is private.
Cowowo S.L
ParticipantThis reply is private.
Cowowo S.L
Participantok, 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
Cowowo S.L
ParticipantThis reply is private.
Cowowo S.L
ParticipantThis reply is private.
Cowowo S.L
ParticipantThis reply is private.
Cowowo S.L
ParticipantHi, 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.Cowowo S.L
ParticipantHi 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
Cowowo S.L
ParticipantThis reply is private.
Cowowo S.L
ParticipantThis reply is private.
Cowowo S.L
ParticipantYes, 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.
Cowowo S.L
ParticipantHi , 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.
-
This reply was modified 9 years, 11 months ago by
-
AuthorPosts
