[Typo3-shop] basket init error

Franz Holzinger franz at fholzinger.com
Sat Aug 13 18:51:39 CEST 2005


>>
>> When I use your v 1.45 class it sais: parse error in line 2366.
>> So i don't know what to to....
>> :-(
>>

		function GetPaymentShippingData(
			$countTotal,
/* Added Els: necessary to calculate shipping price which depends on 
total no-tax price */
		==>	&$priceTotalNoTax,
			&$priceShippingTax,
			&$priceShippingNoTax,
			&$pricePaymentTax,
			&$pricePaymentNoTax
			) {

So it seems that your PHP version does not support the &$priceTotalNoTax 
reference to an object.

Which PHP version do you use?


Greetings,

Franz




More information about the TYPO3-project-tt-products mailing list