user group gets page access - magento

i would like to add this functionality to a Magento store
2 user types
1 = have purchased
2 = have not purchased
the have purchased group has extra tab in user account that might have a variety of things like a free download and/or link to page that only have purchased can access.

Use customer groups for this. Add most users to the default group, and add an event listener to completed orders that changes the user's group. Then only allow access to the page based on the customer's group.

Related

Magento: Bind customer group to domain

I have 2 storeviews (B2C and B2B) and some customer groups (B2C, B2B, Reseller) and I need account sharing set to global, but also need to bind my customer groups to their respective storeviews.
This means that a logged in B2B customer should always "stay" in b2b.mydomain.com whereas a B2C customer should always be redirected to the respective content on the b2c.mydomain.com website.
This will not be possible by default, since Magento can distinguish only the website-level and not the Store-level or the Store View-level, for Customers.
Go to Magento Admin panel, and then:-
System > Configuration
"Customer Configuration" Group "Account
Sharing Options" tab
"Share Customer Accounts" field
In this field, you can only find two options:-
Global
Per Website
Hope it helps.

Is it possible to make a customer group allow to login in Magento backend

is it possible to make a customer group allow to login in Magento admin panel. like we have a customer group architect . and we want them to log in to admin panel and create their portfolio.
I want to create a customer group name architect. than i want him to have attributes of customer and some of custom attributes that i will add. now i want him to login at backend and access my custom menu that I have created for him only .
Yes, it's possible to create a new user group for the admin panel. And then you can assign access/permission to that group.
You can find that option under System->Permissions->Users into Magento admin.
Here is link which shows complete steps to do that - https://www.sieverscreative.com/setting-up-users-and-access-levels-in-magento/
Hope this helps.

Joomla 3: Permission to manage users and nothing else

I'm developing a Joomla 3 website, where registered users can belong to several groups of interests (music, theater, technology, and so on).
I would like to give permission to my client to edit users by placing them in groups he desired. For example: user 1 can be in music and theater group; user 2 just registered (no group) and user 3 in technology group. Unfortunately the only permission that Joomla 3 allows you to edit users is the Administrator, but if I give this permission to my client, he will be able to edit articles, themes and other features that I do not want it to edit.
How can I create an access level that can manage only users list?
Thank you and sorry about my english.
Create a new group, assign that group only permission for managing users and whatever else you want and assign your users to that group but not admin.
As a short answer, if you don't want you client to be administrator, you can assign him to the manager user-group.
Then go into the Users Manager Component and click the Options button to go into its configuration page.
There you can override the Permissions Settings for the Users Manager component, so the Managers users will be allowed to Access Administration Interface of the component.
You will have the change the respective setting from inherit to allowed.
Of course if needed, you can create a complete custom ACL, with special usergroups for your users that will have certain accessibility and permissions.
But be careful, because ACL sometimes can be confusing and you might end up with a total mess.

Joomla 1.5 user group creation and access level

I am using joomla 1.5. For my website, I want to create custom groups in backend and assign user to that group so that they get access to only some part of sections in administrator.
I have created a new group as "Account Department" under "Manager" group of "Public Back-end". But when I assign any user to "Account Department" group that user is unable to login into the administrator. I want to create multiple such groups having different backend access.
Please suggest the solution for the same ASAP. Thanks
You didn't say how you added a group, but there is a lot more to it than just adding a row in the table. The whole point of 1.6-2.5 was ACL, if you can't migrate find a 1.5 extensio that provides acl, there were at least 4-5 available.

Magento user roles question?

I am learning through the Magento theme customization and Module creation steps, i have a question about user roles in Magento
If i have multiple stores in my website, will the admin of one store can access details of another store. And is there any super admin like user role who can view all the stores products?
Thanks
The backend for magento is one so different users with different privilege can enter the same backend for all store...
you can also limit access of user to different features and configurations. Like you can give one user the privilege to see orders and another one to approve invoices.
Plus you can define the scope so that one user can enter certain store values.
The default admin have access to all store all features.

Resources