Hide instructor commission or payouts

Home Forums Legacy Support Support queries How-to & Troubleshooting Hide instructor commission or payouts

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #268640
    Makarand Mane
    Spectator
    Hi I want to Hide or disable instructor commission or payout module. I need to remove instructor payment commission calculation from backend & frontend? Is there setting to remove it?
    #268754
    Diana
    Participant
    @makarand, Do not set any commissions in wp-admin => lms -> settings -> commissions .set commission to be 0 for all instructors also set 0 in wp-admin ->wplms -> course manager -> commission. For removing from profile tab paste in wp-admin > Plugins > Editor > Select WPLMS Customizer Plugin > wplms-customizer.php add_action( 'bp_actions', 'remove_commissions_profile_tabs', 999); function remove_commissions_profile_tabs() { global $bp; bp_core_remove_nav_item( 'commissions' ); //for comissions tab removal }
    #268765
    Makarand Mane
    Spectator
    also set 0 in wp-admin ->wplms -> course manager -> commission. This present under miscellaneous tab  Is buddydrive is useful? if yes how? What is use of Member Types |Group Types present under admin-> LMS-> settings ?? wp-admin/admin.php?page=lms-settings&tab=general&sub=member_types wp-admin/admin.php?page=lms-settings&tab=general&sub=group_types
    #269001
    Diana
    Participant
    @makarand, I am sorry my mistake :) Buddydrive: https://wplms.io/support/course-drive-buddydrive-integration-with-wplms/ This is the article related to member types and group types: https://wplms.io/support/knowledge-base/member-types-and-group-types/
Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘Hide instructor commission or payouts’ is closed to new replies.