Hi, i’m working on this site https://editor.wix.com/html/editor/web/renderer/edit/51703225-1c8f-4ab9-96d3-0ac91d724a6e?metaSiteId=5244d47b-1806-4d34-beb3-babd2815eefc&editorSessionId=a61eb6e9-471a-4eed-8184-01246111ca4f&referralInfo=my-account with a premium business plan where I created a custom flow for Wix bookings
I created a dynamic service page ( Services/{Slug}/booking ) where client can select an appointment date and time for a given service.
Those services are appointments (1-on-1) with default schedule from 1 am to 11 pm connected to a staff member with clear calendar
My problem is that getServiceAvailability( ) only returns the available slots for the current day (always 25 slots on the current date) whatever the options I provide (with or without options)
Does anyone know what might be the source of that problem?
ps: time slots load correctly inside the wix bookings widget, so services are probably correctly set.