My Profile
You can change info here
1: Settings
a) Add Profile

b) Configuring Social Media Links

c) Change Password

d) Set Payout Method
Vendors add your bank or PayPal details to receive payouts from the marketplace admin
The system supports 2 default payment methods: Bank and PayPal.

If you want to use another payout method, you can add it in Events >> Manage Payouts >> Payout method




2: Customize

Hide "Bank" Option in payout method tab
Add the code below to the functions.php file in your child theme
add_filter( 'el_profile_show_bank_info', '__return_false' );Hide "Paypal" option in payout method tab
Add the code below to the functions.php file in your child theme
add_filter( 'el_profile_show_paypal', '__return_false' );Customize Profile template
Copy file:
wp-content/plugins/eventlist/templates/vendor/profile.php
to
wp-content/themes/meup-child/eventlist/vendor/profile.phpLast updated
Was this helpful?