Gdzie ustawić aby zamiast http://www.tanio-buduj.pl/catalog/product/view/id/27/s/profil-uw50/
Wyświetlały się przyjazne linki http://www.tanio-buduj.pl/profil-uw50.html
Tych opcji jest tyle, że się już pogubiłem.
To moje ustawienia obecne


$this->_source = Mage::getModel($this->getSourceModel())->setAttribute($this);
if(is_object(Mage::getModel($this->getSourceModel()))){
$this->_source = Mage::getModel($this->getSourceModel())->setAttribute($this);
}
$element->setValues($attribute->getSource()->getAllOptions(true, true));
if(is_object($attribute->getSource())){
$element->setValues($attribute->getSource()->getAllOptions(true, true));
}
return $this->getAttribute()->getSource()->getAllOptions();
if(is_object($this->getAttribute()->getSource())){
return $this->getAttribute()->getSource()->getAllOptions();
}
Powrót do Problemy z działaniem