turn off 'search guests' for agent sub account

Topics related to bookings and guest managment
Post Reply
aladdin
Posts: 66
Joined: Thu Feb 23, 2017 2:30 pm

Within an agent subaccount, the agent should not have the possibilty to 'search guests' when adding a new booking, or at least not having the option to search within the guests of the admin account or other subaccounts. Where can I turn this option off?
annettemorgenroth
Posts: 1338
Joined: Sun Jun 30, 2013 8:44 am

You can do this with custom CSS. Go to SUB ACCOUNTS (top right) then click on 'Manage Account' and add

.menusetting-SearchGuests{
display: none;
}
in 'Control panel custom CSS'.
aladdin
Posts: 66
Joined: Thu Feb 23, 2017 2:30 pm

Thank you, very good. That works.

No I still need to 'turn off' 'search bookings' for agents. This search box is just under the top menu and next to 'add booking'.

Please advice how a agent can not search for bookings.

Thank you kindly
markkinchin
Site Admin
Posts: 935
Joined: Fri Mar 02, 2012 1:43 pm

The agent role can only search for bookings they have added themselves.

If you want to hide the search box, use this CSS:

#searchbookingsbox{display: none;}
Post Reply