video tab

Change your online store into modern look with myStore eCommerce VirtueMart Joomla template - discussion forum.
GK User
Mon Apr 02, 2012 11:07 pm
Hi,

How hard is to make a extra tab in the product page witch shows video,s

Or does somebody have a hack?
User avatar
Junior Boarder

GK User
Tue Apr 03, 2012 10:57 am
about here
User avatar
Junior Boarder

teitbite
Tue Jan 29, 2013 1:03 pm
Hi

You need to edit /html/com_virtuemart/productdetails/default.php
Under the line 288, which looks like this:

Code: Select all
    <li><span><?php echo JText::_('COM_VIRTUEMART_REVIEWS') ?></span></li>


You need to add a name of a new tab with this code:

Code: Select all
    <li><span>NAME_OF_A _NEW_TAB</span></li>


Than under line 500, You need to add a new box with conten You wants to show there, a layer for this box should look like that:

Code: Select all
    <div id="gkProductTab3" class="gkProductTab gkUnvisible">
          CONTENT_FOR_NEW_TAB
    </div>
User avatar
Moderator

GK User
Fri Mar 01, 2013 4:41 pm
to virtuemart 1.9 ?
User avatar
Fresh Boarder

teitbite
Fri Mar 01, 2013 5:38 pm
Hi

This is the code for override files in template's /html/com_virtuemart/ .
User avatar
Moderator


cron