VirtueMart Forum

VirtueMart 2 + 3 + 4 => General Questions => Topic started by: ultimamedia on September 05, 2014, 10:46:27 AM

Title: multiple tabs in product page
Post by: ultimamedia on September 05, 2014, 10:46:27 AM
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!
Title: Re: multiple tabs in product page
Post by: jenkinhill on September 05, 2014, 11:20:26 AM
Many Joomla tab modules/plugins can be used for this. http://tinyurl.com/q53pkgb
Title: Re: multiple tabs in product page
Post by: kennethrules on September 07, 2014, 13:57:00 PM
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 -->