How can I display the total price on the search results page?

Free and Premium WordPress Plugins & Themes Forums WordPress Plugins Hotel Booking How can I display the total price on the search results page?

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #1169464
    Natasha Alton
    Participant

    Hi,

    In the Albatross Hotel theme (https://themes.getmotopress.com/albatross), the total price of rooms is displayed on the search results page, instead of ‘Prices start at: £x.xx for x nights’. What templates do I need to copy to my theme to do the same, please?

    I have multiple rates for each room. I would like to display each rate’s total price on the search results page, instead of on the booking/ checkout details page.

    Thank-you!

    #1169883
    Andre Flores
    Moderator

    Hello Matthew,

    You may try adding the following code under Appearance ->Customize ->Additional CSS:

    .mphb-regular-price strong {
    	display: inline-block;
    }

    This will add the “Prices start at:” text before the price.

    Regards,
    Andre

    #1169929
    Natasha Alton
    Participant

    Hi Andre, thanks for the reply, but that’s not what I want to do.

    I want to put ‘choose rate’ with a list of rates, on the search results page, instead of it being on the checkout page?

    #1171390
    Andre Flores
    Moderator

    Hello Matthew,

    Thank you for clarification. Unfortunately, there is no such possibility in the plugin, rates are only displayed on the Checkout page.

    Regards,
    Andre

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