20 if (!($sSeoUrl = $this->
_loadFromDb(
'dynamic', $oRecomm->getId(), $iLang))) {
25 $oRecomm->getBaseStdLink($iLang,
false),
29 . $this->
_prepareTitle($oRecomm->oxrecommlists__oxtitle->value,
false, $iLang);
32 $sSeoUrl = $this->
_processSeoUrl($sSeoUrl, $oRecomm->getId(), $iLang);
35 $this->
_saveToDb(
'dynamic', $oRecomm->getId(), $oRecomm->getBaseStdLink($iLang), $sSeoUrl, $iLang,
$myConfig->getShopId());
73 $sStdUrl = $oRecomm->getBaseStdLink($iLang) .
'&pgNr=' . $iPage;
74 $sParams = (int) ($iPage + 1);
76 $sStdUrl = $this->
_trimUrl($sStdUrl, $iLang);
77 $sSeoUrl = $this->
getRecommUri($oRecomm, $iLang) . $sParams .
"/";
79 return $this->
_getFullUrl($this->
_getPageUri($oRecomm,
'dynamic', $sStdUrl, $sSeoUrl, $sParams, $iLang, $blFixed), $iLang);