getPrice(); /** @var $renderBlock \Magento\Catalog\Pricing\Render */ $renderBlock = $this->getRenderBlock(); if (!$renderBlock && $this->getItem() instanceof ItemInterface) { $price->setItem($this->getItem()); } return parent::_prepareLayout(); } }