_storeManager ->getStore() ->getBaseUrl(\Magento\Framework\UrlInterface::URL_TYPE_WEB); } /** * Return config value by key and store * * @param string $key * @param \Magento\Store\Model\Store|int|string $store * @return string|null */ public function getConfig($key) { $result = $this->_scopeConfig->getValue($key, \Magento\Store\Model\ScopeInterface::SCOPE_STORE); return $result; } }