Hallo all
I'm busy with http://www.debuitentuin.nl/shop (http://www.debuitentuin.nl/shop) with a template calls ot-ante.
In this template a productpage has already tabs: description and reviews. Herewith I want to add a new tab: video.
see:http://debuitentuin.nl/shop/index.php?option=com_virtuemart&view=productdetails&virtuemart_product_id=57&virtuemart_category_id=1
I already succeed to add a tab by changing te script in shop/templates/ot-ante/html/com_virtuemart/productdetails/default.php.
by adding: <?php //Title Product DESC
echo $pane->startPanel(JText::_('Video'), 'otcustom-title-tab-'.$i++);
?>
But this tab has to be include with an editor inside the administration with the possibillity to insert a youtubefilm.
Do somebody know how to solve this....??
thanks
Arthur
Hello,
the most simple solution is plug-in: http://www.nonumber.nl/extensions/tabber (http://www.nonumber.nl/extensions/tabber)
How work can see: http://www.termaltrade.si/trgovina/osvetlitev/specialni-efekti/hz-400-hazer.html (http://www.termaltrade.si/trgovina/osvetlitev/specialni-efekti/hz-400-hazer.html)
Best regards Chico
Hello,
Additionally you can take a look here for custom tabs in product details page:
http://forum.virtuemart.net/index.php?topic=105563.15
or could use that free plugin for virtuemart 2:
http://extensions.joomla.org/extensions/extension-specific/virtuemart-extensions/virtuemart-products-display/20063
Regards