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?