[TYPO3-commerce] about page browsing

Ingo Schmitt mailinglisten at i-schmitt.de
Wed Mar 28 13:35:10 CEST 2007


Dear Luc,

see:
http://bugs.typo3.org/view.php?id=5238

ingo

> I get something that works But I'm not quite sure about what I've done.
> well here it goes
> 
> in the file : class.tx_commerce_pibase.
> in method : makeListView()
> at line : 463
> you find a test :
> 
>     if (is_array($this->category_products)){
>     $this->category_products = 
> array_slice($this->category_products,$startPoint,$this->internal['results_at_a_time']);
>   }
> 
> and right after
> 
> $this->category_products = 
> array_slice($this->category_products,$internalStartPoint,$internalResults);
> 
> I get that if removing this line right above, (or including it in a else in 
> the test) make the navigation perfectly working
> 
> Anybody could give feedback about this ?
> 
> I also notive that numberPages to display in was a little messy. it works 
> but
> if you got 4 pages for example, and you say only 2 pages to display then 
> you'll always have page1 and page 2 written. even if your at page3 or 4
> 
> This is just a display problem, every products are correctly displayed
> 
> "Luc Muller" <l.mul-nospam-ler at ameos.com> a écrit dans le message de news: 
> mailman.1.1175068378.1840.typo3-project-commerce at lists.netfielders.de...
> 
>>Is navigation with pagebrother already available ?
>>I'm trying to make it work with pi1 flexform configuration and some 
>>typoscript.
>>But I can't get my products to dysplay correctly.
>>Where can we say how many products should stand on one page ?
>>In piconf "show Pagebrowser" checkbox is overriden by TSconfig : 
>>plugin.tx_commerce_pi1.showPageBrowser
>>Someone already make it work nicely on one project ?
>>
>>thanks a lot :)
>>
> 
> 
> 


Mit freundlichen Gruessen
-- 
Ingo Schmitt                        mailto:is at marketing-factory.de
Marketing Factory Consulting GmbH   http://typo3.marketing-factory.de/
Content Management mit Typo3: Beratung - Schulung - Realisierung


More information about the TYPO3-project-commerce mailing list