We wish to use our VM 3 store just as a cataglogue and therefore do not want to publish any prices. Is there a way to hide these?
select "Use only as catalogue" in the vm admin????
there is a basic handbook at http://docs.virtuemart.net/manual/configuration-menu/configuration.html
Thansk GJC I think! We already have it set as a catalogue which removes all of the add to basket funtionality but still displays prices. And how to remove them isn't shown in the "handbook!"
If unticking all entries under the Show price column in the Configuration/Proces tab does not cause the prices to stop displaying then it suggests that you are not using the default VM template. In wich case the easiest way to remove the prices is to simply hide them with a css override.
For the default VM templates all that is needed is .product-price {display: none;} but you could use Firebug to woprk out the precise class if your template is different.
http://forum.virtuemart.net/index.php?topic=102850.0
http://docs.virtuemart.net/tutorials/templating-layouts/106-override-vmsite-ltr-css.html