Booking without Price

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #1033008
    Kevin Peyer
    Participant

    Hi there, is it possible to hide all prices and to get the possibly to just check if it is available and make a request instead of a booking?

    #1034408
    Andre Flores
    Moderator

    Hello Kevin,

    First of all you will need to enable “Hide reservation forms and buttons” option under Accommodation ->Settings and add the link to some contact form to the “Text instead of reservation form while booking is disabled” field – your Guests will be able to request a booking using that form. As for the prices, you will also be able to hide them via CSS, e.g. by adding the following code under Appearance ->Customize ->Additional CSS:

    .mphb-price {
    	display: none;
    }

    Regards,
    Andre

Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.