Scheduler Integration

Scheduler Integration

Scheduler for a Single Site on a Single Page

  1. Code snippets are found in the Scheduler Edit modal and are already populated with the site Id of you site you select in step 2

  2. Choose the site that you will want to implement the Scheduler for

  3. Click the Edit button

  4. Expand the Code snippets

Scheduler Links for Multiple Sites on a Single Page

Use Option 2 for the iframe implementation. This only includes the domain in the iframe source.

  1.   <!-- Option 2: Allow a user to selected a shop -->
      <!-- Paste this code just above </body> -->
      <iframe class="dc-bookings" id="dc-bookings" src="https://bookings.d14e.io?domain=dev" data-overflow="" style="border: 0px; position: fixed; z-index: 2147483647; width: 100vw; height: 100%; inset: 0px; transition: opacity 0.38s ease 0s; opacity: 0; visibility: hidden;"></iframe> 

Notes      Don't forget to use your shop Ids
  1. <a href="#" onClick="DCBookings.show('12345')">Shop 1 with Id 12345</a>
  2. <a href="#" onClick="DCBookings.show('67890')">Shop 2 with Id 67890</a>
  3. <a href="#" onClick="DCBookings.show('46733')">Shop 3 with Id 46733</a>
      

Google Book Online

Info
Please open a support ticket if you would like to enable Google Book Online
  1. If you want to use the Google Book Online button to allow your customers to book directly from a google search or google maps, your Site Information (Address and Phone Number) must match the information in your Google My Business account