[TYPO3-shop] tt_products target

Kristian Wind kw at hovsa.dk
Wed Jan 14 22:46:48 CET 2009


Hello!

I need to have different targets for tt_products on a website
depending on the page the tt_products have been added to. On on page
the target should be "detail-frame" and on another page it should be
"_self" or none...

Can I in TS write something like:

plugin.tt_products.target = detailframe

I have changed the "class.tx_ttproducts_list_view.php" file:

$wrappedSubpartArray['###LINK_ITEM###'] = array('<a
target="detailframe" alt="" href="'. $pageLink .'"'.
$css_current.'>','</a>');

- but it only gives me one new target. I need to be able to add
different targets for different pages...


Thanks in advance!

Best regards,
Kristian
_______________________________________________
TYPO3-english mailing list
TYPO3-english at lists.netfielders.de
http://lists.netfielders.de/cgi-bin/mailman/listinfo/typo3-english


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