Public Member Functions | |
render () | |
getNavigationParams () | |
getRecommLists () | |
getArticleList () | |
getActiveRecommList () | |
setActiveRecommList ($oRecommList) | |
saveRecommList () | |
isSavedList () | |
editList () | |
removeArticle () | |
getPageNavigation () | |
getBreadCrumb () | |
getArticleCount () | |
Protected Attributes | |
$_sThisTemplate = 'page/account/recommendationlist.tpl' | |
$_blSavedEntry = false | |
$_oActRecommListArticles = null | |
$_aUserRecommLists = null | |
$_oActRecommList = null | |
$_iAllArtCnt = 0 | |
$_oPageNavigation = null |
Current user recommlist manager. When user is logged in in this manager window he can modify his own recommlists status - remove articles from list or store them to shopping basket, view detail information.
Definition at line 9 of file account_recommlist.php.
Account_Recommlist.editList | ( | ) |
Account_Recommlist.getActiveRecommList | ( | ) |
return the active entrys
Reimplemented from oxUBase.
Definition at line 163 of file account_recommlist.php.
Account_Recommlist.getArticleCount | ( | ) |
Account_Recommlist.getArticleList | ( | ) |
return all articles in the recomm list
Definition at line 132 of file account_recommlist.php.
Account_Recommlist.getBreadCrumb | ( | ) |
Returns Bread Crumb - you are here page1/page2/page3...
Reimplemented from Account.
Definition at line 321 of file account_recommlist.php.
Account_Recommlist.getNavigationParams | ( | ) |
Returns array of params => values which are used in hidden forms and as additional url params
Reimplemented from Account.
Definition at line 97 of file account_recommlist.php.
Account_Recommlist.getPageNavigation | ( | ) |
Template variable getter. Returns page navigation
Reimplemented from oxUBase.
Definition at line 304 of file account_recommlist.php.
Account_Recommlist.getRecommLists | ( | ) |
return recomm list from the user
Definition at line 114 of file account_recommlist.php.
Account_Recommlist.isSavedList | ( | ) |
List entry saving status getter. Saving status is
Definition at line 245 of file account_recommlist.php.
Account_Recommlist.removeArticle | ( | ) |
Account_Recommlist.render | ( | ) |
If user is logged in loads his wishlist articles (articles may be accessed by oxuser.GetBasket()), loads similar articles (is available) for the last article in list loaded by oxarticle.GetSimilarProducts() and returns name of template to render account_wishlist._sThisTemplate
Reimplemented from Account.
Definition at line 69 of file account_recommlist.php.
Account_Recommlist.saveRecommList | ( | ) |
Account_Recommlist.setActiveRecommList | ( | $ | oRecommList | ) |
Set active recommlist
object | $oRecommList Recommendation list |
Definition at line 192 of file account_recommlist.php.
Account_Recommlist.$_aUserRecommLists = null [protected] |
Definition at line 38 of file account_recommlist.php.
Account_Recommlist.$_blSavedEntry = false [protected] |
Definition at line 24 of file account_recommlist.php.
Account_Recommlist.$_iAllArtCnt = 0 [protected] |
Definition at line 52 of file account_recommlist.php.
Account_Recommlist.$_oActRecommList = null [protected] |
Definition at line 45 of file account_recommlist.php.
Account_Recommlist.$_oActRecommListArticles = null [protected] |
Definition at line 31 of file account_recommlist.php.
Account_Recommlist.$_oPageNavigation = null [protected] |
Definition at line 59 of file account_recommlist.php.
Account_Recommlist.$_sThisTemplate = 'page/account/recommendationlist.tpl' [protected] |
Reimplemented from Account.
Definition at line 17 of file account_recommlist.php.