This guide explains the available options for integrating the FavouriteTable Online Ordering system for Collection and Delivery into your website.
Before starting the integration, you will need your Restaurant SiteCode.
Note: Contact the FavouriteTable Support Team to obtain the correct SiteCode for your restaurant. Replace all occurrences of <YOUR_SITECODE> in the examples below with the SiteCode provided by the support team.
This is the simplest integration option. Add a button or link that opens the online ordering page in a new browser tab.
URL Format
https://online.favouritetable.com/order?SiteCode=<YOUR_SITECODE>Example
<a href="https://online.favouritetable.com/order?SiteCode=<YOUR_SITECODE>"
target="_blank">
Order Online
</a>Replace <YOUR_SITECODE> with your restaurant's SiteCode.
You can embed the complete online ordering page directly into your website using an HTML iframe.
URL Format
https://online.favouritetable.com/order?SiteCode=<YOUR_SITECODE>Example
<iframe
src="https://online.favouritetable.com/order?SiteCode=<YOUR_SITECODE>"
width="100%"
height="900"
frameborder="0"
scrolling="auto">
</iframe>Note: The iframe height can be adjusted to suit your website layout.
Replace <YOUR_SITECODE> with your restaurant's SiteCode.