Reservations
Configuring Reservations
To configure reservations please first follow the instructions on the Home section.
Create the following routes inside your CMS.
Commerce7 places content in the <div id="c7-content"></div>
based on the URL of the page.
- /reservation/availability - for the reservation availability page
- /reservation/type/* - for the different reservation types
- /reservation/checkout/* - for the reservation checkout
Optionally add a reservation widget in other parts of your site.
This is ideal if you have a page talking about each of your reservation tastings and tours.
Make sure you inject your reservation type slug in the data-reservation-type-slug.
<div class="c7-reservation-availability" data-reservation-type-slug="slug"></div>
Updated over 3 years ago