News:

Looking for documentation? Take a look on our wiki

Main Menu

multiple tabs in product page

Started by ultimamedia, September 05, 2014, 10:46:27 AM

Previous topic - Next topic

ultimamedia

So is there any extension or anything that lets you have multi tabs in your product page as well as description and reviews? We would like a third!

jenkinhill

Many Joomla tab modules/plugins can be used for this. http://tinyurl.com/q53pkgb
Kelvyn
Lowestoft, Suffolk, UK

Retired from forum life November 2023

Please mention your VirtueMart, Joomla and PHP versions when asking a question in this forum

kennethrules

You can use the custom field, and add as string and position of custom field.. on this code below yourPositionName is what I use as position of custom field.

    <?php  if (!empty($this->product->customfieldsSorted['yourPositionName'])) { ?>
     <div id="tab3" class="tabContents">
   <?php $this->position = 'yourPositionName';
   echo $this->loadTemplate('customfields');  ?>
    </div> <!-- //tab3 -->