Booking page/confirmation
This page explains how to directly load a booking using the bookings widget
The bookings widget (using an custom tag listed in the Bookings widget page) can also be used to directly load a booking. This can be done with hash path as follows:
<a href="/bookings#/customer-area/booking?c=abcdef&bkvc=123456987abcd">Booknig</a>Where abddef in the URL is the booking code and 123456987abcd is the verification code. In the booking software this URL must be configured to open the page with confirmation link, so that mails sent to the customer for confirmation can correctly load the booking information. Links with verification code (which is generated and sent by the booking software) can be used to pay, confirm or cancel the booking even if the customer is not logged in. Links without verification code can be used to send invitations to other friends so that they can enlist themselves in the event (after logging in and completing their profile information). If the customer is logged in and is the owner of the race, they can use the link without verification code to pay, cancel or confirm the event.
Last updated
Was this helpful?