Link to other post:
https://www.gavick.com/forums/storebox- ... 27374.html
At the moment I can add a new tab which I called “product-spec” but I can’t figure out how to get the content into it.
Here is what I have done:
In details.php I added a new “li” element as mentioned in the other post.
Html/com_virtuemart/productdetails/details.php on line 381
I added this line just after the product description code.
- Code: Select all
<li data-toggle="product-spec"><?php echo JText::_('Product Specification') ?></li>
And in my product description inside VirtueMart I add some new content below the description.
- Code: Select all
<div class="product-spec gk-product-tab">
Specification content goes here
</div>
I know I am missing something because it’s not working, I just don’t know what. Any help would be greatly appreciated.
Thanks in advance
Red