Hi, custom product field is NOT on my template. This is the default code
<?php
// Product Edit Link
echo $this->edit_link;
// Product Edit Link END
?>
<div class="clear"></div>
</div>
<?php } // PDF - Print - Email Icon END
?>
<?php if (!empty($this->product->customfieldsSorted['ontop'])) {
$this->position = 'ontop';
echo $this->loadTemplate('customfields');
}// Product Custom ontop end
?>
http://forum.virtuemart.net/index.php?topic=79799.0
Virtumeart Installed versión 2.0.22a in Jommla Joomla! 2.5.25 thanks
Insecure versions! http://forum.virtuemart.net/index.php?topic=118683.0
But the other questions are not anwered. Are you using a commercial template? Overrides? What is the URL? Just posting code snippets is not really helpful in getting some sort of answer.