News:

You may pay someone to create your store, or you visit our seminar and become a professional yourself with the silver certification

Main Menu

Send "Ask a question about Product" to another email

Started by hendrikdebeer, January 20, 2020, 14:51:27 PM

Previous topic - Next topic

hendrikdebeer

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>