VirtueMart Forum

VirtueMart 2 + 3 + 4 => Virtuemart Development and bug reports => Topic started by: Zegenrijk on May 18, 2017, 11:47:11 AM

Title: VM 3.2.2 Module Virtuemart Search not working
Post by: Zegenrijk on May 18, 2017, 11:47:11 AM
Hello,

After updating to VM 3.2.2. the module Virtuemart Search doesnot show the result page.

After submitting a search the url is: www.mydomain.nl/search.html?keyword=ren&limitstart=0&option=com_virtuemart&view=category&virtuemart_category_id=0 (but no result page)

I see that if i change the url, i  added /component/virtuemart/, it gives the result page: www.mydomain.nl/component/virtuemart/search.html?keyword=ren&limitstart=0&option=com_virtuemart&view=category&virtuemart_category_id=0

VM3.2.2, J3.7.1, no mod_virtuemart_search overrides

Regards Michel
Title: Re: VM 3.2.2 Module Virtuemart Search not working
Post by: AH on May 18, 2017, 17:08:04 PM
do you have a "hidden" virtuemart top level category menu item?

try adding one and your problem may be solved

Menu Item Type *  Category layout
Select a Category * Top level category

You should be able to leave everything else as default settings

If you already have a menu item of that is set to Virtuemart Frontpage - replace this with the above settings


Title: Re: VM 3.2.2 Module Virtuemart Search not working
Post by: Zegenrijk on May 18, 2017, 19:34:33 PM
Thank you!
Title: Re: VM 3.2.2 Module Virtuemart Search not working
Post by: AH on May 19, 2017, 10:24:51 AM
I think that my suggestion solved your problem - can you just confirm for other users
Title: Re: VM 3.2.2 Module Virtuemart Search not working
Post by: sgrunch on June 07, 2017, 12:49:26 PM
I have the same problem. In my menĂ¹ I have top category filtered by featured and the search call this page. I have add in menĂ¹ top category without filter but VM_SEARCH call the featured.

With 3.21 version no problem. There's bug in template page products_horizon and products sublayout I have copy the previous version
Title: Re: VM 3.2.2 Module Virtuemart Search not working
Post by: sgrunch on June 07, 2017, 15:02:34 PM
I have solved with rewrite url in .htacces
RewriteRule ^[filteredpage]/cerca.html(.*)$ https://www.xxxx.it/[topcategorypage]/cerca.html$1 [R=301,L]