[TYPO3-shop] Accessing data for additional marker
Franz Holzinger
franz at ttproducts.de
Thu May 27 18:58:16 CEST 2010
Le 24/05/2010 22:40, Ines Willenbrock a écrit :
> function getItemMarkerArray($pObj, &$markerArray, &$item, $catTitle,
> $imageNum, $imageRenderObj, $forminfoArray, $code, $id)
> and
> $row = &$item['rec'];
>
> $ownMarker1= $row['user_ttproductsown_marker1'];
> works for me
>
> $ownMarker2= $row['price2'];
> doesn't work.
>
> ###ARTICLE_PRICE2### is filled correctly.
Normally tt_products does not fetch all fields from the database in the
list view. This is to reduce the traffic.
Check your setup:
conf.tt_products.ALL {
requiredFields =
uid,pid,category,price,price2,directcost,graduated_price_uid,tax,inStock,unit_factor,weight
}
- Franz
More information about the TYPO3-project-tt-products
mailing list