I have created some extra tabs in the show_tabular file.
<li id="hikashop_show_tabular_recept_li" onclick="displayTab('hikashop_show_tabular_recept');"><?php echo JText::_('RECEPT');?></li>
Now i have to link them to the custom fieds i have made.
I've put this code in the tabular file but it's not working:
<div class="hikashop_tabs_content" id="hikashop_show_tabular_recept">
<div id="hikashop_recept_main" class="hikashop_recept_main">
<?php
echo JHTML::_('content.prepare',preg_replace('#<hr *id="system-readmore" */>#i','',$this->element->recept));
?>
</div>
Can someone help me with this?