#5 Manage User Role Manually if Not Admin in NopCommerce 4.3

Описание к видео #5 Manage User Role Manually if Not Admin in NopCommerce 4.3

Registered Role is not automatically selected when admin creates a user in NopCommerce

#5 Manage User Role Manually if Not Admin in NopCommerce 4.3 #rctechlife #NopCommerce #AdminRoleNop

NopCommerce Customer management

Customers in nopCommerce is a broad group including all users.
Assign Roles programmatically based on customer registration

Customer roles in NopCommerce

Manage it via Sql Database

select * from Customer order by id desc;

select * from Customer_CustomerRole_Mapping;

select * from CustomerRole;

insert into Customer_CustomerRole_Mapping values(custimerid,roleid);

In Upcoming videos , we will see

Managing customers
Customer roles
Access control list
Activity log
Online customers
Customer settings

#rctechlife

Customer list contains details of all existing customers, as well as allows to add new ones.
To search for customers, in the Customers window enter one or more of the following search criteria:

Email.
Username, if enabled in the customer settings.
First name.
Last name.
Date of birth, if enabled in the customer settings.
Company, if enabled in the customer settings.
Phone, if enabled in the customer settings.
Zip code, if enabled in the customer settings.
IP address.
Customer roles - you can select one or more customer roles to be displayed.

Add a new customer
To add a new customer, in the Customers window click Add new. The Add a new customer window will be displayed. Define the following customer details:

You can export the customer data to an external file by clicking Export to XML (all) or Export to Excel (all). You can export selected customer data to an external file by clicking Export to XML (selected) or Export to Excel (selected).

Customer info
The Customer info panel allows to enter customers' personal and account information, e.g. change a password, assign/remove customer roles.

Is system role. This setting shows whether this role is used in the code. It is predefined and cannot be modified.

Customer roles
The customer roles in nopCommerce enable you to form groups of your web store users. You can create various groups such as store admins, shoppers, vendors, and other. You can also grant these groups certain rights such as discounted pricing, and other special statuses (such as tax exemption, free shipping, and more) using the access control list.
Overview of customer roles

Комментарии

Информация по комментариям в разработке