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?
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
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)
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.
thank you, this solution worked out great for me.