Public Member Functions | |
render () | |
changePassword () | |
isPasswordChanged () | |
hasPassword () | |
Protected Attributes | |
$_sThisTemplate = 'account_password.tpl' | |
$_blPasswordChanged = false | |
$_blHasPassword = null |
Current user password change 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 12 of file account_password.php.
Account_Password.changePassword | ( | ) |
Account_Password.hasPassword | ( | ) |
Template variable getter. Returns true if user has password.
Definition at line 112 of file account_password.php.
Account_Password.isPasswordChanged | ( | ) |
Template variable getter. Returns true when password had been changed.
Definition at line 102 of file account_password.php.
Account_Password.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
Reimplemented from Account.
Definition at line 42 of file account_password.php.
Account_Password.$_blHasPassword = null [protected] |
Definition at line 33 of file account_password.php.
Account_Password.$_blPasswordChanged = false [protected] |
Definition at line 26 of file account_password.php.
Account_Password.$_sThisTemplate = 'account_password.tpl' [protected] |
Reimplemented from Account.
Definition at line 19 of file account_password.php.