[Typo3-shop] basket init error
Tim Freeman
tim at iname.com
Sat Aug 13 09:55:24 CEST 2005
Franz Holzinger schrieb:
> Hello
>
>>>> But when I klick on a page with tt-products on I get always the
>>>> following error:
>>>>
>>>> Warning: Missing argument 2 for initbasket() in
>>>> /html/typo3conf/ext/tt_products/pi/class.tx_ttproducts.php on line 1095
>>>>
>>>>
>>>> What did I miss, and whats wrong??
>>>>
>>> If you use an external script with tt_products you have to adapt this
>>> for version 2.2.4.
>>>
>>> Check in your TypoScript Object Browser if you are using an external
>>> calculation script.
>>> Franz
>>
>>
>>
>> I just use the standard installation of the newest tt_products ...
>> thats it
>> =)
>
>
> which tt_products settings do you use?
>
>
> Franz
OK this is my ext templ for tt_products. its included in the root template.
plugin.tt_products.maxW_list = 50
plugin.tt_products.maxW_single = 200
plugin.tt_products.maxW_basket = 100
plugin.tt_products.file.templateFile = fileadmintemplates/products_de.html
plugin.tt_products.AGBattachment = fileadmin/templates/agb.pdf
plugin.tt_products.file.noImageAvailable = fileadmin/templates/img/nopic.gif
plugin.tt_products.wrap2 = <font face="verdana" size=1 color=black> |
</font>
plugin.tt_products.wrap1 = <font face="verdana" size=2 color=black> |
</font>
plugin.tt_products.color3 = #333333
plugin.tt_products.color1 = #CCCCCC
plugin.tt_products.color2 = #999999
plugin.tt_products.PIDagb = 320
plugin.tt_products.agbtarget = _blank
plugin.tt_products.max_note_length = 100
plugin.tt_products.bulkilyAddition = 25
plugin.tt_products.specialPreparation = Special preparation possible! <A
HREF="?id=999&tt_products=###PRODUCT_ID###">Order here</A>.
plugin.tt_products.createUsers = 1
plugin.tt_products.PIDuserFolder = 326
plugin.tt_products.memberOfGroup = 1
#plugin.tt_products.CSVdestination = ../csvorders/
plugin.tt_products.newItemDays = 14
plugin.tt_products.substitutePagetitle = 1
plugin.tt_products.notInStockMessage = Nicht auf Lager
plugin.tt_products.alwaysInStock = 1
plugin.tt_products.bulkilyWarning = <p><b>Warning! This article needs
special transport.</b></p>
plugin.tt_products.CSVfields =
tstamp,title,price,price2,itemnumber,category,inStock,tax,weight,bulkily,offer,highlight,directcost,subtitle
#plugin.tt_products.CSVinOneLine = 0
#plugin.tt_products.generateCSV = 0
plugin.tt_products.PIDstoreRoot = 110
plugin.tt_products.displayListCatHeader = 1
plugin.tt_products.displayBasketCatHeader = 1
plugin.tt_products.limit = 50
plugin.tt_products.selectSize = 1
plugin.tt_products.selectColor = 1
plugin.tt_products.clickEnlarge = 1
plugin.tt_products.clickEnlarge_list = 1
plugin.tt_products.clickEnlarge_basket = 1
plugin.tt_products.PIDinfo = 321
plugin.tt_products.PIDfinalize = 317
plugin.tt_products.TAXpercentage = 16
plugin.tt_products.priceDecPoint = ,
plugin.tt_products.priceThousandPoint = .
plugin.tt_products.PIDmemo = 0
plugin.tt_products.PIDbasket = 298
plugin.tt_products.PIDthanks = 0
plugin.tt_products.PIDitemDisplay = 1
plugin.tt_products.PIDsearch = 1
plugin.tt_products.usePriceTag = 1
More information about the TYPO3-project-tt-products
mailing list