Public Member Functions | |
| needAdditionalData ($pObj) | |
| getAdditonalFieldsConfig ($pObj) | |
| proofData ($formData, $pObj) | |
| finishingFunction ($config, $session, $basket, $pObj) | |
| updateOrder ($orderUid, $session, $pObj) | |
| getLastError ($finish=0, $pObj) | |
Public Attributes | |
| $errorFields = array() | |
| In this var the wrong fields are stored (for future use). | |
| $errorMessages = array() | |
| This var holds the errormessages (keys are the fieldnames). | |
|
||||||||||||||||||||
|
This method is called in the last step. Here can be made some final checks or whatever is needed to be done before saving some data in the database. Write any errors into $this->errorMessages! To save some additonal data in the database use the method updateOrder().
|
|
|
|
|
||||||||||||
|
Returns the last error message |
|
|
|
|
||||||||||||
|
|
|
||||||||||||||||
|
This method can make something with the created order. For example add the reference id for payments with creditcards. |
|
|
In this var the wrong fields are stored (for future use).
|
|
|
This var holds the errormessages (keys are the fieldnames).
|
1.4.4