News:

Looking for documentation? Take a look on our wiki

Main Menu

ask question with no popup

Started by nickon, April 10, 2013, 20:52:46 PM

Previous topic - Next topic

nickon

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?