Bookings: Hide credit card on booking print out
(Redirected from Bookings: hide credit card on booking print)
Jump to navigation
Jump to search
Individual booking can be printed by opening the booking for edit and clicking the Print icon at the bottom of the summary tab.
The printed page can be formatted using custom CSS placed in the SETTINGS >> GUEST MANAGEMENT >> STYLING setting.
The following CSS will hode all credit card details from the print:
.bookprintcard {display:none;}
Each line in the print can be formated using custom CSS, inspect the source of the print document in your browser to identify the CSS class name of the row.