[TYPO3-shop] Hiding tt_products search field

Franz Holzinger franz at ttproducts.de
Sat Sep 17 17:21:19 CEST 2011


On 15/08/11 11:41, Kioshin wrote:
> Hello,
>
> Is there any way to hide tt_products
> search field in a page via TS?
>
> Thank you in advance,
> Kast A.

Hello,

you must have a main template file using markers.

         workOnSubpart = DOCUMENT

         marks {
           LOGO       < temp.logo
           MAINMENU   < temp.mainmenu
           BREADCRUMB < temp.breadcrumb
           LEFT       < temp.left
           CONTENT    < styles.content.get
           RIGHT      < temp.right
           FOOTER     < temp.footer
         }
On the shop page you can have a
CONTENT < plugin.tt_products

Each setup can have a typoscript condition.

Regards,

Franz


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