Shopping Cart Operations > Template Support

How to amend Contact Us Form

(1/1)

ibnuzahari:
Guys, any idea on how to amend the contact us form?
And how to direct it to the another email?

Thank You.

abantecart:
Currently main store email is used for contact us sending.

You can edit this in the file:
storefront/controller/pages/content/contact.php

Locate:

--- Code: ---$mail->setTo($this->config->get('store_main_email'));

--- End code ---


ibnuzahari:
which part should i replace with the new email?
i try to replace 'store_main_email' with the new one.
but seems no function.

abantecart:
You need to specify your custom email in the function just for contact us page.


--- Code: ---$mail->setTo('your@email.com');

--- End code ---

Navigation

[0] Message Index

Go to full version
Powered by SMFPacks Social Login Mod