Can I override the default template?
Yes, simply create a file bookwize-form-template.php in your theme directory
How can I get my API Key, Hotel ID and Hotel Url ?
Contact Bookwize Support Team on support@bookwize.com. Please note that you will need to have an active subscription to Bookwize Hotel Booking System.
Google analytics cross-domain tracking
If you would like to setup cross-domain linking, then you will have to require the “linker plugin” and call its autoLink method in Google Analytics code.
Replace destinationLink with your hotel url on Bookwize (eg: presentation.bookwize.com).
ga(‘create’, ‘UA-XXXXX-Y’, ‘auto’, {‘allowLinker’: true});
// Loads the Linker plugin
ga(‘require’, ‘linker’);
// Instructs the Linker plugin to automatically add linker parameters
// to all links and forms pointing to the domain “destination.com”.
ga(‘linker:autoLink’, [‘destinationLink’], false, true);
Contact Bookwize Support Team on support@bookwize.com. Please note that you will need to have an active subscription to Bookwize Hotel Booking System.