VirtueMart Forum

VirtueMart 2 + 3 + 4 => General Questions => Topic started by: hendrikdebeer on January 20, 2020, 14:51:27 PM

Title: Send "Ask a question about Product" to another email
Post by: hendrikdebeer on January 20, 2020, 14:51:27 PM
I need to Send "Ask a question about Product" to another e-mail Address.

The following is from another post I read from 2016. Is this still relevant or is there an easier way to configure/change?

I figured out a way to do this with an override of the productdetails default.php - replace the existing ask a question code with

Code: [Select]
<a class="ask-a-question" href="mailto:myemail@mysite.com?subject=Question re <?php echo $this->product->product_name ?> ">Ask a question about this product</a>