[TYPO3-shop] Listview on all pages, change on code needed
Michael Hoppe
michael at hoppefamily.de
Sun Feb 5 17:46:13 CET 2006
Hello Franz,
this typoscript code only works on pages in rootline of the products
folder/page: (because in PIDstoreRoot is not allways be used in source code)
temp.shopnews < plugin.tt_products
temp.shopnews{
code >
code = LISTHIGHLIGHTS
templateFile = fileadmin/template/shop/shopnews.tmpl.htm
listImage.file.maxW = 140
listImage.file.maxH = 140
displayBasketColumns=1
PIDstoreRoot=2
recursive=50
pages=53
}
Could you change the code in the extension so it works for all pages?
In class.tx_ttproducts_pi1.php the lines 591-596 needs to be transfered
to line 584. (So $this->page->pid_list is set independend of the IF and
PIDstoreRoot will be used) Version: 2.4.5
I modified the code and could not see any side effect.
Michael Hoppe
More information about the TYPO3-project-tt-products
mailing list