Oturumdan müşteri kimliği nasıl alınır? Bunu denedim ama işe yaramadı.
protected $_customerBonusPointFactory;
protected $_customerSession;
public function __construct(Session $customerSession, \Magento\Framework\View\Element\Template\Context $context) {
$this->_customerSession = $customerSession;
parent::__construct($context);
}
public function _prepareLayout() {
var_dump($this->_customerSession->getCustomer()->getId());
exit();
return parent::_prepareLayout();
}
$this->session->isLoggedIn()
denetleyici sınıfında doğru ancak bloğum sınıfında yanlış döndü bulundu . Neden?
cacheable=false
bkz. Magento 2 - Bir blok sınıfındaki oturumdan müşteri kimliği alın