Sort By Price - Pagination Goes away

  • Posts: 149
  • Thank you received: 0
12 years 5 months ago #54058

Hi

We have a filter to sort on price. When selecting Ascending or Descending from the dropdown box, the pagination dissapears. it seems that the return items is limited to one page when the sorting filter is enforced.
Can you tell us where we can change this so that all products are returned and pagination does not go away

Thanks

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

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

Hi,

Could you try to edit the file "listing_div" of the view "product" via the menu Display->Views and change the line:
if(!empty($this->rows)){

to:
if((!empty($this->rows) || !$this->module || JRequest::getVar('hikashop_front_end_main',0)) && $this->pageInfo->elements->total){

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

Time to create page: 0.040 seconds
Powered by Kunena Forum