Could someone explain how to change the email address the main contact form sends to? I'm digging around in contact.php controller, just not sure how many instances of the dynamic address there are that pull from the general settings in admin.
Thanks in advance!
Thanks in advance!
Yep, that is something I would like to know to.
Norman in 't Veldt
Moderator OpenCart Forums
_________________ READ and Search BEFORE POSTING _________________
Our FREE search: Find your answer FAST!.
[How to] BTW + Verzend + betaal setup.
You need to edit catalog/controller/information/contact.php
Find(line 19):
Ten change it to:
-- feel free to use your own email address here 
Find(line 19):
Code: Select all
$mail->setTo($this->config->get('config_email'));
Code: Select all
$mail->setTo('steve@cartsupport.co.uk');

I made the changes "SteveSherry wrote:You need to edit catalog/controller/information/contact.php
Find(line 19):Ten change it to:Code: Select all
$mail->setTo($this->config->get('config_email'));
-- feel free to use your own email address hereCode: Select all
$mail->setTo('steve@cartsupport.co.uk');
Code: Select all
$mail->setTo('steve@cartsupport.co.uk');
Thanks
Who is online
Users browsing this forum: No registered users and 86 guests