News:

Support the VirtueMart project and become a member

Main Menu

How to show Ask A question form in tabpage

Started by capricornio, February 03, 2013, 09:09:03 AM

Previous topic - Next topic

capricornio

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

K&K media production

Hi,

you can use iframe:

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

Regards,
Maik