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
Hi,
you can use iframe:
<iframe width="550" height="550" src="<?php echo $this->askquestion_url; ?>"></iframe>
Regards,
Maik