My Profile
1: User Profile Settings



The user can:
Upgrade to a vendor account
Payout Method: The customer chooses a payout method for withdrawal. The admin can setup payout medthod.
User change the password.
Update Profile Picture
The admin has to enable the permission that allows the user to upload images: Go to Events >> Settings >> Role >> "User Role Settings" section
2: Customize Template
2.1: Remove "upgrade to Vendor Role" option
To activate the "Prevent members from upgrading to vendor" feature, add the code below to your child theme’s functions.php file.
add_filter( 'el_is_update_vendor_role', '__return_false' );
2.2: Customize file 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?
