浏览文章

文章信息

Magento2 创建客户提示:A customer website ID wasn't specified. The ID must be specified to use the website scope 13190

1、客户必须依存某个站点,所以加载客户时必须设置站点

$customer->setWebsiteId($websiteId)->loadByEmail($email);


原创