Magento Admin Disabling Guest check outs - magento

I'm trying to disable guest check-outs on my company's web store. Every site I've researched tells me to go to the System tab, however, I do not have a system tab on my dashboard. Can anyone tell me how to find this or how to add it or why I don't have it?

You may not be having access to System > Configuration in Magento admin if the Administrator of site who given access to you has disabled this resource for you.

Login to Admin Panel of Magento then go to System -> Configuration -> Sales -> Checkout.
Here you can restrict guest users to checkout.

Related

Strapi Roles and Permission plugin doesnt exist in side bar?

I setted up Strapi through NPX and ran
npx create-strapi-app my-project --quickstart
I am using strapi and here is my side bar
Normally i expected it to be like the following:
I dont know why but I cannot access Roles & Permission tab as it is not there. I need this tab for API permission customization.
I checked the docs and it says that is should be there following:
"This plugin provides a way to protect your API with a full
authentication process based on JWT. This plugin comes also with an
ACL strategy that allows you to manage the permissions between the
groups of users.
To access the plugin admin panel, click on the Roles & Pemissions link
in the left menu."
I have no idea what is wrong with my dashboard. How may i access this plugin?
Okay, strange enough I wasted 30 minutes on this, so it turns out they decided to change their UI in version 3.x and somehow when you search for "Roles & Permissions strapi" on google, it leads you to old documents, which is frustrating and misleading :))))
New docs link here
Roles & Permissions. This plugin provides a way to protect your API
with a full authentication process based on JWT. This plugin comes
also with an ACL strategy that allows you to manage the permissions
between the groups of users.
To access the plugin admin panel, click on the Settings link in the
left menu and then everything will be under the USERS & PERMISSIONS
PLUGIN section.
#Concept
If you in version3.x
Go to Settings -> User & Permission -> Roles -> Authenticated or Public -> on Permissions Widget --> select Application.

cs-cart admin user login always act as vendor profile Issue

I face one issue and not found any solution through cs-cart community That is - When I login to admin area from my admin URL like https://demo.com/admin.php and enter correct authentication infromation and click on login then I always act as Vendor not like admin it means that my after login screen is same as vendor screen and cant access any admin features.
After login my URL is same as admin URL but I act as vendor instead of admin.
I double check my database user settings and all are correct also. My admin user_type is also 'A' and its enabled also.
I cant trace any issue from my server file side.
Is it is SSL issue?
Thanks for contribution
Please check if you have any vendor selected already, on top left, right side of the admin logo, you should have All vendors ;)

After installing extension on server it gives 404 error?

Magento 1.9.1.0
I have created an extension that store some information from user. It's working fine on my localhost. When i install this extension on server(192.xxx.xxx.xxx/mysite) its frondend working fine. but listing of information on backend gives 404 error.
This issue is related to the permission of your installed app and admin, login to your Magento admin back-end, take System-> Permissions->Users, it will list out the users in the system. click on the admin, it will open in edit mode and save it, then it will ask current admin password. then check your extension.

Prevent direct access Joomla 2.5

i built my site in Joomla 2.5 with xampp for win7.
I have a module password that provides access at the standard Joomla's registration form if the guest gives the right password, but there is a problem, if the user put the link
localhost/joomla/index.php/el/?option=com_users&view=registration in a new tab, avoid the password. Any ideas please?
It is very easy,
just go to the backend and select:
Users -> Users manager -> Options -> Allow User Registration -> Νο
Then users are not able to register.

Magento Multi Store Customer Combined Login Credentials

I have just added another website to my Magento eCommerce site and I would like my existing customer bass to be able to login to the new website with the same username and password that they have registered with for the original site. I also need any customer who signs up in the future to be assigned to both websites.
When I go to edit a user there is a drop-down box to say which website they are associated with, but the field is disabled and doesn't look like a multi select drop-down. Which would suggest to me that Magento isn't set up to share details between websites.
Does anyone know if this is possible?
In the admin, under System > Configuration > Customers > Customer Configuration > Account Sharing Options, you'll be able to choose between sharing accounts per website or globally.

Resources