This page lists all the contacts of the store. The list of contacts is displayed in the contact form of the front office. The customer can choose the contact to send the message.
Only the contacts created in the selected store or store group (through the context) are displayed.
For example, let’s say I have the following configuration:
If I select group 1 as context, then the contacts created in Shop A and Shop B will be displayed.
If I select Shop A as context, then the contacts created in Shop A will be displayed.
If I select all shops as context, then the contacts created in Shop A, Shop B and Shop C will be displayed.
A call to actions is displayed in the header of this page:
👉 See the specs of the add/edit contact
When clicking on the settings wheel, the following options are displayed:
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:
After clicking on it, the SQL query is opened in Advanced parameters > Database > SQL Manager
The Bulk actions button is active only if at least one row of the contact list is selected. Clicking on the Bulk actions button allows users to perform bulk actions for selected contacts (using the checkboxes). A user can:
The page displays the contacts 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 title asc or desc and search by title.
It’s possible to sort by email address asc or desc and search by email address.
It’s possible to sort by description asc or desc and search by description.
Edit. This is the main action and it can be performed by clicking on the line. The user can edit a contact as often as necessary.
👉 See the specs of the add/edit contact
Delete. The contact 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 contact is deleted, a successful message is displayed “Successful deletion.”
The search button is disabled as long as no search field has been filled. After clicking on “search”, the “search” button is disabled and a “reset” button is displayed. If there is no results for the search done, the following message is displayed: “No records found”. When clicking on “reset”, the search is removed and all the results are displayed.