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
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
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