• Ciao!
    for the moment I have not enabled online reservations.
    however I would like to enable the possibility to select the dates on the calendar to get a cost estimate.
    Is it possible? how?

    Thank you ??

    The page I need help with: [log in to see the link]

Viewing 5 replies - 1 through 5 (of 5 total)
  • Hi @elenaconteddu,
    Thanks for your question. When you add a roper season and rate there will appear an availability form that will let you check availability and learn the price. For this, you will also need to navigate to Accommodation > Settings and enabled the Skip Search Results option. Under this option, you will find an additional option to display the price while checking availability. You should enable this too.

    Thread Starter elenaconteddu

    (@elenaconteddu)

    Thanks for your reply ??
    I applied these 2 changes but if I open the room page (as if I were a visitor of the site) I can’t select any dates on the calendar to learn the price.
    The visitor just see the price relative to the date they enter the site.
    why?

    As I said at the moment I enabled “deactivate the reservation”. I just want to show to the visitor a cost estimate for the dates of their holidays.

    Thank you!!!

    Hi @elenaconteddu, The calendar is used just to show the availability. So you need to enable booking functionality on your site for the availability form to appear. If you wish to disallow placing the reservations you may hide the Confirm Reservation button with CSS.

    Thread Starter elenaconteddu

    (@elenaconteddu)

    Thank you so much @dimned
    Can you write me the CSS string that I have to insert?

    Grazie

    Hi @elenaconteddu,
    You may try to use the style below:

    .button.mphb-button.mphb-confirm-reservation{
      display: none !important;
    }

    Make sure the Skip Search Results option is enabled at Accommodation > Settings.

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘cost estimate by selecting days on calendar’ is closed to new replies.