Hiding Fees & Fees Total Headings in booking confirmation page

Free and Premium WordPress Plugins & Themes Forums WordPress Plugins Hotel Booking Hiding Fees & Fees Total Headings in booking confirmation page

Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #1647327
    Azhdar Sirwan
    Participant

    Greetings,

    I would like to hide the Fees & Fees Total rows and only keep the fee item (security bond) & price. Is that possible through css?

    Thanks in advance.

    #1647329
    Azhdar Sirwan
    Participant

    Figured it out by adding the following as additional CSS:

    .mphb-price-breakdown-fees-subtotal, .mphb-price-breakdown-fees, .mphb-price-breakdown-fees-total {
    	display: none;
    }

    Any idea what is the shortcode for the subtotal field of the booking? as adding .mphb-price-subtotal or .mphb-subtotal won’t hide the field

    #1651312
    J. Davis
    Keymaster

    Hi Azhdar,
    Thanks for sorting this out on your own. You may use the inspector browser tool to find the name of the class https://prnt.sc/y0aMTB5yYbDP

    #1710920
    Pedro van der Werf
    Participant

    I have applied these recommendations with success for the check out page lay-out.
    How can I do the same for the customer email lay-out. I am using email tag %price_breakdown%, but the CSS code is not applied here.

    #1716622
    J. Davis
    Keymaster

    Hi Pedro,
    You can edit the following file to remove the dates from the price breakdown everywhere:

    \wp-content\plugins\motopress-hotel-booking\includes\views\booking-view.php

    Unfortunately, the file can not be overridden safely so it can be edited only.

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