Inheritance diagram for tx_commerce_basket:

Public Member Functions | |
| tx_commerce_basket () | |
| set_session_id ($session_id) | |
| finishOrder () | |
| load_data () | |
| store_data () | |
| load_data_from_database () | |
| store_data_to_database () | |
| finishOrderInDatabase () | |
Public Attributes | |
| $storage_type = 'database' | |
| $sess_id = '' | |
|
|
Dummy instanatiate class Reimplemented from tx_commerce_basic_basket. |
|
|
Finishes the order public |
|
|
Sets the finishDate in the database to finihs the datanasbe |
|
|
Loads the Basket_data from the session/database depending on $this->storage_type implemented now online database public |
|
|
Loads the Basket Data from the database
|
|
|
Sets the session ID public |
|
|
Stores the Basket_data from the session/database depending on $this->storage_type implemented now online database public |
|
|
stores the Basket Data to the database
First delete all records from session And insert data |
|
|
|
|
|
|
1.4.4