Magento customer registration programmatically

Magento customer registration programmatically This post is we will show you how to Magento customer registration programmatically. first we create user ,if user is not exist then insert data into database then we will go for login to user programmatically. // code for Magento customer registration $website_Id = Mage::app()->getWebsite()->getId(); $store_detail = Mage::app()->getStore(); $setFirstname = “Firstname”; …

Magento customer registration programmatically Read More »