Category:Sub Account: Difference between revisions

Jump to navigation Jump to search
No edit summary
Line 57: Line 57:
=== Hide Menus and/or Settings from Sub Account ===
=== Hide Menus and/or Settings from Sub Account ===
*To hide menu pages click on SUB ACCOUNTS and enter the names of the pages you want to hide in "Hide menu pages". The context help gives a detailed explanation. EXAMPLE: To hide all channel manager pages you need to enter: synchroniser, to hide all settings enter: settings.
*To hide menu pages click on SUB ACCOUNTS and enter the names of the pages you want to hide in "Hide menu pages". The context help gives a detailed explanation. EXAMPLE: To hide all channel manager pages you need to enter: synchroniser, to hide all settings enter: settings.
*If you only want to hide individual settings send us a support  ticket for the code required here to hide the particular setting.
If you want to hide the "Delete" button in booking add the following code in the "Control panel custom CSS" for the sub account:
.pagetypeajaxbookedit .btn-danger{
display: none
}


Tabs in the "Booking" can be hidden using  
Tabs in the "Booking" can be hidden using  
Line 81: Line 74:
bookedit-log
bookedit-log


bookedit-mail,
bookedit-mail
 
If you want to hide the "Delete" button in booking add the following code in the "Control panel custom CSS" for the sub account:


.pagetypeajaxbookedit .btn-danger{
display: none
}
*If you only want to hide individual settings send us a support  ticket for the code required here to hide the particular setting.


=== Allow Sub Accounts to View Credit Card Details ===
=== Allow Sub Accounts to View Credit Card Details ===