Pagination

  • Posts: 69
  • Thank you received: 2
10 years 5 months ago #196340

-- HikaShop version -- : 2.4.0
-- Joomla version -- : 3.4.1
-- PHP version -- : 5.4
-- Browser(s) name and version -- : any

Can pagination be disabled for one content menu instead for the entire site?

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

  • Posts: 13201
  • Thank you received: 2322
10 years 5 months ago #196367

Hi,

This can be possible via a view override on the views "product / listing" and "product / listing_div".
At the top of these files, you can use the code:

<?php
global $Itemid;
if($Itemid == 'XX')
    $this->config->set('pagination','');
?>
Replace XX by the id of the desired menu.

www.hikashop.com/support/support/documen...ize-the-display.html

The following user(s) said Thank You: nokki00

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

Time to create page: 0.065 seconds
Powered by Kunena Forum