Product Sorting Error

  • Posts: 35
  • Thank you received: 0
11 years 1 month ago #166737

-- url of the page with the problem -- : cpconlinebooking.com/
-- HikaShop version -- : 2.3.2
-- Joomla version -- : 3.3.3
-- PHP version -- : 5.3.28
-- Browser(s) name and version -- : Chrome 35.0.1916.114 m

ok so on my product page as you can see from the link above, I have 25 products in a table view orded by ID - as to keep them in date order in accordance with my CSV file - When you go to the bottom of the page and change 25 to 50, 75, 100 it keeps this.

However if you change it to view all it throws them all out of order. I can't figure out why this is happening?? If there is no reason for this can someone please tell me how you remove the all from the drop down as I'd rather it no be there than it throw the shop out of order.

Many Thanks,
Nathan.

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

  • Posts: 84315
  • Thank you received: 13706
  • MODERATOR
11 years 1 month ago #166750

I don't see why this would happen. The ordering and the limit per page are not linked together.
However, removing the "All" choice is quite easy. Just remove the line below in the file administrator/components/com_hikashop/helpers/pagination.php:

$limits[] = JHTML::_('select.option', '0', JText::_('HIKA_ALL'));

The following user(s) said Thank You: nathan-walsh

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

  • Posts: 35
  • Thank you received: 0
11 years 1 month ago #166786

Cheers Very Muchly

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

Time to create page: 0.057 seconds
Powered by Kunena Forum