python (65.1k questions)
javascript (44.2k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (12.9k questions)
How can I change the default user role during registration in WooCommerce unless the account is created via checkout registration form
I want to assign a custom user role to customers who register on my website, unless the registration is done via the WooCommerce checkout form.
I have tried several things but nothing targets only the...
Daenerys
Votes: 0
Answers: 1
Adding prefix to WooCommerce order number based on user roles 2022
I'm trying to prepend a prefix to an ID number based on user role using php. Would this work for just a single user role?
add_filter('woocommerce_order_number', 'change_woocommerce_order_number');
fu...
Mac
Votes: 0
Answers: 1
Redirect to user on specific area after login based on there role
i am creating web application using dot net core 6.0. application contain two type of user one is admin and second is simple user area. i want that when user is login base on there role he/she redire...
M Arshad Budh
Votes: 0
Answers: 1
Sign In Problem Authorization and Authentication
Hi guys i have 2 question in this topic
Question 1:
I'm trying to sign in but user is coming null when i FindByNameAsync
Registered user's normalizedUserNames is always created null in sql too
im edit...
Voth
Votes: 0
Answers: 0