Hello Juan Pablo,
> We need to show a couple of products marked as highlights and then the full
> product list. Adding the "Products: highlights" and then the "Products:
> list" works but the highlights are repeated in both lists.
>
> Exists any way to exclude the highlights from the products LIST?
You can use the filter function of tt_products 2.8.0:
plugin.tt_products.conf.tt_products {
LIST.filter {
where {
field {
highlight = 0
}
}
}
}
Franz
_______________________________________________
TYPO3-project-tt-products mailing list
TYPO3-project-tt-products (AT) lists...netfielders.de
http://lists.netfielders.de/cgi-bin/...ct-tt-products