I have a couple of sites that I have updated to VM 4.0.6. Within these sites I had custom fields that were pulled into the product details page. However, they are no longer showing on the page. Specifically, one is a custom field that is supposed to show is an editor type custom field that shows the ingredients for the the product. Previously, the below worked. Has this changed?
<?php echo shopFunctionsF::renderVmSubLayout('customfieldstabs',array('product'=>$this->product,'position'=>'ingredients'));?>