/** * If enabled, output the tracking code. * * @return string HTML Code */ public function _toHtml() { if ($this->getStoreConfig('clearcode_addshoppers/settings/enabled')) { return parent::_toHtml(); } }
/** * If enabled, output the tracking code. * * @return string HTML Code */ public function _toHtml() { if ($this->config->getEnabled()) { return parent::_toHtml(); } }