Forum Replies Created
-
AuthorPosts
-
randomwalk
ParticipantI see it saving to wp_post_meta as _tribe_tickets_meta. Where is it supposed to display this? Not in the emails, not in the attendee list, not in the order meta. I don’t understand why the attendee data does not show up as order_item_meta based on the order item versus the post id for the entire order.
-
This reply was modified 9 years, 9 months ago by
randomwalk.
randomwalk
ParticipantI figured out the issue with the attendee information not showing. Now the data is not going to the cart nor being stored anywhere.
-
This reply was modified 9 years, 9 months ago by
randomwalk.
randomwalk
ParticipantWell, all I can do is ask!
Thanks for looking into this. You have a very good plugin. I just wish you had more actions and filters for modifying. That is the main reason I use Woocommerce, because it is so easy to modify without changing the base plugin.
Thanks,
Lindseyrandomwalk
ParticipantI could, but if someone ordered other items in between then it wouldn’t work right?
Currently I added to the wootickets.php which I really don’t want to do…
foreach ( (array) $order_items as $key => $item ) {
…
wc_update_order_item_meta( $key, ‘attendee_id’, $attendee_id );
…
}It would be great if you could add a do_action(‘something’, $item, $attendee_id); in the foreach. Then developers could do anything when each new ticket is created.
randomwalk
ParticipantYes, that makes sense. Unfortunately that does not help me.
I need to get the custom addons for each ticket or attendee id (the same). I can’t find a place where I can assign this ID to the order item or order item meta. It would be helpful to have the ticket id as an order item meta so you can separate the tickets sold per order.
Right now my list shows only the custom addons for the last ticket sold in an entire order for each ticket line item.
Thanks,
Lindseyrandomwalk
ParticipantJust wanted to input that I am also interested in adding custom columns to the attendee csv download file. I am using product-addons plugin with the wootickets and events calendar and am hoping to have a way to add these additional features to the csv file.
Thanks!!
randomwalk
ParticipantThank you, I didn’t think about putting it in the tribe_events folder. I was making a separate wootickets folder.
Just a suggestion to add the actions in your tickets.php because I am using woocommerce product add ons plugin in combination with the wootickets to add custom fields for the event.
-
This reply was modified 9 years, 9 months ago by
-
AuthorPosts
