where('`' . $this->_tableAlias . '`.`soldOut` = "n"'); $select->where('`' . $this->_tableAlias . '`.`enabled` = "y"'); return $this; } }