Catalog and pagination

Posts: 11
Joined: 08/08/2007

Hi, Friends! I have one question very important for me.

I like output of my products by Catalog module: it makes fine all I need. And I like how it makes menu.

But where page-navigation? I see 50 items, ok, but I have about 300 products in this category! I write in address-bar ?page=1 and see next page of this category - so pagination works (yes?). But where default pages-link at the bottom of page?

How can I enable it?

Posts: 116
Joined: 08/07/2007
Uber DonorBug FinderEarly adopter... addicted to alphas.Spreading the word - Ubercart for president.

If I am not mistaken you may need the pager module, available at drupal.org.

Posts: 11
Joined: 08/08/2007

Thanx, module names "Paging": http://drupal.org/project/paging but I don't want to use it because paging is default feature provided natively by Drupal. I very confused: why developers don't make this simple thing?
I better will use hack to uc_catalog.module. Hope, in future releases of UC this bug will be removed.

Posts: 2244
Joined: 08/07/2007
AdministratoreLiTe!

There should be pager links at the bottom of the list of products. I remember this being a problem before, and it's been there since alpha 7b. The Paging module shouldn't be necessary. In fact, I think it only works on nodes with a lot of content.

If you don't see page navigation anywhere, it might be a problem with your theme. It also could be that the links are hidden by overlapping elements or some such. I just don't see anything else I can do in the code.

Posts: 11
Joined: 08/08/2007

Lyle, big thanx for your attention!
In another pages pagination works fine (at Views pages, for example), but in catalog it disappear. I looked in source code (HTML) of catalog page - nothing. Really strange.
May be I switched off some parameters in settings?