Definition at line 9 of file account_recommlist.php.
Public Member Functions | |
render () | |
getNavigationParams () | |
getRecommLists () | |
getActiveRecommItems () | |
getActiveRecommList () | |
saveRecommList () | |
isSavedList () | |
editList () | |
removeArticle () | |
getPageNavigation () | |
Protected Attributes | |
$_sThisTemplate = 'account_recommlist.tpl' | |
$_blSavedEntry = false | |
$_oActRecommListArticles = null | |
$_aUserRecommLists = null | |
$_oActRecommList = null | |
$_iAllArtCnt = 0 | |
$_oPageNavigation = null |
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
Template variables: blshowsuggest, wishlist
Reimplemented from Account.
Definition at line 70 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 oxUBase.
Definition at line 103 of file account_recommlist.php.
Account_Recommlist.getRecommLists | ( | ) |
return recomm list from the user
Definition at line 120 of file account_recommlist.php.
Account_Recommlist.getActiveRecommItems | ( | ) |
return all articles in the recomm list
Definition at line 137 of file account_recommlist.php.
Account_Recommlist.getActiveRecommList | ( | ) |
return the active entrys
Reimplemented from oxUBase.
Definition at line 162 of file account_recommlist.php.
Account_Recommlist.saveRecommList | ( | ) |
Account_Recommlist.isSavedList | ( | ) |
List entry saving status getter. Saving status is
Definition at line 215 of file account_recommlist.php.
Account_Recommlist.editList | ( | ) |
Account_Recommlist.removeArticle | ( | ) |
Account_Recommlist.getPageNavigation | ( | ) |
Template variable getter. Returns page navigation
Definition at line 264 of file account_recommlist.php.
Account_Recommlist.$_sThisTemplate = 'account_recommlist.tpl' [protected] |
Account_Recommlist.$_blSavedEntry = false [protected] |
Definition at line 23 of file account_recommlist.php.
Account_Recommlist.$_oActRecommListArticles = null [protected] |
Definition at line 30 of file account_recommlist.php.
Account_Recommlist.$_aUserRecommLists = null [protected] |
Definition at line 37 of file account_recommlist.php.
Account_Recommlist.$_oActRecommList = null [protected] |
Definition at line 44 of file account_recommlist.php.
Account_Recommlist.$_iAllArtCnt = 0 [protected] |
Definition at line 51 of file account_recommlist.php.
Account_Recommlist.$_oPageNavigation = null [protected] |
Definition at line 57 of file account_recommlist.php.