Free and Premium WordPress Plugins & Themes Forums WordPress Plugins Hotel Booking Hiding Fees & Fees Total Headings in booking confirmation page
- This topic has 4 replies, 3 voices, and was last updated 3 hours, 5 minutes ago by J. Davis.
- AuthorPosts
- July 23, 2024 at 5:03 am #1647327Azhdar SirwanParticipant
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.
July 23, 2024 at 5:12 am #1647329Azhdar SirwanParticipantFigured 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
August 1, 2024 at 5:54 am #1651312J. DavisKeymasterHi 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/y0aMTB5yYbDPJanuary 6, 2025 at 12:55 am #1710920Pedro van der WerfParticipantI 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.January 20, 2025 at 5:59 am #1716622J. DavisKeymasterHi 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.
- AuthorPosts
- You must be logged in to reply to this topic.