News:

Support the VirtueMart project and become a member

Main Menu

add a tab in productpage

Started by webxtreme, December 16, 2012, 17:58:48 PM

Previous topic - Next topic

webxtreme

Hallo all

I'm busy with 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


bytelord

Production: Joomla 2.5.8 | VM 2.0.14 | PHP 5.3.13
Testing     : Joomla 2.5.8 | VM 2.0.16 | PHP 5.3.8
Testing     : Joomla 2.5.8 |    VM 2.1   | PHP 5.3.8

- Don't Forget to mark thread as solved when it is solved!
- Please do not PM with support questions, use the forum!