pagination problem

  • Posts: 25
  • Thank you received: 0
12 years 5 months ago #54524

Hello i need your help please.
I have a problem with pagination.

If i have for example 25 items (not random items)and some one make the choice to display by 5 or 10 or 15 or 20 is ok!!
BUT if somebody make the choice of display by 30,50 the pagination options disappear and i can never see them.

Last edit: 12 years 5 months ago by papaleksi.

Please Log in or Create an account to join the conversation.

  • Posts: 82821
  • Thank you received: 13368
  • MODERATOR
12 years 5 months ago #54565

Hi,

That's indeed the case.
You would have to edit the file "listing_div" of the view "product" via the menu Display->Views and change the code:
$this->pageInfo->elements->total > $this->pageInfo->limit->value

to:
$this->pageInfo->elements->total

in order to avoid that.

Please Log in or Create an account to join the conversation.

  • Posts: 25
  • Thank you received: 0
12 years 4 months ago #54756

i did it but i still have the same problem

Please Log in or Create an account to join the conversation.

  • Posts: 82821
  • Thank you received: 13368
  • MODERATOR
12 years 4 months ago #54842

Please make sure that you did your modification in the file of the template you're using on the front end and not another template. Otherwise, you wouldn't see any difference.

Please Log in or Create an account to join the conversation.

  • Posts: 25
  • Thank you received: 0
12 years 4 months ago #54866

Yes Sir i did it front end and in the template i use but did not solve the problem

Please Log in or Create an account to join the conversation.

  • Posts: 82821
  • Thank you received: 13368
  • MODERATOR
12 years 4 months ago #54955

Mmm. That works for us.
Did you check that you did the change for all the occurrences of that code in the file ?

Please Log in or Create an account to join the conversation.

  • Posts: 25
  • Thank you received: 0
12 years 4 months ago #55015

There was twice in the code but i had make the change only to one place.
now it works to me too.
thank you very much Nicalas!

Please Log in or Create an account to join the conversation.

Time to create page: 0.062 seconds
Powered by Kunena Forum