Vinai Kopp
Vinai Kopp
No idea, no. As long as the attribute code is returned by `\Mage_Customer_Model_Api_Resource::getAllowedAttributes()`, I can't see a reason why `\Mage_Customer_Model_Customer_Api::update()` wouldn't save it. All I can suggest is to debug...
Great find. I've just pushed a new version including that check (see https://github.com/Vinai/customer-activation/blob/master/app/code/community/Netzarbeiter/CustomerActivation/Model/Observer.php#L433-L443). Can you please let me know if that resolves the issue for you? Thanks!
I just tested the extension on Magento 1.9.0.1 with the old community edition default theme, and also the new RWD theme, and it works fine. Please try reinstalling, which means:...
If that happened after uninstalling, please clear the directory _var/session/_. But please be sure to also have run the uninstall SQL.
"didnt worked"? What happened. But seriously, you should get help by someone with a clue - Magento is a very complex system that requires development skills and dev-ops skills to...
Don't worry about Magento Connect, that is just a relict in a registry in the downloader. The important thing is that the files in the installation are gone and you...
Hi, sorry for the late reply. The problem is I don't have any clients using any social media login extensions and this extension, so I am unable to provide any...
Hi, currently this is not possible. Its a great idea though, so I'll leave the issue open as a feature ticket. Please don't hold your breath waiting for the implementation...
Thanks for the issue. How do you set the customer as active during the customerCustomerCreate resource call?
Well, the method `_isApiRequest` should catch the request and should stop the observer from doing so. A quick test on my local instance shows it works fine. For further debugging,...