zacctmgr_allow_edit_settings() == false ) { echo '
'; echo '

Sorry, you are not allowed to access this page!

'; echo '
'; exit; } $roles = zacctmgr_get_roles(); $selected_roles = zacctmgr_get_selected_roles(); $users = zacctmgr_get_em_users(); $allowed_users = zacctmgr_get_allowed_edit_commission_users(); $allowed_edit_other_users = zacctmgr_get_allowed_edit_others_commission_users(); $allowed_edit_order_users = zacctmgr_get_allowed_edit_order_commission_users(); $manager_id = zacctmgr_get_default_manager(); $statuses = wc_get_order_statuses(); $allowed_statuses = zacctmgr_get_allowed_wc_statuses(); $zacctmgr_allowed_no = zacctmgr_get_allowed_no_manager(); $zacctmgr_hide_settings_in_menu = zacctmgr_get_hide_settings_in_menu(); $zacctmgr_user_access_settings = zacctmgr_get_user_access_settings(); $zacctmgr_user_allow_edit_commission_setting = zacctmgr_get_user_allow_edit_commission_setting(); $zacctmgr_user_allow_edit_others_commission_setting = zacctmgr_get_user_allow_edit_others_commission_setting(); $zacctmgr_user_allow_edit_order_commission_setting = zacctmgr_get_user_allow_edit_order_commission_setting(); echo '
'; echo '

Settings

'; echo '
'; echo '

Account Manager Settings

'; echo '
'; echo '
'; echo ''; echo wp_nonce_field( 'zacctmgr_factory_reset', 'zacctmgr_factory_reset_nonce' ); echo ''; echo '

This action will reset your plugin data. In order to make a correct reset, after clicking the Reset button, you will need to Deactivate and Reactivate the plugin Manually.

'; echo ''; echo '
'; echo ''; echo '
'; echo ''; echo ''; echo wp_nonce_field( 'zacctmgr_edit_settings' ); echo '
'; echo ''; echo '
'; echo '
'; echo 'Administrators'; echo '
All Administrators can manage settings
'; echo '
'; echo '
'; echo 'Anyone with "manage_options" capability'; echo '
By default only Administrators have this capability.
'; echo '
'; echo '
'; echo 'Only the current user'; echo '
Login: ' . get_current_user() . ', user ID: ' . get_current_user_id() . '
'; echo '
'; echo '
'; $extra = $zacctmgr_hide_settings_in_menu == 1 ? 'checked="checked"' : ''; echo ''; echo ''; echo '
'; echo '
'; echo ''; echo ''; echo ''; echo '
'; $extra = $zacctmgr_allowed_no == 1 ? 'checked="checked"' : ''; echo ''; echo ''; echo '
'; echo ''; echo ''; echo ''; echo '
'; foreach ( $roles as $key => $value ) { $extra = in_array( $key, $selected_roles ) ? 'checked="checked"' : ''; echo '
'; echo ''; echo ''; echo '
'; } echo '
'; echo ''; echo '
'; echo '
'; echo 'All Account Managers'; echo '
'; echo '
'; echo 'Select Account Managers'; echo '
'; echo '
'; echo '
'; echo ''; echo '
'; echo ''; echo '
'; echo '
'; echo 'All Account Managers'; echo '
'; echo '
'; echo 'Select Account Managers'; echo '
'; echo '
'; echo '
'; echo ''; echo '
'; echo ''; echo '
'; echo '
'; echo 'All Account Managers'; echo '
'; echo '
'; echo 'Select Account Managers'; echo '
'; echo '
'; echo '
'; echo ''; echo '
'; $v2_install_date = get_option( 'zacctmgr_v2_install_date' ); echo ''; echo ''; echo '

'; echo ''; echo '

'; echo '
'; echo '
'; echo '
'; ?>