Page 1 of 1

how to modify the booking comfirmation page

Posted: Wed Feb 03, 2016 1:35 pm
by hostaria239
1) I'm using the responsive booking page.
2) It's perfect and I do really like it, pictures of the room description, prices and calendar everything is set up perfectly.
3) After I choose the room type and the number of guest I'm redirected to this page in the picture.

Image

First of all I'll like to add a picture on the left side of the room description (same as in the booking page)
Second I'll like to add to 'add extras' a description about the conditions of purchase

It’s that possible?

thank you for the help.

Re: how to modify the booking comfirmation page

Posted: Wed Feb 03, 2016 1:47 pm
by markkinchin
You can create a page header with content to appear only on this page at the following menu

Settings > Booking Page > Page Design > Content > Guest Details Header

To add a picture to the room description, you would need to add your own image tag <img> to the description.
If you do this make sure the src of the image is hosted via https: to avoid any insecure content warnings in the browser

Re: how to modify the booking comfirmation page

Posted: Sun Mar 20, 2016 2:09 am
by marcelholman
Hi Mark,
I am trying to add the relevant details of the bookings to a booking confirmation page (https://wiki.beds24.com/index.php?title ... _Variables) and have copied the codes 'as is' into my HTML file. However it doesn't sit properly on the page, see attached:

Re: how to modify the booking comfirmation page

Posted: Sun Mar 20, 2016 10:28 am
by markkinchin
marcelholman wrote:Hi Mark,
I am trying to add the relevant details of the bookings to a booking confirmation page (https://wiki.beds24.com/index.php?title ... _Variables) and have copied the codes 'as is' into my HTML file. However it doesn't sit properly on the page, see attached:
Where exactly have you put the template variables? They will work in most message fields for the booking confirmation and guest messaging within Beds24 but if by "my HTML file" you mean a file not generated by Beds24 they will not be able to be processed by our software.

Re: how to modify the booking comfirmation page

Posted: Mon Mar 21, 2016 3:21 am
by marcelholman
Thanks Mark, clear