Public Member Functions | Protected Attributes

Account_User Class Reference

Inheritance diagram for Account_User:
Collaboration diagram for Account_User:

List of all members.

Public Member Functions

 render ()
 showShipAddress ()
 getCountryList ()
 getBreadCrumb ()

Protected Attributes

 $_sThisTemplate = 'page/account/user.tpl'

Detailed Description

Current user Data Maintenance form. When user is logged in he may change his Billing and Shipping information (this is important for ordering purposes). Information as email, password, greeting, name, company, address etc. Some fields must be entered. OXID eShop -> MY ACCOUNT -> Update your billing and delivery settings.

Definition at line 11 of file account_user.php.


Member Function Documentation

Account_User.getBreadCrumb (  ) 

Returns Bread Crumb - you are here page1/page2/page3...

Returns:
array

Reimplemented from Account.

Definition at line 72 of file account_user.php.

Account_User.getCountryList (  ) 

Return country list

Deprecated:
will be removed in future: use oxViewConfig.getCountryList()
Returns:
oxcountrylist

Definition at line 57 of file account_user.php.

Account_User.render (  ) 

If user is not logged in - returns name of template account_user._sThisLoginTemplate, or if user is allready logged in additionally loads user delivery address info and forms country list. Returns name of template account_user._sThisTemplate

Returns:
string $_sThisTemplate current template file name

Reimplemented from Account.

Definition at line 27 of file account_user.php.

Account_User.showShipAddress (  ) 

Template variable getter. Checks to show or not shipping address entry form

Returns:
bool

Definition at line 45 of file account_user.php.


Member Data Documentation

Account_User.$_sThisTemplate = 'page/account/user.tpl' [protected]

Reimplemented from Account.

Definition at line 18 of file account_user.php.


The documentation for this class was generated from the following file: