13 class Shopcart extends \Magento\Backend\Block\Widget\Grid\Extended
38 $this->_storeIds = $storeIds;
49 if ($this->_currentCurrencyCode ===
null) {
50 reset($this->_storeIds);
51 $this->_currentCurrencyCode = count(
53 ) > 0 ? $this->_storeManager->getStore(
54 current($this->_storeIds)
55 )->getBaseCurrencyCode() : $this->_storeManager->getStore()->getBaseCurrencyCode();
68 return $this->_storeManager->getStore()->getBaseCurrency()->getRate($toCurrency);