Experience the difference of "Elite".

Brief customizable check out message on the Book widget

Status: Closed 3 Votes
BlueMtnCabins
Nov 13, 2020 1:32 PM
Joined Jun, 2016 1115 posts

Maybe good to add optional customizable message (maybe 120 characters) that can be shown to potential guest on check out. Can cover cancellation policy or something important. Right now many people are asking "do you have special covid cancellation policy". I would love to be able to add message like "standard cancellation refund policy applies unless government shutdown mandated" .

GetStay
Nov 23, 2020 2:54 AM
Joined May, 2020 20 posts

.container-fluid:after {
content: "standard cancellation refund policy applies unless government shutdown mandated";
margin-left: 20px;
margin-top:10px;
font-weight: bold;
color: #FF0000;
}

Simply paste this in your widget CSS

Sarah H
Nov 23, 2020 11:39 PM
Joined Jul, 2019 109 posts

How is 'widgets' used? I see questions about them, but would like to understand what they really are.

Ken T
Nov 24, 2020 10:01 AM
OR Team Member Joined Aug, 2019 1474 posts

Widgets are code snippets you can drop on your own custom website, to display an OwnerRez-generated calendar, Book Now form, etc.

https://www.ownerrez.com/support/articles/widgets

Janice T
Nov 24, 2020 11:38 AM
Joined Mar, 2016 63 posts

LayerFort said:

.container-fluid:after {
content: "standard cancellation refund policy applies unless government shutdown mandated";
margin-left: 20px;
margin-top:10px;
font-weight: bold;
color: #FF0000;
}

Simply paste this in your widget CSS

Thank you for sharing this code!!