Jump to content

Edit History

Nishith Nesdiya

Nishith Nesdiya

Hi..

use like this actionCustomerAccountAdd hook in your module file
 

public function hookActionCustomerAccountAdd($params)
{
   $id_customer = $params['newCustomer']->id; //get your customer id here
   return true;
}

Thanks

Nishith Nesdiya

Nishith Nesdiya

Hi..

use like this actionCustomerAccountAdd hook in your module file
 

public function hookActionCustomerAccountAdd($params)
{
   $id_customer = $params['newCustomer']->id; //ger your customer id here
   return true;
}

Thanks

×
×
  • Create New...