how to add new tab for cumstom fields

Change your online store into modern look with myStore eCommerce VirtueMart Joomla template - discussion forum.
GK User
Mon Jul 30, 2012 4:22 am
<ul id="gkProductTabs">
<li class="gkProductTabActive"><span><?php echo JText::_('COM_VIRTUEMART_PRODUCT_DESC_TITLE') ?></span></li>
<li><span><?php echo JText::_('COM_VIRTUEMART_ProductSpec') ?></span></li> <li><span><?php echo JText::_('COM_VIRTUEMART_REVIEWS') ?></span></li>
</ul>
<div class="td_bg">
<div id="gkProductTab1" class="gkProductTab">

we add a new tab to show Product custom_fields, but it don't work. Who can help me?
User avatar
Fresh Boarder

Konrad M
Mon Jul 30, 2012 8:53 am
Hi,
with this code you only added new tab. Look at the source code under list you have containers with content. Which container cutrrently show up depends from tab you clicked. So you need to add
Code: Select all
<div id="gkProductTab3" class="gkProductTab gkUnvisible">
</div>

and put content you want to show inside this div.
User avatar


cron