Main Page | Namespace List | Class Hierarchy | Alphabetical List | Class List | Directories | File List | Class Members | File Members | Related Pages | Examples

tx_commerce_basket Class Reference

Inheritance diagram for tx_commerce_basket:

tx_commerce_basic_basket List of all members.

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 = ''

Detailed Description

Since:
22.10.05 Method to finish basket, after finalising the order Stored the actuel data in the datanbse and stehs the finish time


Constructor & Destructor Documentation

tx_commerce_basket::tx_commerce_basket  ) 
 

Dummy instanatiate class

Reimplemented from tx_commerce_basic_basket.


Member Function Documentation

tx_commerce_basket::finishOrder  ) 
 

Finishes the order public

tx_commerce_basket::finishOrderInDatabase  ) 
 

Sets the finishDate in the database to finihs the datanasbe

tx_commerce_basket::load_data  ) 
 

Loads the Basket_data from the session/database depending on $this->storage_type implemented now online database public

tx_commerce_basket::load_data_from_database  ) 
 

Loads the Basket Data from the database

Todo:
handling f�r special prices

tx_commerce_basket::set_session_id session_id  ) 
 

Sets the session ID public

tx_commerce_basket::store_data  ) 
 

Stores the Basket_data from the session/database depending on $this->storage_type implemented now online database public

tx_commerce_basket::store_data_to_database  ) 
 

stores the Basket Data to the database

Todo:
handling f�r special prices real delete the data

First delete all records from session

And insert data


Member Data Documentation

tx_commerce_basket::$sess_id = ''
 

tx_commerce_basket::$storage_type = 'database'
 


The documentation for this class was generated from the following file:
Generated on Sun Jan 13 23:12:16 2008 for tx_commerce by  doxygen 1.4.4