[Typo3-shop] bug in 2.0.2.14 - OVERVIEW doesn't get linked to basket page

Franz Holzinger franz at fholzinger.com
Fri Jun 24 07:57:17 CEST 2005


>>>> to correct the columnsview, line 695 (v2.0.2.14) correct $icolcount
>>>> < ... to icolcunt <= ..., otherwise the last <td></td> field isn't
>>>> created and the page doesn't validate.
>>>
>>>
>>> I cannot follow you with this. Do you have an example configuration
>>> where this error occurs?
>>
>>
>> suppose you have 3 products in item_list_display with 
>> displayBasketColumns = 2. this will lead to 2 rows, the first on 
>> displaying 2 products, the second row showing 1 product.
>> as you know, these products get wrapped in <td></td>. the last row has 
>> only <tr><td>mys prod</td></tr>, the last <td></td> is skipped due to 
>> $icolcount < ... to $icolcount <= ... - the while condition drops out 
>> just 1 item too soon =:o)
> 
> But this does not happen with the Bananguard Shop configuration at
> http://fholzinger.com/index.php?id=39
> which I have set to 2 columns showing 9 articles to test this scenario.
> If the same code produces an error with other products data then I want 
> to know why.
> 


But this has been an error          ...........................



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