an ASP.NET Open Source CMS & eCommerce platform
Search:
Skip Navigation LinksHome > DotShoppingCart Forums > Support > Using DotShoppingCart > How to enable the enter site admin button for o...
Last Post 6/5/2009 3:12:35 PM By lukezy. 1 replies.
6/5/2009 3:01:21 PM
bansal_db
Posts: 181
Joined: 4/13/2009
How to enable the enter site admin button for other admin roles
Luke,
 
I created bunch of roles, user management, order management, product management etc.
 
How do i enable the Enter SIte Admin button for these roles?
 
Thanks
 
-Divyanshu
6/5/2009 3:12:35 PM
lukezy
Posts: 2109
Joined: 6/12/2007
Location:WA, US
Re: How to enable the enter site admin button for other admin roles
In web\controls\header.ascx.cs please change line 29.
 
pnlAdminMenu.Visible = Utils.IsAdmin();
DotShoppingCart Staff