Jump to content

Display a link to FO product page, visible only for employees


Recommended Posts

  • 4 months later...

To check if an admin is logged in, you can do the following:

$cookies = new Cookie('psAdmin');
if ($cookies->id_employee) {
	//admin is logged
}

You can do this check in a hook in a module, and return the link only if it meets that condition.

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...