VirtueMartControllerUser::__construct |
( |
| ) |
|
VirtueMartControllerUser::cancel |
( |
| ) |
|
Action cancelled; return to the previous view
- Author
- Max Milbers
VirtueMartControllerUser::checkCaptcha |
( |
|
$retUrl | ) |
|
Check the Joomla ReCaptcha Plg
- Author
- Maik Künnemann
VirtueMartControllerUser::display |
( |
|
$cachable = false , |
|
|
|
$urlparams = array() |
|
) |
| |
Override of display to prevent caching
- Returns
- JController A JController object to support chaining.
VirtueMartControllerUser::editAddressCart |
( |
| ) |
|
VirtueMartControllerUser::removeAddressST |
( |
| ) |
|
VirtueMartControllerUser::saveAddressST |
( |
| ) |
|
VirtueMartControllerUser::saveData |
( |
|
$cartObj | ) |
|
|
private |
Save the user info. The saveData function don't use the userModel store function for anonymous shoppers, because it would register them. We make this function private, so we can do the tests in the tasks.
- Author
- Max Milbers
-
Valérie Isaksen
- Parameters
-
boolean | Defaults to false, the param is for the userModel->store function, which needs it to determine how to handle the data. |
- Returns
- String it gives back the messages.
VirtueMartControllerUser::saveUser |
( |
| ) |
|
This is the save function for the normal user edit.php layout.
- Author
- Max Milbers
The documentation for this class was generated from the following file:
- components/com_virtuemart/controllers/user.php