contact request reply to

  • Posts: 14
  • Thank you received: 0
11 years 7 months ago #94989

when a user fills in the contactform I get an email. When I want to answer it with the reply button it reply's to my own emailaddress. How to fix it that it reply's to the email that the user has filled in?

Please Log in or Create an account to join the conversation.

  • Posts: 2334
  • Thank you received: 403
11 years 7 months ago #95258

Hi there,

Hikashop is already working this way so I think the issue is just the mail client you are using which doesn't interpret the "reply to" information.
Try with another client and tell us if it works.
If you really want to change this you can edit the product.php file in component/com_hikashop/controllers and replace this line:

$mail->from_name = $config->get('from_name');
with this one:
$mail->from_name = $element->email;

Please Log in or Create an account to join the conversation.

Time to create page: 0.064 seconds
Powered by Kunena Forum