[TYPO3-shop] Finalize problem and wrong pids
Karsten
kap at os.dk
Thu Jul 27 22:47:27 CEST 2006
Paul Hansen skrev:
> Thomas Pilgaard Carlsen wrote:
>> Franz Holzinger skrev:
>>
>>> $orderUid = $this->order->getBlankUid(); // Gets an order
>>> number, creates a new order if no order is associated with the
>>> current session
>>> This object should be existant here.
>>>
>>> - Franz
>>>
>>
>> But it isn't. I can confirm that the line you wrote is the same as in
>> the dibs handlescript. It doesn't work.
>
> This works from handleScript:
>
> $orderUid = $this->basketView->order->getBlankUid();
>
> Take care,
> Paul
Yes it did, thanks Paul i have used it in too places, in line 54 and 84.
But now i got this:
Fatal error: Call to a member function priceFormat() on a non-object in
mysite.com\typo3conf\ext\tt_products\pi1\payment_DIBS.php on line 167
and the line 167 is:
<input type="hidden" name="ordline'.$cc.'-4"
value="'.$pibase->price->priceFormat($actItem['totalTax']).'">';
Karsten
More information about the TYPO3-project-tt-products
mailing list