All categories not showing up

  • Posts: 4
  • Thank you received: 0
12 years 10 months 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: 12 years 10 months ago by kasnoff.

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

  • Posts: 83103
  • Thank you received: 13416
  • MODERATOR
12 years 10 months 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.058 seconds
Powered by Kunena Forum