[Typo3-shop] template problem with 2.2.9
Eirik Wulff
eirik at wulff.biz
Wed Sep 28 18:39:51 CEST 2005
Simon wrote:
> to do this I have the following code in my root template
>
> # Substitute the ###sidenav### subpart with some example content:
> # using the mini basket from tt_products to do this now
> subparts.sidenav=TEXT
> subparts.sidenav.value=
> subparts.sidenav < plugin.tt_products
> subparts.sidenav.code >
> subparts.sidenav.code = OVERVIEW
>
I have it working using the following code:
# Setting up a minibasket from tt_products
subparts.MINIBASKET < plugin.tt_products
subparts.MINIBASKET.defaultCode = OVERVIEW
...although I actually do declare the above as 'temp.minibasket' before
inserting it with 'subparts.MINIBASKET < temp.minibasket', but in
practice the same setup.
Regards,
E
More information about the TYPO3-project-tt-products
mailing list