improvement in commission management

Home Forums Legacy Support Support queries Setup issues improvement in commission management

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #188151
    DkCorp
    Participant
    Hi, I'm trying to complete a test cycle * student buying * instructor watching earnings on the desk * adiministrador paying the instructor. Now I am aware of the limitations of the payment by bank transfer but in order to make the payment by bank transfer functional, I would need these changes 1 register number account and the name of the bank, of the instructor .. I can do it by adding the fields in the form Instructor registration, this is not a problem. 2 (HERE THE PROBLEM) I need these fields to be seen in "wp-admin / lms / settings / commissions", I think this is possible because you already show the instructor's mail .. (well I hope it is possible) https://prnt.sc/lsvqr3 Currently it looks like this INSTRUCTOR NAME COMMISSION (BS.) PAYPAL EMAIL SELECT PAY VIA PAYPAL could look something like this INSTRUCTOR NAME COMMISSION (BS.) PAYPAL EMAIL Name of the bank No. bank account SELECT PAY VIA PAYPAL It would be great to be able to export to CVS later, with reasons for automation with the bank. Exportation to CVS is not necessary at this time, because it implies a major modification I think all this is very good for permanent implementations
    #188815
    Anshuman Sahu
    Keymaster
    this is a totally custom job .The pay commissions code is coming from plugins/vibe-customtypes/includes/musettings.php : check function lms_commission_payments.   http://prntscr.com/lugwem   you have to edit the code there manually . to show the fields . you can use this function to get the instructor profile field and show it there : http://hookr.io/functions/bp_get_profile_field_data/    note that there is no hook there to show the extra fields therefore you have to edit it there and these changes will be removed when you update the vibe customtypes plugin .   for csv export you can try this plugin to export the payouts which has all info about payments : https://wordpress.org/plugins/simple-csv-xls-exporter/
Viewing 2 posts - 1 through 2 (of 2 total)
  • The topic ‘improvement in commission management’ is closed to new replies.