Quick Access saves time for an administrator by providing a custom drop down menu of commonly used links in the Administration Panel. The following tutorial will guide you in how to create the URLs used in the Quick Access menu. It will also guide you in how add/edit the links in the Prestashop 1.5 Administration Panel.
The following URLs from the Quick Access Menu are examples of what could be used in the Quick Access menu:
HOME= index.php
View Shop = ../
New Category = index.php?controller=AdminCategories&addcategory
New Product = index.php?controller=AdminProducts&addproduct
Each of these items above are quick access items that allow an administrator to simply click on the drop down menu and then click the link to launch each URL. However, the actual URL used in the browser will look different as it includes more information than is required to be in the quick access link. The URL below example of a typical URL (note the URL is not valid and only used for instructional purposes). We will break down the URL by section. You can obtain this URL by simply looking at the ADDRESS BAR of your internet browser and copying the address when you go the page of a particular menu item.
Actual URL to the ADD CUSTOMER Menu Item
http://demoshopserver.com/shopadmin/index.php?controller=admincustomers&addcustomer&token=5d25eff3343cc1ac14ef9d7653ba37a
If you use this URL in the creation of the quick link you will get an error message when clicking on the link that will say "Invalid Security Token Error."
How to determine the correct URL for the Quick Access link
The following explanation simply breaks up the URL and explains each section. This is the URL for the Administration Panel for Prestashop:
http://demoshopserver.com/shopadmin/
We will not be using this part of the URL to create the quick access link.
The next part is index.php?controller=admincustomers&addcustomer
This section of the URL includes the home page for the Administration Panel (index.php) and then the portion of the URL that leads to the actual ADD CUSTOMER menu item. Make a note of this section as it is necessary to create the link for the Quick Access Menu.
The last part of the URL is not needed for creating the menu item is:
&token=5d25eff3343cc1ac14ef9d7653ba37a.
This is the security token, but again, we will not be using this portion of the URL. The only part of the URL that you need to use is the portion starting with index.php:
index.php?controller=admincustomers&addcustomer
You can use this URL to create the Quick Access link in the Administration Panel. Note that the user Profile for the person accessing the Quick Access link must include the menu item you have specified. Otherwise, they will not have access to use the link.
To see the Quick Access item go to the Administration Panel, and then select the QUICK ACCESS menu. It will display a drop-menu:
Email: | support@WebHostingHub.com | Ticket: | Submit a Support Ticket |
---|---|---|---|
Call: |
877-595-4HUB (4482) 757-416-6627 (Intl.) |
Chat: | Click To Chat Now |
We value your feedback!
There is a step or detail missing from the instructions.
The information is incorrect or out-of-date.
It does not resolve the question/problem I have.
new! - Enter your name and email address above and we will post your feedback in the comments on this page!