Public Member Functions | |
render () | |
confirmTerms () | |
getNavigationParams () | |
getOrderCnt () | |
getArticleId () | |
getSearchParamForHtml () | |
getSearchParam () | |
getListType () | |
getBreadCrumb () | |
getCompareItemsCnt () | |
getTitle () | |
Protected Member Functions | |
_getLoginTemplate () | |
Protected Attributes | |
$_iOrderCnt = null | |
$_sArticleId = null | |
$_sSearchParamForHtml = null | |
$_sSearchParam = null | |
$_sListType = null | |
$_sThisTemplate = 'page/account/dashboard.tpl' | |
$_sThisLoginTemplate = 'page/account/login.tpl' | |
$_sThisAltLoginTemplate = 'page/privatesales/login.tpl' | |
$_iViewIndexState = VIEW_INDEXSTATE_NOINDEXNOFOLLOW | |
$_sMetaDescriptionIdent = 'oxstartmetadescription' | |
$_sMetaKeywordsIdent = 'oxstartmetakeywords' | |
$_blBargainAction = true | |
$_blShowTagCloud = false |
Current user "My account" window. When user is logged in arranges "My account" window, by creating links to user details, order review, notice list, wish list. There is a link for logging out. Template includes Topoffer , bargain boxes. OXID eShop -> MY ACCOUNT.
Definition at line 12 of file account.php.
Account._getLoginTemplate | ( | ) | [protected] |
Returns login template name:
Definition at line 139 of file account.php.
Account.confirmTerms | ( | ) |
Confirms term agreement. Returns value of confirmed term
Definition at line 149 of file account.php.
Account.getArticleId | ( | ) |
Return the active article id
Reimplemented from oxUBase.
Definition at line 241 of file account.php.
Account.getBreadCrumb | ( | ) |
Returns Bread Crumb - you are here page1/page2/page3...
Reimplemented from oxUBase.
Reimplemented in Account_Newsletter, Account_Noticelist, Account_Order, Account_Recommlist, Account_User, and Account_Wishlist.
Definition at line 310 of file account.php.
Account.getCompareItemsCnt | ( | ) |
Template variable getter. Returns article list count in comparison
Definition at line 335 of file account.php.
Account.getListType | ( | ) |
Template variable getter. Returns list type
Reimplemented from oxUBase.
Definition at line 292 of file account.php.
Account.getNavigationParams | ( | ) |
Returns array from parent.getNavigationParams(). If current request contains "sourcecl" and "anid" parameters - appends array with this data. Array is used to fill forms and append shop urls with actual state parameters
Reimplemented from oxUBase.
Reimplemented in Account_Noticelist, and Account_Recommlist.
Definition at line 170 of file account.php.
Account.getOrderCnt | ( | ) |
changes default template for compare in popup
Definition at line 224 of file account.php.
Account.getSearchParam | ( | ) |
Template variable getter. Returns search parameter
Definition at line 275 of file account.php.
Account.getSearchParamForHtml | ( | ) |
Template variable getter. Returns search parameter for Html
Reimplemented from oxUBase.
Definition at line 258 of file account.php.
Account.getTitle | ( | ) |
Account.render | ( | ) |
Loads action articles. If user is logged and returns name of template to render account._sThisTemplate
Reimplemented from oxUBase.
Reimplemented in Account_Newsletter, Account_Noticelist, Account_Order, Account_Password, Account_Recommlist, Account_User, and Account_Wishlist.
Definition at line 113 of file account.php.
Account.$_blBargainAction = true [protected] |
Reimplemented from oxUBase.
Definition at line 97 of file account.php.
Account.$_blShowTagCloud = false [protected] |
Reimplemented from oxUBase.
Definition at line 104 of file account.php.
Account.$_iOrderCnt = null [protected] |
Definition at line 20 of file account.php.
Account.$_iViewIndexState = VIEW_INDEXSTATE_NOINDEXNOFOLLOW [protected] |
Current view search engine indexing state: VIEW_INDEXSTATE_INDEX - index without limitations VIEW_INDEXSTATE_NOINDEXNOFOLLOW - no index / no follow VIEW_INDEXSTATE_NOINDEXFOLLOW - no index / follow
Reimplemented from oxUBase.
Reimplemented in Account_Downloads, Account_Noticelist, and Account_Wishlist.
Definition at line 76 of file account.php.
Account.$_sArticleId = null [protected] |
Definition at line 27 of file account.php.
Account.$_sListType = null [protected] |
Reimplemented from oxUBase.
Definition at line 48 of file account.php.
Account.$_sMetaDescriptionIdent = 'oxstartmetadescription' [protected] |
Reimplemented from oxUBase.
Definition at line 83 of file account.php.
Account.$_sMetaKeywordsIdent = 'oxstartmetakeywords' [protected] |
Reimplemented from oxUBase.
Definition at line 90 of file account.php.
Account.$_sSearchParam = null [protected] |
Reimplemented in Account_Wishlist.
Definition at line 41 of file account.php.
Account.$_sSearchParamForHtml = null [protected] |
Definition at line 34 of file account.php.
Account.$_sThisAltLoginTemplate = 'page/privatesales/login.tpl' [protected] |
Definition at line 69 of file account.php.
Account.$_sThisLoginTemplate = 'page/account/login.tpl' [protected] |
Definition at line 62 of file account.php.
Account.$_sThisTemplate = 'page/account/dashboard.tpl' [protected] |
Reimplemented from oxView.
Reimplemented in Account_Downloads, Account_Newsletter, Account_Noticelist, Account_Order, Account_Password, Account_Recommlist, Account_User, and Account_Wishlist.
Definition at line 55 of file account.php.