[TYPO3-commerce] how to implement mini basket on all pages ?

Thomas Juhnke van-tomas at arcor.de
Fri Jan 11 12:18:07 CET 2008


Hello J.Bakshi,

please use

21.templateFile = {$plugin.tx_commerce_pi2.templateFile}

instead of

21.templateFile = {$templatePathCommerce}basket.tmpl

and configure the constant with the constant editor.

Thomas

J.Bakshi schrieb:
> Dear list,
> 
> I am trying to implement the mini basket in all the pages.
> To do this I havd added the code below at mt TSsetup section
> 
> ~~~~~~~~~~~~~~~~~~~~~
> # mini Basket on all pages
> lib.minibasket = COA
> lib.minibasket {
>   21 < plugin.tx_commerce_pi2
>   21.defaultCode >
>   21.defaultCode = QUICKVIEW
>   21.templateFile = {$templatePathCommerce}basket.tmpl
> }
> ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
> 
> but still no success :-(
> 
> Then I tried ti enter QUICKVIEW in the code section of commerce:Basket
> but after saving I found it is not taking the value. The code section is
> still empty. I have tried the same for a no. of times but same result
> every tome. Could any one kindly enligten me to fix the problem ?
> thanks
> 


More information about the TYPO3-project-commerce mailing list