VirtueMart Forum

VirtueMart 2 + 3 + 4 => Templating & Layouts => Topic started by: nickon on April 10, 2013, 20:52:46 PM

Title: ask question with no popup
Post by: nickon on April 10, 2013, 20:52:46 PM
Hi,

I have added this :
<div id="tab1" class="tabContents">
<?php // Product Short Description
    if(!empty($this->product->product_s_desc)) { ?>
   <p class="product_s_desc">
      <?php echo $this->product->product_s_desc; ?>
   </p>
<?php } //Product Short Description END?>
</div>

to add short description to the template using tabs
Now I want to add the same thing but for ask a question tab
Basicly what I need it the ask a question form without the popup window
Any help?