111 if ( !$oUser || ( $oUser && !$oUser->oxuser__oxpassword->value ) ||
112 ( $this->isEnabledPrivateSales() && $oUser && ( !$oUser->isTermsAccepted() || $this->
confirmTerms() ) ) ) {
141 if ( $oUser && !$oUser->isTermsAccepted() ) {
163 $aParams[
'sourcecl'] = $sSource;
167 $aParams[
'anid'] = $sSource;
190 $sRedirectUrl = $this->
getConfig()->getShopUrl().
'index.php?cl='.rawurlencode( $sSource );
194 if ( $sValue && $sName !=
"sourcecl" ) {
195 $sRedirectUrl .=
'&'.rawurlencode( $sName ) .
"=" . rawurlencode( $sValue );
209 if ( $this->_iOrderCnt === null ) {
210 $this->_iOrderCnt = 0;
211 if ( $oUser = $this->
getUser() ) {
212 $this->_iOrderCnt = $oUser->getOrderCount();
225 if ( $this->_sArticleId === null) {
228 $this->_sArticleId = $sArticleId;
241 if ( $this->_sSearchParamForHtml === null ) {
242 $this->_sSearchParamForHtml =
false;
257 if ( $this->_sSearchParam === null ) {
258 $this->_sSearchParam =
false;
273 if ( $this->_sListType === null ) {
274 $this->_sListType =
false;
292 if ( $oUser = $this->
getUser() ) {
297 $aPath[
'link'] = $this->
getLink();
309 $oCompare =
oxNew(
"compare" );
310 $iCompItemsCnt = $oCompare->getCompareItemsCnt();
311 return $iCompItemsCnt;