• Resolved miscbloggen

    (@miscbloggen)


    I’m trying to figure out where in the code the parameters to be included in the csv export are listed. I’ve fund something in the wpbc-ajax.php (i.e

    function wpbc_ajax_EXPORT_BOOKINGS_TO_CSV()

    but not sure if thats the place?

    What i want to do is to remove some of the columns in the export. Any ideas on where?

    https://www.ads-software.com/plugins/booking/

Viewing 5 replies - 1 through 5 (of 5 total)
  • Plugin Author wpdevelop

    (@wpdevelop)

    Hello.
    You can find the export functionality at the ../{Booking Calendar Folder}/inc/personal.php inside of the function wpdev_ajax_export_bookings_to_csv .
    Please note, if you will modify the source code of the Booking Calendar, we will not guaranteed the correct work of plugin and do not support it.
    Kind Regards.

    Thread Starter miscbloggen

    (@miscbloggen)

    Thanks! Looks a bit complicated for me. What i’m looking for is to only export Date, name, secondname and details.

    Anyone who have done this or similar?

    BR,

    Plugin Author wpdevelop

    (@wpdevelop)

    The simplest way to get such file, just export it into the CSV, then open it MS Excel and delete the columns, which you do not need.
    Kind Regards.

    Thread Starter miscbloggen

    (@miscbloggen)

    Yes, i know. But i’ve made a site for some very un-techy people. So i would like to simplify the process for them. And also, new exports will be made more than once per month.

    Plugin Author wpdevelop

    (@wpdevelop)

    Hello.
    Please contact about this customization to the support at the plugin website here https://wpbookingcalendar.com/
    Kind regards.

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Modify csv export?’ is closed to new replies.