Changes

Jump to navigation Jump to search

Landing Page

83 bytes removed, 21:09, 23 January 2020
no edit summary
[[Category:How to]]
[[Category:Booking_Page]]
[[Category:Booking_Engine]]
Required skills: php, html, css
''This page explains to how to create a custom landing page''
You can specify a landing page after a booking is made at SETTINGS->BOOKING PAGEENGINE ->BOOKING PAGE DESIGN->BEHAVIOUR "Booking Return URLEURL
The guest will be redirected to your page after they book.
We will include information about the booking as parameters added to your Url
The following PHP test script will display the raw data.
Use this as a starting point to create your own design. It may also be possible to use this method to forward the guest on to your own payment gateway to collect a deposit.  
<nowiki><?php
echo "<br>bookid=".$_GET["bookid"];

Navigation menu