- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-19-2020
12:58 AM
11-19-2020
12:58 AM
Domanda su Magento\Customer\Model\Backend\Customer
Mi spiegate il senso di questo if fatto in questo modo
Regalo 10 euro a chi mi da una motivazione valida :-)
public function getStoreId()
{
if ($this->getWebsiteId() * 1) {
return $this->_getWebsiteStoreId();
}
return parent::getStoreId();
}