How to Change the Email Address for the Contact Us Page
Please note: The contents of this article apply only to licensed versions of the ProductCart software. They do not apply to stores running as a hosted application under a ProductCart Live agreement.
You can change the e-mail address that receives the Contact Us form (” contacts.asp” in the ” pc” folder) by performing a small edit on the file “contacts.asp”. Download the file using your favorite FTP program, make a back-up copy of it, open it in Notepad or your HTML editor, and edit it as follows.
Replace:
… with:
Save the file and upload it back to your Web server.
You can change the e-mail address that receives the Contact Us form (” contacts.asp” in the ” pc” folder) by performing a small edit on the file “contacts.asp”. Download the file using your favorite FTP program, make a back-up copy of it, open it in Notepad or your HTML editor, and edit it as follows.
Replace:
call sendmail (CustName,CustEmail,scFrmEmail,MsgTitle,MsgBody)
… with:
call sendmail (CustName,CustEmail,"yourEmail@yourStore.com",MsgTitle,MsgBody)
Save the file and upload it back to your Web server.