Exemplo n.º 1
0
 protected function _construct()
 {
     parent::_construct();
     $this->setTemplate('fooman/googleanalyticsplus/ajax-tracking.phtml');
 }
Exemplo n.º 2
0
 protected function _construct()
 {
     parent::_construct();
     $this->setTemplate('fooman/googleanalyticsplus/tagmanager.phtml');
 }
Exemplo n.º 3
0
 protected function _construct()
 {
     parent::_construct();
     $this->setTemplate('fooman/googleanalyticsplus/ga.phtml');
     $this->_helper = Mage::helper('googleanalyticsplus');
 }