• I have a website that uses this plugin for appointment booking. We are re doing the website, however we are still using this plugin for appointment booking with no changes to the booking settings. I want to import the existing appointments from the old site. I can see there is an export function, but how can I import?

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

Viewing 1 replies (of 1 total)
  • Plugin Author Bojan Radonic – WPMU DEV Support

    (@wpmudev-support4)

    Hey there jwiere03,

    Hope you’re well today and sorry for the late response ??

    The export function you’ve found in the plugin is not designed for what you’re trying to do, the idea for that export to csv function is to be used for example so you can do additional work in excel (example: tax related).

    For importing existing appointments to another site I’d suggest importing database table from old site to new one. You can use the following plugin for that https://github.com/wp-sync-db/wp-sync-db.

    The table you’re looking for is <table_prefix>app_appointments.

    Also it would be a good idea to make a site backup just in case something goes wrong.

    Hope this helps ??

    Cheers,
    Bojan

Viewing 1 replies (of 1 total)
  • The topic ‘How to import appointments from old website?’ is closed to new replies.