Exporting the tickets customize?

Home Forums Ticket Products Event Tickets Plus Exporting the tickets customize?

Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • #1210093
    Lars
    Participant

    Hello,

    Is there a way to customize the export of the sold cards?
    So you can control the guests better and faster.

    I mean the ad attached.

    For example, the name and the number of cards.

    Thank you so much!

    #1210934
    Nico
    Member

    Hi there Lars,

    Thanks for getting in touch with us!

    Let me say that I’m not quite sure about what you are asking about here. Do you want to customize the output of the exported file? If this is the case what are you looking forward to achieve? Add more fields? Remove some of the existing one?

    Please let me know about it,
    Best,
    Nico

    #1211519
    Lars
    Participant

    Just right, excuse my English.

    At best, exporting the tickets would look like this:

    Order number, buyer name, email, number of cards, price, order notes, card number, security code

    Many thanks for your help!

    #1212385
    Nico
    Member

    Hey Lars, thanks for following up!

    While I cannot make all those customs mods for you, I can point you in the right direction for you to do it. Take a look at this reply I gave a while ago to another customer needing something similar (but surely simpler) → https://theeventscalendar.com/support/forums/topic/how-to-include-mobile-numbers-to-attendees-report-and-export/#dl_post-1169758

    You’ll be able to get most information from the WooCommerce order. I only see an issue with ‘number of cards’ as each record represents a single ticket which has a unique ID (‘card number’ I guess) and security code. I guess it’s no impossible to calculate that but surely something a bit complicated.

    Please inspect the code and let me know if you can adapt it (at least for the fields in the sample) to work for you,
    Best,
    Nico

    #1212458
    Lars
    Participant

    Thank you, that’s what I mean!

    Can you help me with one thing?
    So the mobile add add works.

    Instead of the mobile number I would like to add another field, what the customer has to enter when ordering: “Anmerkungen zur Bestellung” (See Screenshot 01.png)

    And the summary of orders would be a greater effort?

    What would it cost if you would customize the export individual? As in the appendix: old / new.

    #1213296
    Nico
    Member

    Thanks for following up Lars!

    Instead of the mobile number I would like to add another field, what the customer has to enter when ordering: “Anmerkungen zur Bestellung” (See Screenshot 01.png)

    Sure, just change the appropriae lines in the snippet to get that field instead:

    if ( !class_exists( 'WC_Order' ) ) return '';

    $order = new WC_Order( $item['order_id'] );
    $value = $order->customer_message;

    And the summary of orders would be a greater effort?

    Not sure what you mean by this, Can you elaborate a bit more?

    What would it cost if you would customize the export individual? As in the appendix: old / new.

    Unfortunately we don’t take this type of requests, but here you’ll find a list of folks that might help you out.

    Best,
    Nico

    #1224400
    Support Droid
    Keymaster

    Hey there! This thread has been pretty quiet for the last three weeks, so we’re going to go ahead and close it to avoid confusion with other topics. If you’re still looking for help with this, please do open a new thread, reference this one and we’d be more than happy to continue the conversation over there.

    Thanks so much!
    The Events Calendar Support Team

Viewing 7 posts - 1 through 7 (of 7 total)
  • The topic ‘Exporting the tickets customize?’ is closed to new replies.