Inheritance diagram for tx_commerce_basic_basket:

|
||||||||||||||||
|
Addes an article to the basket Volker Graubaum, proofs if item exists
Check if the given price id is related to the article |
|
||||||||||||
|
Changes the quantity for this artcile in the basket
|
|
||||||||||||||||
|
Changes the price_value for one ARticle
|
|
||||||||||||
|
Changes the Title for one Article
|
|
|
deletes all articles form basket
|
|
|
deletes article form basket
|
|
|
Returns an array of articles to a corresponding article_tyoe
|
|
|
Creates an Array of assoc_arrays from the basket_articles the array within array (uid => array( 'article' => result form tx_commerce_article->return_assoc_array(), 'product' => result form tx_commerce_product->return_assoc_array(), ), uid2 =>array( 'article' => result form tx_commerce_article->return_assoc_array(); 'product' => result form tx_commerce_product->return_assoc_array(); ), )
|
|
|
gets the gross basket sum
|
|
|
gets the net basket sum
|
|
|
|
|
|
returns the count of allArticles in the given array
|
|
|
check function |
|
|
check function |
|
|
returns true if the the basket has currently active articles
|
|
|
|
|
|
|
|
|
gets the number of items in the basket
|
|
|
Calculates the TAX-Sum for the complete and different Tax-Rates depending on article
|
|
|
Calculates the TAX-Sum for the complete Basket
|
|
|
returns true if the the basket has currently active articles
|
|
|
returns True if the basket is changeable
|
|
|
returns the currenty readonly statd
|
|
|
Recalculates the sums |
|
|
releasses the readOnly |
|
|
Sets the Basket to readonly, for checkout |
|
|
This Method Sets the Tax Calculation method (pricefromnet)
|
|
|
Dummy instantiate Method Reimplemented in tx_commerce_basket. |
|
|
Internal associative array for storing basket_items in the basket public |
|
|
gross Basket Summ private |
|
|
net Basket Summ private |
|
|
|
|
|
Number of items in the basket private |
|
|
calculated price from net price private |
|
|
|
1.4.4