Setmore
Setmore is an online scheduling platform that enables visitors to book appointments directly through your website. It provides booking buttons and widgets that can be embedded on website pages to allow visitors to schedule appointments.
Key features include:
- Booking buttons and widgets for appointment scheduling
- Site-wide booking widgets that appear on all pages
- Page-level booking buttons for specific pages
- Configurable booking behaviour based on account settings
- Embed code that can be added to a theme or individual pages
Setmore integrates with ShopWired by adding to your ShopWired website to display booking functionality for visitors.
Setmore does not integrate with ShopWired products or ShopWired Payments. It is not possible to use a ShopWired product to take payment for an appointment while using Setmore for availability or scheduling.
Account creation
Account creation
Create an account on the Setmore website. Setmore provides embed code that can be used on your website to display booking functionality.
Theme installation
Theme installation
Use this method to display a Setmore booking widget on every page of your website.
An example of the booking widget embed code is shown below:
<a style="position: fixed; right: 0px; top: 25%; display: block; z-index: 20000" target="_blank" href="https://yourbusiness.setmore.com">
<img border="none" src="https://assets.setmore.com/integration/images/newdesign/others/book-now-button-float.svg" alt="Book an appointment using Setmore" />
</a>
The code shown above is provided as an example only. You must copy the exact code provided in your own account, as the code and any ID values will be unique to your website.
Add this code to your ShopWired theme’s master.twig file:
- Navigate to Website > Themes
- Select the
code editoroption for the theme you want to install it on - Open the
master.twigfile - Add the code just above the closing
</body>tag - Select
save changes
The booking widget will now appear on every page of your website.
Booking button
Booking button
Use this option when you want a Setmore booking button to appear within a specific section of a page on your website.
An example of the booking button embed code is shown below:
<script id="setmore_script" type="text/javascript" src="https://assets.setmore.com/integration/static/setmoreIframeLive.js"></script>
<a id="Setmore_button_iframe" href="https://yourbusiness.setmore.com">
<img border="none" src="https://assets.setmore.com/integration/images/newdesign/others/book-now-button.svg" alt="Book an appointment using Setmore" />
</a>
The code shown above is provided as an example only. You must copy the exact code provided in your own account, as the code and any ID values will be unique to your website.
Add this code to a specific page on your ShopWired website:
- Navigate to Website > Themes
- Select
customise your theme - Select
add a new section - Select the
custom HTMLsection type - Paste the booking button code into the Custom HTML setting
- Use the theme editor to position the booking button on the page
Recommendations
Recommendations
- Check that booking buttons and widgets display correctly across desktop and mobile devices.
- Confirm that the embed code is added to the correct location within your theme or page.