[TYPO3-shop] LIST without products highlights

Franz Holzinger franz at fholzinger.com
Fri Aug 1 13:20:03 CEST 2008


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



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