price filter showing in main category

  • Posts: 58
  • Thank you received: 0
13 years 1 month ago #49339

How can i make my price filter show only on the products page? It is showing on the main category where i dont need a price filter!

Attachments:

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

  • Posts: 83933
  • Thank you received: 13588
  • MODERATOR
13 years 1 month ago #49401

Edit the file "listing" of the view "product" of the front end via Display->views and move the code:
if(hikashop_level(2) && JRequest::getVar('hikashop_front_end_main',0) && JRequest::getVar('task')=='listing'){
$this->setLayout('filter');
echo $this->loadTemplate();
}

just before:
?>
<div class="hikashop_products_listing">

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

Time to create page: 0.055 seconds
Powered by Kunena Forum