Quantcast
Channel: OXID Community Forum
Viewing all articles
Browse latest Browse all 6951

SEO URL bei Attributefilter?

$
0
0
neuste Version von Oxid

Hallo Leute,

wie im Title schon zu lesen ist habe ich an die Programmierer dieses Forum`s eine Frage spezifisch der URL bei Attributefilter.

So wie man innerhalb einer Kategorie die Ausahlliste nach einem oder mehreren Attributen Filtert landet man ja standartmäßig auf /index.php?

Nun möchte ich aber von der URL her in der Kategorie bleiben die ausgewählt ist!

Dazu habe ich folgendes geändert: core/-> oxviewconfig Zeile 484

PHP Code:

 public function getSelfActionLink()
    {
        if ( ( 
$sValue $this->getViewConfigParam'selfactionlink' ) ) === null ) {
            
$sValue $this->getConfig()->getShopCurrentUrl();
            
$this->setViewConfigParam'selfactionlink'$sValue );
        }
        return 
$sValue;
    } 

IN
PHP Code:

 public function getSelfActionLink()
    {
        return 
$sValue;
    } 

Erste Tests localhost sagen alles ist super! Nun an euch die Frage habe ich was übersehen oder passt die Modifizierung so wie sie ist :confused:

Gruß Mirko

Viewing all articles
Browse latest Browse all 6951

Trending Articles