A way t get rid of the number-to-display selector?

  • Posts: 12
  • Thank you received: 0
10 years 9 months ago #167249

-- url of the page with the problem -- : hollywooddogs.dk/nyheder.html
-- HikaShop version -- : HikaShop [1407241754]
-- Joomla version -- : 3.3.3
-- PHP version -- : N/A
-- Browser(s) name and version -- : N/A

The shop has a category, "Nyheder" => "New", displaying whatever the shopkeeper deems to be new items in her shop. Currently, there are 51. Default number of items to display is 200. Even though there are only 51 items, the end customer still got the choice to choose to display 100, 200, etc., which doesn't make sense in this case.

Is there a (supported) way to get rid of the number selector and always show all items?

Is there a (supported) way to always show n articles and then, if there are more, display a "Click here for more" button?

/Hz

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

  • Posts: 83894
  • Thank you received: 13581
  • MODERATOR
10 years 9 months ago #167286

Hi,

If you want to remove all the pagination, you can turn off the "pagination" option of the configuration. Just increase the number of elements option of you listing so that it displays all the products by default.
If you want to remove just the nubmer of elements per page selector, you can do that by adding some simple CSS on your website:
.hikashop_products_pagination .limit{ display:none; }

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

Time to create page: 0.091 seconds
Powered by Kunena Forum