[TYPO3-commerce] permanent empty Minibasket

Michael Staatz info at mduttlinger.de
Fri Oct 23 08:13:56 CEST 2009


Hi Rainer,

take a look at:
http://wiki.typo3.org/index.php/De:TSref/COA

It seems to me that you have to use a COA_INT otherwise you display a 
cache version of your minibasket.

I think.....

Greets

Michael Staatz


On 2009-10-21 17:53:47 +0200, Rainer schleevoigt 
<rainer at webmasterei-hamburg.de> said:

> Hi,
> 
> with this TS I have realized a minibasket:
> 
> lib.minibasket = COA
> lib.minibasket {
> 	20 < plugin.tx_commerce_pi2
> 	20.defaultCode >
> 	20.defaultCode = QUICKVIEW
> 	20.templateFile = {$templatePathCommerce}shoppingcart.html
> }
> 
> 
> In this basket.html is:
> 
> <!-- ###PRODUCT_BASKET_QUICKVIEW### begin -->
> 	<p class="portlethead">###LANG_BASKET_QV_VALUE###</p>
> 	<div class="portletbody">Es liegen ###BASKET_ITEMS### Artikel für 
> ###PRICE_NET### im „Einkaufswagen“.</div>
> <!-- ###PRODUCT_BASKET_QUICKVIEW### end -->
> 
> 
> <!-- ###PRODUCT_BASKET_QUICKVIEW_EMPTY### begin -->
> 	<p class="portlethead">Warenkorb</p>
> 	<div class="portletbody"> … ist noch leer.</div>
> <!-- ###PRODUCT_BASKET_QUICKVIEW_EMPTY### end -->
> 
> 
> All the time the systems shows „ … ist noch leer.“ This is the message 
> of the empty part.
> 
> The normal basket shows the articles normally.
> 
> Any ideas?
> 
> Rainer




More information about the TYPO3-project-commerce mailing list