All categories not showing up

  • Posts: 4
  • Thank you received: 0
14 years 1 week ago #42651

Never mind, Fixed it. THX

When I go to add a product and want to select a category, only 20 are showing up with a check box when 32 exist.

Please advise

See attached

Attachments:
Last edit: 14 years 1 week ago by kasnoff.

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

  • Posts: 85272
  • Thank you received: 13924
  • MODERATOR
14 years 1 week ago #42802

You need to replace the line:
$database->setQuery('SELECT FOUND_ROWS()');

by:
$database->setQuery('SELECT COUNT(*)'.$class->query);

in the file administrator/components/com_hikashop/views/product/view.html.php in order to fix that. We'll add that to next release. It's amazing that no one reported it so far ! Thank you :)

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

Time to create page: 0.045 seconds
Powered by Kunena Forum