Ho to show No articles found message

  • Posts: 634
  • Thank you received: 16
11 years 5 months ago #106275

IS there a simple way to Show a message like

NO ARTICLES FOUND FOR THIS FILTER SELECTION

if the filter matches nothing?

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

  • Posts: 82727
  • Thank you received: 13343
  • MODERATOR
11 years 5 months ago #106311

You can add the code:

<?php if(empty($this->rows) && (!$this->module || JRequest::getVar('hikashop_front_end_main',0)) echo 'NO ARTICLES FOUND FOR THIS FILTER SELECTION'; ?>
in the file 'listing' of the view "product" via the menu Display->Views.

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

Time to create page: 0.050 seconds
Powered by Kunena Forum