I'm using admin profile management and when I try to Edit Order I get "Sorry, your security clearance does not allow you to access this resource". Instead when I'm using Admin user it works.
Can you help me please ?
I'm using admin profile management and when I try to Edit Order I get "Sorry, your security clearance does not allow you to access this resource". Instead when I'm using Admin user it works.
Can you help me please ?
You might get better response asking your question in Edit Orders' support thread: https://www.zen-cart.com/showthread....Support-Thread.
Be sure to include your Edit Orders and Zen Cart versions.
I don't have Edit Orders installed.
There is a page somewhere that isn't allowed.
Check and make sure the file you are trying to access is in the list of allowed files, also at the bottom of the list of allowed files are most the customized/plugin files.
Sorry, I believe I have Edit Orders 4.0.2 installed.
@bislewl : I don't understand your post. What list should I check ?
in the tools->Admin profiles.
Select the admin profile you wish to modify, on the list on that page.
That's a pretty oldy-moldy version; what version of Zen Cart are you running?
You could look for a file in /YOUR_ADMIN/includes/extra_datafiles that looks like it belongs to edit_orders. Look in the file for a PHP define statement that looks like FILENAME_EDIT_ORDERS. I'm guessing that the value is set to edit_orders.php; remove the .php.
I'm using ZC 1.5.0
Inside edit_orders_defines.php I can see that :
<?php
// Admin Menu Boxes
define('BOX_CONFIGURATION_EDIT_ORDERS', 'Edit Orders');
// DO NOT EDIT!
define('SUPER_ORDERS_VERSION', '4.0');
// DO NOT EDIT!
How about searching, using your admin's Tools->Developers Tool Kit, for _EDIT_ORDERS within your admin files. Is there anything that looks like a FILENAME_EDIT_ORDERS definition?
I upgraded to last version, now I can see the check-box in Admin Profiles.
Thank you