Viewing 7 replies - 1 through 7 (of 7 total)
  • Plugin Support angelo_nwl

    (@angelo_nwl)

    hmm, did you mean add location name in the booking form?

    with regards to csv delimeter, you can try to define EM_CSV_DELIMITER in your wp-config.php

    Thread Starter LucaToz

    (@lucatoz)

    No, I mean to show the location name in “Bookings” page.
    I see that I can set the page to show different columns like: “Name”, “Event”, “Places”, “Booking Comment”…but there’s no option for “Event location”.

    Also in the CSV export, I can’t set the “Event location” field to be included in my export.

    caimin_nwl

    (@caimin_nwl)

    You can add that option by adding this snippet of code the functons.php file of your theme:

    https://pastebin.com/n6cQ2cnf

    Thread Starter LucaToz

    (@lucatoz)

    Many thanks. it works perfectly. One last thing, I’ve modified “booking-fields.php” replacing “dbem_phone” with “last_name”…but it doesn’t store the information.

    In my booking list page the column “Last Name” is completely empty…am I doing something wrong?

    Many thanks

    Plugin Support angelo_nwl

    (@angelo_nwl)

    you might need to hook into em_booking_save filter to make this work like classes/em-booking.php

    also, this feature is already available in EMpro (premium addon to EM) – https://wp-events-plugin.com/documentation/custom-booking-forms/

    Thanks caimin_nwl for the excellent snippet https://pastebin.com/n6cQ2cnf

    Question: how can I add a similar option to show a custom event attribute in the booking column and drag and drop into CSV??

    for example: #_ATT{somefield}

    OR this would also work for my needs:
    A similar option to show the Category name as a booking column and/or CSV option.

    thanks!

Viewing 7 replies - 1 through 7 (of 7 total)
  • The topic ‘Location column and CSV export’ is closed to new replies.