Something else I just noticed since updating through to 2.0.1b which is a real pain: all of my products with custom fields are now saying call for price, I am looking through to see if their fields are still intact and try to find a reason why.
**Added**
Previously my cost price was set as £0.00 and each custom field assigned it's sales price which worked fine, if I wanted to set a base price and have the custom field add a specified amount I could do that also, now though I cannot set 0.00 in the price without it bringing up a call for price button instead of 0.00, I am using:
Custom Field Type: Cart Variant
if you do not haVE ANY PRODUCTS FOR "call FOR price":
remove THIS
if(empty($this->product->prices) and VmConfig::get('callfprice',1) ){ ?>
<a class="ask-a-question bold" href="<?php echo $url ?>" ><?php echo JText::_('COM_VIRTUEMART_PRODUCT_ASKPRICE') ?></a>
<?php }
<?php // Add To Cart Button
// if (!empty($this->product->prices) and !empty($this->product->images[0]) and $this->product->images[0]->file_is_downloadable==0 ) {
if (!VmConfig::get('use_as_catalog',0) and !empty($this->product->prices) ) { ?>
an this
!empty($this->product->prices) and
and this
and !empty($this->product->prices)