VirtueMart Forum

VirtueMart 2 + 3 + 4 => Frontend Modules => Topic started by: geraldkoo on February 09, 2012, 06:53:48 AM

Title: Search module not working
Post by: geraldkoo on February 09, 2012, 06:53:48 AM
Hi All

I just helped my client install the VM 2.0 to their site mukabeauty.com/index.php . But the search module at the top does not retrieve any search results, instead it shows all the categories. Any help will be appreciated. Thanks!

Regards
Title: Re: Search module not working
Post by: Anypc on February 09, 2012, 17:42:07 PM
Same problem here, I have VM 2.0.1e and J2.5.1

It shows all the categories as a result and at the bottom of the page it shows the correct search-results. Any way to cancel the category list?
Title: Re: Search module not working
Post by: zionxpro on February 10, 2012, 16:30:11 PM
Hi, I face the same problem. Here's what I did:

Edit \components\com_virtuemart\views\category\tmpl\default.php

I commented from Line 62 to Line 125.

<!--div class="category-view">

<?php // Start the Output
if(!empty($this->category->children)){
?>

......
......
</div-->

Title: Re: Search module not working
Post by: spartacos on February 16, 2012, 11:18:55 AM
i also had the same problem i solved that problem by comedding the lines as shown an dafter taht i also uncomend the lines and it kept working. but i have another problem. it seems that the search module does not recognize some caracters. when i enter lets say 10-3200 it ignores the dash '-' and searches for 103200. cant find a solution to that. the site is www.hollywoodnails.gr ...any suggestions?