How to Change ‘Name’ Product Attribute to Storeview in Magento

importlocalisationproducts

I have a multi-store set up (Magento Community Edition) and want to translate one of the stores to French.

I've exported the product data and had it translated but before I tried importing I thought I'd check the product settings. It seems I need to change the scope of the relevant attributes (name, description, short description for example) to "Store View" before I import.

This works fine for description and short description but I can't change the name attribute and get the message:

The attribute code 'name' is reserved by system. Please try another attribute code

How do I change this so I can use the translated product names?

Any other quick tips on product data importing from folks who have done it before?

Best Answer

Have you tried changing the Scope within Catalog -> Attributes -> Manage Attributes I assume this is where you got that error message? However, I just changed it in one of my Magento stores with no error messages.

The only thing I'd suggest is to change them in the Database but that would be a bit risky if Magento won't let you change it.

Related Topic