Replace a Wix Business app page with your own custom version

You can replace some of the Wix's default app pages, such as the Booking Calendar or the Plans & Pricing page, with your own customized versions.

Modify or extend the page’s design and functionality however you like to suit your precise business needs. By adding Velo code to the page and using Wix APIs, you can easily integrate with the app’s page flow and access contextual app data, providing users with a seamless app experience.

📖  Step-by-step guides

For detailed instructions on how to implement each type of custom page, see:

⚙️  How custom app pages work

To implement a custom page's functionality and integrate it into the app's page flow, you need to add code to the page and use Velo APIs.

Your code has to do several things:

  1. Fetch data from the Wix app about the content to display.
  2. Handle UI initialization and interactions, and implement any customized business logic.
  3. Direct users to the next page in the app's flow.

📽️  Demo video

Watch a quick demo to see how easy it is to build you own custom page.

🎮  Example site

Check out our example site to explore the code and APIs and learn how to build a custom Booking Calendar page.

Was this helpful?
Yes
No