getRequest()->getParam('website') != '') { $priceScope = $this->_scopeConfig->getValue( \Magento\Store\Model\Store::XML_PATH_PRICE_SCOPE, \Magento\Store\Model\ScopeInterface::SCOPE_STORE ); if ($priceScope == \Magento\Store\Model\Store::PRICE_SCOPE_GLOBAL) { return ''; } } return parent::render($element); } }