X-Cart: shopping cart software

X-Cart forums (https://forum.x-cart.com/index.php)
-   Changing design (https://forum.x-cart.com/forumdisplay.php?f=51)
-   -   Creating Separate Admin Menu (https://forum.x-cart.com/showthread.php?t=29944)

consultant 03-23-2007 09:30 AM

Creating Separate Admin Menu
 
I'd like to create a dummied down version of the admin menu with only a subset of the admin functions, but retain the full menu for the master account. Any recommendations on the best way to go about doing this?

PhilJ 03-23-2007 09:36 AM

Re: Creating Separate Admin Menu
 
skin1/single/home.tpl
Code:

{if $login eq "master"}
Show full menu
{else}
Show limited menu
{/if}


carpeperdiem 03-23-2007 09:46 AM

Re: Creating Separate Admin Menu
 
Quote:

{if $login eq "master"}
Obviously, NOBODY is using the name "master" as their login... a security no-no. but yes, Phil's answer is the way to do it.

balinor 03-23-2007 09:48 AM

Re: Creating Separate Admin Menu
 
Or just create a 'fulfillment staff' account that only gives them access to orders and disables all the dangerous stuff.

carpeperdiem 03-23-2007 09:54 AM

Re: Creating Separate Admin Menu
 
Yes, but...

I did this for my partner -- I wanted to give her access to some, but not all. To protect her from herself, and less options to confuse her. Fulfillment by default is quite limited (as designed) so for some stores, a "junior master wannabe" level can be useful. Took 5 minutes to load up a menu.

Maybe some day, we'll get a "fullfilment staff include" settings option...

consultant 03-23-2007 09:55 AM

Re: Creating Separate Admin Menu
 
Thanks


All times are GMT -8. The time now is 09:37 AM.

Powered by vBulletin Version 3.5.4
Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.