Page 1 of 1
turn off 'search guests' for agent sub account
Posted: Sat Apr 07, 2018 4:39 pm
by aladdin
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?
Re: turn off 'search guests' for agent sub account
Posted: Mon Apr 09, 2018 8:49 am
by annettemorgenroth
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'.
Re: turn off 'search guests' for agent sub account
Posted: Thu Apr 12, 2018 6:07 pm
by aladdin
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
Re: turn off 'search guests' for agent sub account
Posted: Fri Apr 13, 2018 9:26 am
by markkinchin
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;}