• Resolved gabyrau

    (@gabyrau)


    I purchased the Small Business Version of WP Booking Calendar today in order to get more than one resource. After upgrading I added two resources to the booking calendar (two different holiday flats), but unfortunately I could only see resource id 1 in any form. So I deleted all existing resources and added to new ones which got the resource id 5 and 6.

    But when I use

    [booking-manager-delete resource_id=5 action='delete']
    [booking-manager-import resource_id=5 url='<url of .ics calendar from resource 1' from='any' until='any' silence=1]

    I get the error message Booking resource does not exist. [ID=1]. The same happens when I use resource 6.

    What am I doing wrong?

    Thx, Gaby

    The page I need help with: [log in to see the link]

Viewing 1 replies (of 1 total)
  • Plugin Author wpdevelop

    (@wpdevelop)

    Hello.

    You need to update the Booking Calendar shortcode for your booking form. It can look like this:

    [booking] or like this: [booking resource_id=1]

    Because now, you have the booking resource with ID = 6, please use this shortcode:

    [booking resource_id=6]

    Find more information at this page: https://wpbookingcalendar.com/faq/shortcode-booking-form/

    Please note, this forum is only about the support of Booking Calendar Free version. If you will have any questions about the paid version, then contact here https://wpbookingcalendar.com/contact/

    Thank you.

Viewing 1 replies (of 1 total)
  • You must be logged in to reply to this topic.