コード例 #1
0
ファイル: Tracking.php プロジェクト: xiaoguizhidao/ecommerce
 /**
  * If enabled, output the tracking code.
  *
  * @return string HTML Code
  */
 public function _toHtml()
 {
     if ($this->getStoreConfig('clearcode_addshoppers/settings/enabled')) {
         return parent::_toHtml();
     }
 }
コード例 #2
0
 /**
  * If enabled, output the tracking code.
  *
  * @return string HTML Code
  */
 public function _toHtml()
 {
     if ($this->config->getEnabled()) {
         return parent::_toHtml();
     }
 }