[TYPO3-commerce] permanent empty Minibasket

Rainer schleevoigt rainer at webmasterei-hamburg.de
Fri Oct 23 10:09:58 CEST 2009


Michael Staatz schrieb:
> 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.....

Danke für den Tipp. Ich habe es mittlerweile gefunden: es ist die 
Reihenfolhe der Einbindung der TS. Zuerst muss man commerce einbinden 
und dann das Minibasketding. Jetzt funzt es.

Rainer

> 
> 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