Disable or adjust pagination

  • Posts: 61
  • Thank you received: 1
9 years 6 days ago #234226

-- HikaShop version -- : 2.6.1
-- Joomla version -- : 3.5.0

I searched this forum without results.
I would like to display all products on a productpage, not only the first 20. So is it possible to adjust the amount, or disable the pagination?

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

  • Posts: 83512
  • Thank you received: 13511
  • MODERATOR
9 years 6 days ago #234251

Hi,

Sure. When you edit a products/categories listing menu item via the Joomla menu manager, you can go in the "products listing" tab to configure the number of rows and columns you want for the listing. The more rows/columns you set, the more products will be displayed on the page.
You can disable the pagination by turning off the option "pagination" of the HikaShop configuration but that doesn't mean you'll see all the products on one page. It will just remove the pagination system.

The following user(s) said Thank You: Digiwacht

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

  • Posts: 61
  • Thank you received: 1
8 years 11 months ago #234931

Got it! I adjusted the menuitems and for the category overview i used the menu canonical url. Problem solved.
Tnx!

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

  • Posts: 158
  • Thank you received: 5
8 years 10 months ago #241090

Is it possible to edit the module files to remove the pagination just for related products as I need to keep them for category views?

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

  • Posts: 83512
  • Thank you received: 13511
  • MODERATOR
8 years 10 months ago #241094

Hi,

Sure. Edit the file "listing" of the view "product" via the menu Display>Views and add such code at the beginning:

<?php if(@$this->module){ $this->config->set('pagination',''); } ?>

The following user(s) said Thank You: serbofleconcepts

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

  • Posts: 158
  • Thank you received: 5
8 years 10 months ago #241182

That sorted it. Thanks

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

  • Posts: 35
  • Thank you received: 0
  • Hikashop Business
5 days 22 hours ago #366358

Can you please give a guide how to avoid pagination on Related Products and Recently Viewed /listing_div view/ on product page?
Pagination on product listing should be remain.

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

  • Posts: 83512
  • Thank you received: 13511
  • MODERATOR
5 days 19 hours ago #366360

Hi,

You can use CSS to hide the pagination on the product page:
www.hikashop.com/support/forum/product-c...ts-shown.html#366150

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

Time to create page: 0.084 seconds
Powered by Kunena Forum