You can replace your site’s default Wix Bookings Service page with your own customized version. This enables you to modify or extend the page’s functionality to suit your precise business needs
To integrate the page into your site’s booking flow and implement its functionality, you need to add code to the page and use Velo APIs.
Your code has to do several things:
To create a custom Service page, do one of the following:
Add elements to the page to create your business’s customized design and functionality, such as text, buttons, and images.
At a minimum, these elements must:
getAppPageData()
function to get the service object associated with the page.For example:
Note: To receive a populated page data object using getAppPageData()
when testing your code, do the following:
Depending on the functionality you’re developing, implement any business logic that your customized page requires.
Add an event handler to the page’s action button so that it navigates to the next page in the flow, which is typically your site’s Booking Calendar. You can create a link to a Booking Calendar with preset values.
Note: Courses do not need a Booking Calendar. Their service page should navigate directly to the Booking Form.
For example:
Your custom page can now display the service’s data and direct site visitors to the next page in the booking flow.