Inheritance: extends Base
 protected function init()
 {
     parent::init();
     $this->name = Piwik::translate('Goals_ProductSKU');
     $this->dimension = new ProductSku();
     $this->order = 30;
     $this->widgetTitle = 'Goals_ProductSKU';
 }
Exemple #2
0
 protected function init()
 {
     parent::init();
     $this->name = Piwik::translate('Goals_ProductName');
     $this->dimension = new ProductName();
     $this->order = 31;
     $this->subcategoryId = 'Goals_Products';
 }