The quick access drop-down, displayed at the top left of every page of the PrestaShop back office lists all the pages added as quick access. It’s possible to add the current back office page to the quick access by clicking on “Add current page to QuickAccess”. It’s also possible to see the list of all the quick access by clicking on “Manage quick accesses”. It’s possible to remove the current back office page from the quick access list by clicking on “Remove from Quick Access”
A call to actions is displayed in the header of this page:
👉 See the specs of the add/edit quick access
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
Clicking on the Bulk actions button allows performing bulk actions for the selected quick accesses (using the checkboxes). A user can:
The page displays the quick access 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 name of quick accesses asc or desc and search by name.
It’s possible to sort by link asc or desc and to search by link.
A drop-down allows to select:
Edit. This is the main action and it can be performed by clicking on the line or on the button.
👉 See the specs of the add/edit quick access
Delete. The quick access can be deleted by clicking on 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 quick access is deleted and a successful message is displayed “Successful deletion.”
After clicking on “Delete selected”, 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)?” (See issue #14462). The action can be canceled by clicking on the cross or on the cancel button. After clicking on “Delete” button, the selected quick access will be removed, and a successful message is displayed “The selection has been successfully deleted.”
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.