How to delete show all products?

  • Posts: 105
  • Thank you received: 1
11 years 6 months ago #143292

-- HikaShop version -- : 2.2.3
-- Joomla version -- : 3.2.2
I have very big store so if I choose show all product then I have error from my hosting about memmory allocation.
How to delete show All products from list below?


I have many subcategoryes and some of them have position in on line with others name
How to fix this?

Attachments:
Last edit: 11 years 6 months ago by moneymr.

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

  • Posts: 84243
  • Thank you received: 13689
  • MODERATOR
11 years 6 months ago #143344

Hi,

1. You would have to remove the line:
$limits[] = JHTML::_('select.option', '0', JText::_('HIKA_ALL'));
in the file administrator/components/com_hikashop/helpers/pagination.php

2. Please provide a link to that page so that we can look at the CSS of the page.

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

  • Posts: 105
  • Thank you received: 1
11 years 6 months ago #143747

Thanks.

I can write you URL, but do not public it on forum!

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

  • Posts: 84243
  • Thank you received: 13689
  • MODERATOR
11 years 6 months ago #143778

You can add such CSS in the frontend CSS file of HikaShop:
.hikashop_category_list_item, .hikashop_product_list_item {
display: block;
width: 100%;
}

The following user(s) said Thank You: moneymr

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

Time to create page: 0.069 seconds
Powered by Kunena Forum