Separate Location Page Setup

Overview

Web Integrations can be configured with a custom URL for each location's schedule and buy pages. This option allows you to have more control over your navigation because each page will have a custom URL per location. This often works well for studios who have existing website pages for each of their locations. This option requires slightly more setup but can feel more custom and avoids using the location selector.

We've created a tool to make these pages easier to set up. Get easy-to-implement HTML snippets that are pre-filled with your location IDs using Mariana Tools

Click for Gallery of Screenshots

Let’s say, I have two locations. Their ids are 12345 and 54321, respectively. Let’s also say the region id for both of these locations is 67890. We can configure a class schedule page and buy page for each of these locations like so:

  1. Class Schedule: Location 12345
<div data-mariana-integrations="/schedule/daily/67890?locations=12345"></div>
  1. Class Schedule: Location 54321
<div data-mariana-integrations="/schedule/daily/67890?locations=54321"></div>
  1. Buy page: Location 12345
<div data-mariana-integrations="/buy/12345"></div>
  1. Buy page: Location 54321
<div data-mariana-integrations="/buy/54321"></div>

Location Navigation

When creating location-specific pages it is recommended to disable the location Navigation. We also recommend disabling the location navigation if your studio only has a single location. Please contact Support for more information and guidance.