Restrict Product Access To Certain Users

Hi,

On our website registration, a user can register as a normal user & as a VIP user.

After a user logs in, we want to display all products (normal products + some exclusive products) for VIP users but only normal products (no exclusive products) for non-VIP (normal) users.

Without login all products should be displayed.

Any idea how to achieve this?

Regards,

You need to create a user group for your VIP users then add them to this user group

http://kb.cs-cart.com/user-group

Then the products you want shown only to this user group should be assigned only to that user group when creating the product

http://prnt.sc/b01c4r

You need to create a user group for your VIP users then add them to this user group
http://kb.cs-cart.com/user-group

Then the products you want shown only to this user group should be assigned only to that user group when creating the product

http://prnt.sc/b01c4r

What about this point?

Without login all products should be displayed.

If I remember correctly, all registered users will be also recognized as guests and they will see all products.

Thanks John!

eCom your guest user access suggestion is also a valid

Thanks John!

eCom your guest user access suggestion is also a valid

In this case, I am afraid, additional custom development work is required.