VirtueMart Forum

VirtueMart 2 + 3 + 4 => Templating & Layouts => Topic started by: webxtreme on December 16, 2012, 17:58:48 PM

Title: add a tab in productpage
Post by: webxtreme on December 16, 2012, 17:58:48 PM
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
Title: Re: add a tab in productpage
Post by: ShowLiFE on December 16, 2012, 19:22:07 PM
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
Title: Re: add a tab in productpage
Post by: bytelord on December 16, 2012, 19:26:02 PM
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