Forum Replies Created
-
AuthorPosts
-
September 19, 2015 at 1:04 am in reply to: Can event organizers also receive an email after successful purchase of a ticket #1006741
Theunis
ParticipantYou can check if this is any useful at all:
https://github.com/thebeard/events-calendar-pro-organizer-mail
September 18, 2015 at 7:38 am in reply to: Can event organizers also receive an email after successful purchase of a ticket #1006422Theunis
ParticipantActually finished writing my plugin. Thanks
September 18, 2015 at 3:17 am in reply to: Can event organizers also receive an email after successful purchase of a ticket #1006360Theunis
ParticipantThanks Nico,
I’ve got a custom WooCommerce email setup and think I can tie in the functionality fairly quickly from here. Could you kindly assist me in retrieving the venue ( post ) object from a ticket / line item / product in an order?
August 25, 2015 at 1:06 am in reply to: Calendar defaults to no category, in month view, when advancing a month #998681Theunis
ParticipantHi Brian,
thank you so much for the speedy response. That solved it!
August 24, 2015 at 6:10 am in reply to: Calendar defaults to no category, in month view, when advancing a month #998365Theunis
ParticipantThis reply is private.
Theunis
ParticipantOkay, even another update: I have gotten to:
$wootickets = TribeWooTickets::get_instance();
$ticket_ids = $wootickets->get_Tickets_ids( get_the_ID() );
$ticket = $wootickets->get_ticket( $ticket_ids[0] );
var_dump($ticket);This produces an empty TribeEventsTicketObject. However, the ticket is created in the Woocommerce Products tab. Any idea what could be wrong?
Theunis
ParticipantIt seems that upon the first bit of testing I used functions that didn’t return values. I have managed to get most of the information I need. I need to, however, be able to load the tickets as objects, from this loop. How do I go about this?
-
AuthorPosts
