Magento Adress fields in backend not displaying + Access Denied - magento

I can do anything with my magento backend, but I do have one problem with the customer details. All orders don't show the customer address but just a "*"
I tried to setup:upgrade magento and then compile and deploy the static content without any luck.
I also created a new user role with all permissions and logged in to that account, but I still can't see the customer address.
Below picture:
Adress fields *
When clicked on edit address
Does anyone have any suggestion on what to do?

Related

Magento Paypal redirect to Cart Page

I have two questions
I have a website in magento. I am using paypal for payment gateway. In checkout page paypal redirect to cart page. I just googled and found some solutions but none worked. Here I am using Mexico paypal extension also.
In admin while entering the sandbox box details to paypal like API username and password and etc, finally clicks on save config values are not updating. showing default values like some *********
Please any one help me?

Protect Url access from vendor user in magento

I am new to magento. I have logged in as a vendor user and accesses all vendor pages. But I am able to access customer's dashboard also. I just want to redirect to vendor dashboard when vendor enter customer dashboard url.
How can i do this in magento?
Can anyone help me???
Thanks on advance.
In customer controller inside dashboard functionality, I have used the following code to protect the url of customers:
Code:
if(Mage::getSingleton("customer/session")->getCustomer()->getGroupid()==4){
$this->_redirect('marketplace/vendor/dashboard/');
}

Magento Customer Account Sharing across multiple websites

I have a single magento installation (ver 1.6) and created 3 websites for USA, UK and Europe each has its own store and store view I want to implement multi-currency and sharing one shopping cart among all these three websites. Everything is fine but when I select
System>Configuration>Default>Customer Configuration>Share Customer
Accounts to Global
, I get the following error after successful login tries to redirect customer
Fatal error: Cannot unset string offsets in /home/wwwabc/public_html/lib/Varien/Object.php on line 293
Sometimes login successfully redirect to My Account page and this error displayed when customer clicks on "Logout" I think there is some session/cookie issue but could not figure it out.
Anyone can help quickly please...?
are u sharing cart on website level or store levels. Default magento share shopping cart on store view levels?

Magento: How to create an account with email and password only

I'm using Magento 1.7.
I would like to simplify the create account (register new user) to show and require only the email and a password.
The user would only fill in the other info (like name, address, etc) when making a purchase.
The idea behind is that every user would need to give out the email address in order to view the site content.
I'm already using this extension in order to make the the site available only to login users. I need a way to simplify the register process to include only email and password
app/design/frontend/default/{yourtheme}/template/customer/form/register.phtml
and comment out the fields that you don't want.
This is what you want, right?
You can try this extension from Magento Connect - Fast Registration it allow customer registration only with Email & Password

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