VirtueMart Forum

VirtueMart 2 + 3 + 4 => Product pricing => Topic started by: peteward15 on May 29, 2015, 15:41:02 PM

Title: Hide All Prices In Product and Category View
Post by: peteward15 on May 29, 2015, 15:41:02 PM
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?
Title: Re: Hide All Prices In Product and Category View
Post by: GJC Web Design on May 29, 2015, 16:10:45 PM
select "Use only as catalogue" in the vm admin????

there is a basic handbook at http://docs.virtuemart.net/manual/configuration-menu/configuration.html
Title: Re: Hide All Prices In Product and Category View
Post by: peteward15 on June 01, 2015, 13:54:33 PM
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!"
Title: Re: Hide All Prices In Product and Category View
Post by: jenkinhill on June 01, 2015, 15:33:36 PM
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