Dear Sir,
I can't view your site, please add the code:
prntscr.com/gsm45o
<li ><a href="#others" data-toggle="tab"><?php echo vmText::_('COM_VIRTUEMART_OTHERS') ?></a></li>
and add the code:
<div class="tab-pane" id="others">
<?php
echo shopFunctionsF::renderVmSubLayout('customfields',array('product'=>$this->product,'position'=>'ontop'));
echo shopFunctionsF::renderVmSubLayout('customfields',array('product'=>$this->product,'position'=>'normal'));
echo shopFunctionsF::renderVmSubLayout('customfields',array('product'=>$this->product,'position'=>'onbot'));
?>
</div>
thanks