The product list widget will display all your products (offers) or rooms and a link for people to book Ensure you have completed the installation step, then add the following code at the appropriate place in your page.
<div
class="_allocate"
data-allocate-target="https://example.allocate.co.uk/"
data-allocate-widget="products"
></div>
or for the room widget -
<div
class="_allocate"
data-allocate-target="https://example.allocate.co.uk/"
data-allocate-widget="rooms"
></div>
Replace example.allocate.co.uk
with the address provided in your sign-up documentation.
data-allocate-limit-product-id
Valid options comma separated list of product ids, i.e (1,2,3)
Limits the booking to certain product ids
data-allocate-limit-product-type
Valid options comma separated list of product types, i.e (Golf, Tennis)
data-allocate-limit-zone-id
Valid options comma separated list of zone ids, i.e (1,2,3)
Limits the booking to certain product ids
data-allocate-limit-zone-type
Valid options comma separated list of zone types, i.e (Apartment, Room)
Global options are available on all widgets