Inheritance diagram for tx_commerce_product:

Public Member Functions | |
| tx_commerce_product () | |
| init ($uid, $lang_uid=0) | |
| get_title () | |
| getRelatedPage () | |
| get_subtitle () | |
| get_description () | |
| get_teaser () | |
| getImages () | |
| getTeaserImages () | |
| getArticleUids () | |
| getArticles () | |
| getArticleObjects () | |
| getNumberOfArticles () | |
| load_articles () | |
| load_data () | |
| getMasterparentCategorie () | |
| get_parent_categories () | |
| get_Articles_by_AttributeArray ($attribute_Array, $proofUid=1) | |
| get_Articles_by_Attribute ($attributeUid, $attributeValue) | |
| get_attribute_matrix ($articleList=false, $attribute_include=false, $showHiddenValues=true, $sortingTable= 'tx_commerce_articles_article_attributes_mm') | |
| get_selectattribute_matrix ($articleList=false, $attribute_include=false, $showHiddenValues=true, $sortingTable= 'tx_commerce_articles_article_attributes_mm') | |
| get_product_attribute_matrix ($attribute_include=false, $showHiddenValues=true, $sortingTable= 'tx_commerce_products_attributes_mm') | |
| getArticlesByPrice ($priceMin=0, $priceMax=0, $usePriceGrossInstead=0, $proofUid=1) | |
| getCheapestArticle ($usePriceNet=0) | |
| getManufacturerUid () | |
| getManufacturerTitle () | |
| hasStock () | |
| get_images () | |
| get_masterparent_categorie () | |
| set_leng_description ($leng=150) | |
| get_atrribute_matrix ($articleList=false, $attribute_include=false, $showHiddenValues=true, $sortingTable= 'tx_commerce_articles_article_attributes_mm') | |
| get_product_atrribute_matrix ($attribute_include=false, $showHiddenValues=true, $sortingTable= 'tx_commerce_products_attributes_mm') | |
Public Attributes | |
| $title = '' | |
| $subtitle = '' | |
| $description = '' | |
| $teaser = '' | |
| $images = '' | |
| $images_array = array() | |
| $teaserImages = '' | |
| $teaserImagesArray = array() | |
| $articles = array() | |
| $articles_uids = array() | |
| $attributes = array() | |
| $attributes_uids = array() | |
| $articles_loaded = false | |
|
|
basically calls init
|
|
||||||||||||
|
returns the list or articles from this product filtered by given AttributeUID and Attribute Value
|
|
||||||||||||
|
Returns list of articles from this product filtered by given attribute UID and Attribute Value
|
|
||||||||||||||||||||
|
returns the attribut matrix
|
|
||||||||||||||||||||
|
Generates a Matrix fro these concerning artciles for all Attributes and the values therfor Realy complex array, so have a lokk at the source
if no list is given, take complate arctile-list from product Do the language overlay No Translation possible, so next interation get the different possible values form value_char an value
Do the lokalization |
|
|
Returns the product description
|
|
|
Returns an Array of Images
|
|
|
gets the category master parent
|
|
|
gets all parent categories
|
|
||||||||||||||||
|
Generates a Matrix fro these concerning products for all Attributes and the values therfor Realy complex array, so have a lokk at the source
|
|
||||||||||||||||
|
Generates a Matrix fro these concerning products for all Attributes and the values therfor Realy complex array, so have a lokk at the source
if no list is given, take complate arctile-list from product Do the language overlay No Translation possible, so next interation get the different possible values form value_char an value
|
|
||||||||||||||||||||
|
Generates a Matrix fro these concerning artciles for all Attributes and the values therfor Realy complex array, so have a lokk at the source
if no list is given, take complate arctile-list from product Do the language overlay No Translation possible, so next interation only get select attributs, since we don't need any other in selectattribut Matrix and we need the arrayKeys in this case
|
|
|
Returns the product subtitle
|
|
|
Returns the product teaser
|
|
|
Returns the product title
|
|
|
Returns the list of articles
|
|
|
Depricated, please use getArticleUids()
|
|
||||||||||||||||||||
|
Returns list of articles (from this product) filtered by price
|
|
|
Returns the list of articles
|
|
|
evaluates the cheapest article for current product by gross price
|
|
|
Returns an Array of Images
|
|
|
Returns the manufacturere Title
|
|
|
Returns the Manufacturer UID of the Product if set
|
|
|
gets the category master parent
|
|
|
Returns the number of artiles for this Product
|
|
|
Returns the related page for the product
|
|
|
Returns an Array of Images
|
|
|
Returns true if one Article of Product have more than null articles on stock
|
|
||||||||||||
|
|
|
|
Gets the article_list of this product and stores in private variable
|
|
|
Loads the data and divides comma sparated images in array inherited from parent Reimplemented from tx_commerce_element_alib. |
|
|
sets a short description
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Reimplemented from tx_commerce_element_alib. |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1.4.4