[TYPO3-shop] Problems with additional marker
Franz Holzinger
franz at ttproducts.de
Mon Jul 6 08:48:32 CEST 2009
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