[Typo3] tt_products / zk_products minibasket info

redacted name redacted-user at example.org
Mon Apr 11 16:45:45 CEST 2005


Typoscript Setup:

temp.templ = TEMPLATE
temp.templ {
   workOnSubpart = DOCUMENT_BODY
   subparts.content < styles.content.get

   subparts.basketoverview < plugin.tt_products
   subparts.basketoverview.code >
   subparts.basketoverview.code = OVERVIEW
}

page = PAGE
page.10 < temp.templ



Html Templ:

<div id="basketoverview">&nbsp;</div>



tt_products Templ:


<!-- ###BASKET_OVERVIEW_TEMPLATE### begin -->
<div>###NUMBER_GOODSTOTAL### Position(en) im Warenkorb<br />im Wert von 
&euro; ###PRICE_GOODSTOTAL_TAX###</div>
<!-- ###BASKET_OVERVIEW_TEMPLATE### end -->


<!-- ###BASKET_OVERVIEW_EMPTY### begin -->
<div>Ihr Warenkorb ist leer</div>
<!-- ###BASKET_OVERVIEW_EMPTY### end -->



See Example here: http://www.volarte.at/

Greets,
redacted name



Julius Ferianc wrote:

> Hi all,
> 
> anybody figured how to force tt_products / zk_products to display 
> temporary (lets call it) "minibasket info" on page, that would say for 
> instance: "you have 4 items in the basket, 145 EUR worth". This info 
> should be allways visible, without having to go to basket page.
> 
> Thanks for any hints
> 
> Julo (typo3 3.7.0 w/ css_styled_content)



More information about the TYPO3-english mailing list