Guest User

Untitled

a guest
Nov 23rd, 2017
74
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.26 KB | None | 0 0
  1. public function get($email, $websiteId = null);
  2.  
  3. $CustomerModel = $objectManager->create('MagentoCustomerModelCustomer');
  4. $CustomerModel->setWebsiteId(1); **//Here 1 means Store ID**
  5. $CustomerModel->loadByEmail($customerEmail);
  6. $userId = $CustomerModel->getId();
Add Comment
Please, Sign In to add comment