randomwalk

Forum Replies Created

Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • in reply to: Attendee Information Not Showing #1144913
    randomwalk
    Participant

    I 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 7 years, 9 months ago by randomwalk.
    in reply to: Attendee Information Not Showing #1144900
    randomwalk
    Participant

    I 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 7 years, 9 months ago by randomwalk.
    in reply to: Add Attendee Id to Order Item #948854
    randomwalk
    Participant

    Well, 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,
    Lindsey

    in reply to: Add Attendee Id to Order Item #948832
    randomwalk
    Participant

    I 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.

    in reply to: Add Attendee Id to Order Item #948676
    randomwalk
    Participant

    Yes, 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,
    Lindsey

    in reply to: Attendee List Report – is there an update? #947860
    randomwalk
    Participant

    Just 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!!

    in reply to: woocommerce actions in wootickets #945953
    randomwalk
    Participant

    Thank 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.

Viewing 7 posts - 1 through 7 (of 7 total)