Price breakdown, remove dates

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #1136003
    Joeri Vijt
    Participant

    Hello, I am using the plugin for a single accomodation, that has no price per night, only per period: prices are per weekend, midweek, long weekend, week, …

    The price breakdown in the reservation form makes it a bit difficult for the client and also it makes the form really long.

    Any way to have the dates hidden and just get the subtotal accomodation?

    #1137269
    Andre Flores
    Moderator

    Hello Joeri,

    You may add the following code under Appearance ->Customize ->Additional CSS to hide dates and leave the subtotal only:

    .mphb-price-breakdown-dates {
    	display: none;
    }
    .mphb-price-breakdown-date {
    	display: none;
    }

    regards,
    Andre

    #1156088
    Joel Agterbosch
    Participant

    How did you get the periods to work? I’m trying the same thing. But when I set it people have to select if their stay is a full week, midweek or weekend. Eventhough they’ve already input the dates.

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