Dear all,
I am newbie in Magento.
Could you please tell me where I can configure to set User must login before gohead.
Solved! Go to Solution.
Magento CE doesn't have this functionality out of the box although Enterprise does. I'm presuming you are using Community in which case you'll need to find a custom extension to allow this.
In Magento EE, System -> Configuration -> General -> Website Restrictions.
If you use Magento CE, you can use this module. Technically, this module uses Observer to open our door.
Hello Hoangtu406,
If you want to change Attribute Set: https://github.com/Flagbit/Magento-ChangeAttributeSet
Another guide for changing attribute type: http://stackoverflow.com/questions/7849535/magento-changing-attribute-type-in-backend
PS: If you have another question, you should ask new question in new topic.
Magento CE doesn't have this functionality out of the box although Enterprise does. I'm presuming you are using Community in which case you'll need to find a custom extension to allow this.
In Magento EE, System -> Configuration -> General -> Website Restrictions.
If you use Magento CE, you can use this module. Technically, this module uses Observer to open our door.
Thanks Mr Khoa, I am using CE version, I will try this extension.
By the way, I have one more question is there any way to replace Attribute Set of existing product.
Hello Hoangtu406,
If you want to change Attribute Set: https://github.com/Flagbit/Magento-ChangeAttributeSet
Another guide for changing attribute type: http://stackoverflow.com/questions/7849535/magento-changing-attribute-type-in-backend
PS: If you have another question, you should ask new question in new topic.