36 if ( !( $sSeoUrl = $this->
_loadFromDb(
'dynamic', $oRecomm->getId(), $iLang ) ) ) {
41 $oRecomm->getBaseStdLink( $iLang,
false ),
46 $this->
_prepareTitle( $oRecomm->oxrecommlists__oxtitle->value,
false, $iLang );
49 $sSeoUrl = $this->
_processSeoUrl( $sSeoUrl, $oRecomm->getId(), $iLang );
52 $this->
_saveToDb(
'dynamic', $oRecomm->getId(), $oRecomm->getBaseStdLink( $iLang ), $sSeoUrl, $iLang,
$myConfig->getShopId() );
89 $sStdUrl = $oRecomm->getBaseStdLink( $iLang ) .
'&pgNr=' . $iPage;
90 $sParams = (int) ($iPage + 1);
92 $sStdUrl = $this->
_trimUrl( $sStdUrl, $iLang );
93 $sSeoUrl = $this->
getRecommUri( $oRecomm, $iLang ) . $sParams .
"/";
95 return $this->
_getFullUrl( $this->
_getPageUri( $oRecomm,
'dynamic', $sStdUrl, $sSeoUrl, $sParams, $iLang, $blFixed ), $iLang );