Nicolas, works nearly perfect except that I have the "Comments" tabs turned on. When I select the Custom Tab, the Comments tabs do not display. When I select any of the other tabs, the comments sections display properly. I am sure I have done something wrong with the code. But, if you can help me fix it, it is much appreciated This is the code for the custom tab named "faq" and the code that follows it for the Comments:
<li id="hikashop_show_tabular_custom1_li" class="hikashop_tabs_li ui-corner-top"><a onclick="displayTab('hikashop_show_tabular_custom1');" href="javascript:void(0);">Common Questions</a></li>
<div class="hikashop_tabs_content" id="hikashop_show_tabular_custom1">
<?php echo $this->element->faq; ?>
</div>
<?php }
if($status_vote == "comment" || $status_vote == "two" || $status_vote == "both" ){
?>
<li id="hikashop_show_tabular_comment_li" class="hikashop_tabs_li ui-corner-top"><a onclick="displayTab('hikashop_show_tabular_comment');" href="javascript:void(0);"><?php echo JText::_('PRODUCT_COMMENT');?></a></li>
<li id="hikashop_show_tabular_new_comment_li" class="hikashop_tabs_li ui-corner-top"><a onclick="displayTab('hikashop_show_tabular_new_comment');" href="javascript:void(0);"><?php echo JText::_('PRODUCT_NEW_COMMENT');?></a></li>
<?php } ?>
</ul>