[TYPO3-shop] How can I generate a bill?

Jan Abbink jan.abbink at bswescouts.com
Sun Mar 5 02:35:33 CET 2006


Franz Holzinger wrote:
> Hello Jan,
> 
>>I updated the shop to the latest version and extended my template.
>>But I still get these errors (Why? I don't know):
>>
>>Warning: Invalid argument supplied for foreach() in
>>/home/scoutdoo/public_html/scoutshop/typo3conf/ext/tt_products/lib/class.tx_ttproducts_billdelivery.php
>>on line 130
>>
> 
> 
> // loop over all items in the ordered items indexed by page and itemnumber
> 
> foreach ($itemArray as $pid=>$pidItem) {
> 
> This $itemArray must never be empty. So this means that your basket has
> been empty when you have finished the order.
> The bill creation is only possible for orders with products sold.
> 
> You can debug the $orderRow.
> 
> Franz
> 
Hello Franz,

sorry,
it just doesn't work.

I keep getting erros all the time.
This means just typing the bill in MS-Word by hand for the time being.

Thanks a lot
Jan



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