Forum Replies Created
-
AuthorPosts
-
March 3, 2018 at 10:45 am in reply to: How to generate tickets again after the check in (function)? #1469175
Ilkka
ParticipantHi,
Thanks for your answer. It was showing us the right way.
We are doing some stuff before, but this will do the trick for us.
Tribe__Extension::instance( ‘Tribe__Extension__PDF_Tickets’ )->do_upload_pdf( $attendee_id );
$order_ref = get_post_meta($attendee_id,‘_tribe_wooticket_order’,true);
Tribe__Tickets_Plus__Commerce__WooCommerce__Main::get_instance()->send_tickets_email( $order_ref );Thanks.
March 1, 2018 at 7:34 pm in reply to: How to generate tickets again after the check in (function)? #1467882Ilkka
ParticipantHi,
I will try it. And let you know.
Thanks.
February 28, 2018 at 9:24 pm in reply to: How to generate tickets again after the check in (function)? #1466748Ilkka
ParticipantHi,
I try to make it as clear as possible:
How to call this from a hook or from our own plugin.
Thanks.
February 28, 2018 at 8:45 pm in reply to: How to generate tickets again after the check in (function)? #1466716Ilkka
ParticipantHi,
Thanks for your answer. Yes i know that this actions exists in the orders in woocommerce and it has proven to be very useful also. But we are looking the exact same function, but we need to rigger this automatically. So what is the function to trigger this action (of sending the tickets to the customer email)?
As we have loads of tickets send daily to the customer we can not go through all the events and look for the order and make it manually, we need to have it automatically. I know you have this function as it is working fine, but the problem is we do not know it. 🙂
Thanks.
February 27, 2018 at 10:54 pm in reply to: How to generate tickets again after the check in (function)? #1465578Ilkka
ParticipantHi,
I noticed that it will not display html in this board correctly, maybe blocked. Here is an image for you.
Thanks.
February 27, 2018 at 10:44 pm in reply to: How to generate tickets again after the check in (function)? #1465574Ilkka
ParticipantHi,
And totally another thing. We previously had another discussion of styling the pdf. I have 100% perfect now. I wanted to let you know that if there is a space in the styling (inline) it will cause many problems to the styling of the pdf.
For example:
CORRECT<
h6 style=”margin:0 0 10px 0″>
THIS WILL cause almost all styling to break in the pdf.
<
h6 style=”margin:0 0 10px 0″>
Notice the break after first ”
Out of the topic, but wanted you to know.
thanks.
February 27, 2018 at 10:31 pm in reply to: How to generate tickets again after the check in (function)? #1465568Ilkka
ParticipantHi,
Thanks for your answer. I am mainly looking for a function that i could resend the tickets. Because we have a solution for generating the tickets again after they have been checked in and received our custom label. So our pdf ticket has the checked in label. We just do not know how to send the tickets for the customer.
So if we really simplify this. What is the function to send the tickets to the customer, or action or hook? How can we trigger the action of sending the tickets to the customer.
Thanks
February 20, 2018 at 10:37 pm in reply to: Tickets and normal woocommerce products in the same checkout #1459453Ilkka
ParticipantHI,
One more thing to add, i think this bug started appearing after the woocommerce update 3.3.
Thanks
ilkka
February 20, 2018 at 3:15 am in reply to: Events calendar with tickets very slow and some problems with sql #1458425Ilkka
ParticipantThis reply is private.
February 20, 2018 at 3:04 am in reply to: Event tickets / Woocommerce email subject settings not working #1458423Ilkka
ParticipantHi,
Okay thanks. Hope you get fixed soon.
ilkka
February 18, 2018 at 1:21 am in reply to: Events calendar with tickets very slow and some problems with sql #1456748Ilkka
ParticipantHi, I will investigate these options. Any comments on the sql notifications?
thanks
February 12, 2018 at 12:48 am in reply to: refunds in event tickets plus not returning _tribe_ticket_global_stock_level #1450379Ilkka
ParticipantHi,
Thanks for your information. I hope you will get it fixed.
Thanks.
February 8, 2018 at 8:54 am in reply to: refunds in event tickets plus not returning _tribe_ticket_global_stock_level #1447904Ilkka
ParticipantHi,
Thanks for your answer. Take your time. I will investigate it too, but as i am approaching my launch i do not want to be doing much experimentations before i have setup my staging site. I will let you know if i found out something new.
thanks.
February 7, 2018 at 9:46 am in reply to: refunds in event tickets plus not returning _tribe_ticket_global_stock_level #1446565Ilkka
ParticipantHi,
Maybe i am not following you completely. But yes i can adjust the stock of a single ticket but it does not change the _tribe_ticket_global_stock_level which will always remain after a refund. And i think there is NO setting available for this in the backend:
“You can do that in the database or in the back-end adjusting ticket capacities”
After i have sold tickets it will always show the shared capacity and it can not be adjusted up. What ever the stock is adjusted to the system always knows that one ticket has been sold even it has been refunded. So i am just wondering where is this information of one (or more) sold ticket? Could it be the _tribe_progressive_ticket_current_number in the event.
So in my opinion there is no setting in the backend for adjusting the sold tickets to zero after a refund. ANd changing the _tribe_ticket_global_stock_level does not have a desired effect. Are you following? Try to do this and you will see what i mean.
thanks.
Ilkka
ParticipantHi,
Thanks for your answer. The problem was that my version in child theme of your plugin files were a bit outdated. Your version number of tickets.php was higher than in my child theme. It does not make any warning of outdated child theme file? It seems i have to be checking these files through after an update…
Anyways the case is solved.
-
AuthorPosts
