Back-end access for clients

Phoca Cart - complex e-commerce extension
marcusadamski
Phoca Newbie
Phoca Newbie
Posts: 5
Joined: 19 Dec 2020, 17:09

Back-end access for clients

Post by marcusadamski »

Hello there,

Could you please let me know how to set up back end access for clients? Obviously, the client shouldn't have access to other parts of the Joomla administration area. Can only specific areas of the Phoca cart back end be made available to clients or do they have to access to all of the component's functionality ? I've looked through the notes, but didn't spot how to approach this. If there's any documentation, please just point me to it and I'll explore it.

Many thanks for your help,
Marcus
christine
Phoca Hero
Phoca Hero
Posts: 2725
Joined: 28 Nov 2010, 17:20

Re: Back-end access for clients

Post by christine »

Hi Marcus,

I think, it's a matter of Joomla! ACL: https://docs.joomla.org/J3.x:Access_Con ... t_Tutorial

Kind regards
Christine
User avatar
Jan
Phoca Hero
Phoca Hero
Posts: 47810
Joined: 10 Nov 2007, 18:23
Location: Czech Republic
Contact:

Re: Back-end access for clients

Post by Jan »

Hi, as Christine wrote, you can set different rights for different groups.

For example, administrators cannot manage options and they cannot add new items:

Image

Then they cannot access options and cannot add new items:

Image

but e.g. super user can do it:

Image

Jan
If you find Phoca extensions useful, please support the project
jpeters
Phoca Professional
Phoca Professional
Posts: 225
Joined: 31 Dec 2020, 09:46

Re: Back-end access for clients

Post by jpeters »

hello,
i have done this for a customer..
shared sessions and a link to the vendor specific backend url. that way the user does not need to go to /administrator etc..
make sure your backend access is secure..
define a specific user group, define rights of this group in Phoca Cart component, and give the specific user group the right to access the backend.
that way the user can only access phoca cart administrator.

personally i use 2factor (loginguard) to force users to use 2factor configure / login before access to backend..
User avatar
Nidzo
Phoca Professional
Phoca Professional
Posts: 250
Joined: 07 Nov 2018, 14:55

Re: Back-end access for clients

Post by Nidzo »

There is useful plugin called System - Redirect On Backend Login
Set component that user will be redirected to after login and set user groups.

https://imgur.com/HtptYMw
jpeters
Phoca Professional
Phoca Professional
Posts: 225
Joined: 31 Dec 2020, 09:46

Re: Back-end access for clients

Post by jpeters »

i know that plugin. but still you need to configure ACL inside Joomla.
and in this case if ACL is arranged you can simple publish a user menu item (for that specific usergroup) to access administrator/index.php?option=com_phocacart

that's al fokes..
no extra plugin needed
Post Reply