jlee2021
Forum Replies Created
-
these are created in the wholesale plugin
https://prnt.sc/1y0z308
https://prnt.sc/1y0z7e2Another Question:
Is it possible to show the ROLES of a user in the customer’s section? For example Resellers and City Distributor?
Here
prnt.sc/1y0yqv8
#378711
user role editor is working fine, the problem is when you click the next page it says no data because the max is 25 only.
Its not working
i change 1 user to a reseller role
add_filter( ‘wcfm_customer_user_role’, function( $customer_user_roles ) {
$customer_user_roles[] = ‘Reseller’;
$customer_user_roles[] = ‘City Distributor’;
return $customer_user_roles;
});`im using user role editor, 1 user have 3 roles resellers+customers+store vendor
Thank you for the code, what if i have 2 roles i want to show in the customers section? resellers and distributor
i solved it already.
My Customers Filter in vendor dashboard
as a Vendor
I think you cant do that.
i solved it already thanks.
i need this too.