Bookings: Hide credit card on booking print out
Revision as of 14:56, 25 April 2015 by Beds24>Annette
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.