[TYPO3-commerce] pagebrowser problem

Cray Flatline cray at mass-media.net
Wed Aug 15 13:09:12 CEST 2007


Tim Rüther wrote:

Thanks a lot!!! Everything is working now!!! (((:

> Hi Cray,
> 
> here is the fix:
> 
> I solved the Problem with commenting out the second array_slice in Line 
> 466 in the lib/class.tx_commerce_pibase.php , this caused an empty 
> $this->category_products array.
> 
> Code:
>    // ###########    product list    ######################
>         if (is_array($this->category_products)){
>              $this->category_products = 
> array_slice($this->category_products,$internalStartPoint, $internalResults);
>         }
>       
>        // $this->category_products = 
> array_slice($this->category_products,$internalStartPoint,$internalResults);  
> //wrong part...
> 
>         // ###CATEGORY_LIST###
> 
> Greets Tim
> 
> Cray Flatline schrieb:
>> I'm setting up two different sites with commerce 0.9.2 and both of them 
>> have same problem: it shows pagebrowser with correct number of pages, 
>> but if I go to Page 2 - it shows nothing. No even one product item in 
>> the list. and such thing on the any page exept first. Does anybody know 
>> such problem? and what I need to do with it?
>>
>> I tried completely turn off real_url - doesn't help at all
>>
>>   
> _______________________________________________
> TYPO3-project-commerce mailing list
> TYPO3-project-commerce at lists.netfielders.de
> http://lists.netfielders.de/cgi-bin/mailman/listinfo/typo3-project-commerce
> 


-- 
W BR, Cray Flatline


More information about the TYPO3-project-commerce mailing list