Below an explanation is shown:
PrestaShop has three default customer groups:
Visitor - All persons without a customer account or customers that are not logged in.
Guest - All persons who placed an order through Guest Checkout.
Customer - All persons who created an account on this site.
In this page the customer groups are displayed
When clicking on the settings wheel, the following options are displayed:
When pressed redirects to the [specs of the add new group](https://build.prestashop.com/prestashop-specs/1.7/back-office/shop-parameters/customer-settings/add-new-group.html “Add new group)
After clicking on it, the page is reloaded. Sorts and searches are kept.
After clicking on it, the SQL query is displayed in a modal. The SQL query takes into account filters and sorts that have been done.
There are two buttons:
Close: After clicking on it, the modal is closed Export to SQL Manager: After clicking on it, the SQL query is opened in Advanced parameters > Database > SQL Manager
After clicking on it, the SQL query is opened in Advanced parameters > Database > SQL Manager
The page displays the groups list with the following columns:
It’s possible to sort by id asc or desc and search by id.
It’s possible to sort by group name asc or desc and search by group name.
It’s possible to sort by discount (%) asc or desc and search by discount (%).
It’s possible to sort by members asc or desc and search by members.
Can be searched by selecting “Yes” or “No” from the drop-down search.
It’s possible to sort by date asc or desc and search by selecting the “From” and “To” date in the tabs.
Edit. The user can edit a group as often as necessary, when pressed redirects to the specs of the edit group
View. The user can view the group, when pressed redirects to the specs of the view group
Delete. (default groups can’t be deleted, only custom created ones) A group can be deleted by clicking this button. After clicking on Delete, a modal with the title “Delete selection” is opened asking to confirm or cancel the action: “Are you sure you want to delete the selected item(s)?” The action can be canceled by clicking on the cross or on the cancel button. After clicking on “Delete” button, the group is deleted, a successful message is displayed “Successful deletion.”
Bulk actions can only be used on custom created groups, when they are created, only then bulk actions will appear.
Clicking on the Bulk actions button allows users to perform bulk actions for selected group (using the checkboxes). A user can:
3 Drop-down fields are presented in this section:
The possible selections in this drop-down:
Has a help text below the field: “The group defined for your un-identified visitors.”
The possible selections in this drop-down:
Has a help text below the field: “The group defined for your identified guest customers (used in guest checkout).”
The possible selections in this drop-down:
Has a help text below the field: “The group defined for your identified registered customers.”.