VirtueMart Forum

VirtueMart 2 + 3 + 4 => Templating & Layouts => Topic started by: capricornio on February 03, 2013, 09:09:03 AM

Title: How to show Ask A question form in tabpage
Post by: capricornio on February 03, 2013, 09:09:03 AM
Hi all,

I have a product details page with tabs on it. In one of the tabs I would like to show the form of the ask a question, instead of displaying the link to the modal box.
What should I do in the productdetails default.php to handle this ?

thnx
Title: Re: How to show Ask A question form in tabpage
Post by: K&K media production on February 03, 2013, 19:34:21 PM
Hi,

you can use iframe:

<iframe width="550" height="550" src="<?php echo $this->askquestion_url; ?>"></iframe>

Regards,
Maik