VirtueMart Forum

VirtueMart 2 + 3 + 4 => Frontend Modules => Topic started by: LAMF on April 15, 2012, 18:52:08 PM

Title: Lost mod_virtuemart_search module
Post by: LAMF on April 15, 2012, 18:52:08 PM
I am still new to Virtue Mart so my first version is the 2.0.4.
I have got it up and running and just needed to add the Virtue Mart Search products module to display in the front end.
I went into the module manager and clicked on new but there are no such module.
It is installed as I can find it under modules when checking the root directory of my site.
How can I get it installed again so it is visible in the module manager so I will be able to add it to the shop?
Title: Re: Lost mod_virtuemart_search module
Post by: lipes on April 15, 2012, 19:24:23 PM
Just try to copy the directory and files again from the VM2 files -> http://dev.virtuemart.net/attachments/download/414/com_virtuemart.2.0.5_rc_extract_first.zip

and put that in your host, or localserver, folder \modules\mod_virtuemart_search
Title: Re: Lost mod_virtuemart_search module
Post by: LAMF on April 16, 2012, 12:07:34 PM
I updated the VM to 2.0.6 and now it's there again.
Now another thing, why isn't there any option to choose module class suffix for this module?
I want to style it the same way as the Categories as i have in the left menu but there is no such option in the module settings.
Is this correct or is it a bug with my module?
Look at the screenshot of my module settings:
(http://tyrabergman.se/mod_vmsearch_product.png)
Title: Re: Lost mod_virtuemart_search module
Post by: LAMF on April 17, 2012, 10:22:32 AM
Solution to this must have been a bug in the modules/mod_virtuemart_search/mod_virtuemart_search.xml
I changed this code on line 82:
<fieldset group="advanced">
to
<fieldset name="advanced">

And that's all there is to it, works great now.
After upgrading to the latest stable VM 2.0.6 version this error seems to be corrected.
Title: Re: Lost mod_virtuemart_search module
Post by: roberto250b on October 31, 2013, 10:58:27 AM
thank you, this solution worked out great for me.