[TYPO3-shop] Problems with additional marker

Ines Willenbrock icybaer at web.de
Mon Jul 6 16:44:09 CEST 2009


Thank you, Franz, for your reply.
I'm feeling rather stupid, but somehow it doesn't help. Shall I attach 
my attempt to write an extension?

I'm using TYPO3 4.2.8 and tt_products 2.6.0 from ter.

Regards,

Ines

Franz Holzinger schrieb:
> You should change the function to:
> 
> 
> <?php
> class tx_ttproducts_markeradd {
>    function getItemMarkerArray($pObj, &$markerArray, &$item, $catTitle, 
> $imageNum, $imageRenderObj, $forminfoArray, $code, $id);
>   {
> 
>         $row = &$item['rec'];
> 
>         $markerArray['###PRODUCT_OWN_MARKER1###'] = 
> $row['user_ttproductsown_marker1'];
>         $markerArray['###PRODUCT_OWN_MARKER2###'] = 
> $row['user_ttproductsown_marker2'];
>   }
> }
>  >
> 
> 
> Regards,
> 
> Franz
> 


More information about the TYPO3-project-tt-products mailing list