Link to home
Start Free TrialLog in
Avatar of baola
baola

asked on

Wordpress ecommerce users' levels

Hello Experts,

I am told to use Wordpress for an ecommerce website.  I've checked out Woocommerce plugin and it's pretty straight forward to implement it.

The thing is users' levels are a little complicated.

We have 3 kinds of users:

CMS who can create Dealers

Service Prodivers who can also create Dealers

Dealers itself

When a Dealer logs in the system, we'll check to see if he/she belongs to a CMS or has a Service Provider.

I need your advice:

Should I stick with Wordpress and create functions like when a CMS / Service Provider logs in he/she can only see Dealers belong to them.  If so, can you please provide a sample code which I can create function to list users, products based on user's level.

Create a look-up database so when a user logs in I can look up in that database for authentication, listing users, listing products based on the user's level.

Thank you in advance.
ASKER CERTIFIED SOLUTION
Avatar of lenamtl
lenamtl
Flag of Canada image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial