Order confirmation & contact.asp Email |
Post Reply | Page <12 |
Author | |
Greg Dinger
Certified ProductCart Developers Joined: 23-September-2006 Location: United States Status: Offline Points: 238 |
Post Options
Thanks(0)
|
I just looked at a 2.x store. Contact.asp worked largely the way it does on v3 and I would have approached it the same way on that code base. There must be something else going on here because after reviewing sendmail.asp, it really ought to work.
|
|
kimmyecoist
Newbie Joined: 27-March-2008 Status: Offline Points: 0 |
Post Options
Thanks(0)
|
We have not yet updated, because of a few customizations, but we plan to
after getting our new products on the site. In the current code I have - CustName=Session("pcSFFromName") &nbs p; CustEmail=Session("pcSFFromEmail") MsgTitle=Session("pcSFMsgTitle") MsgBody=Session("pcSFMsgBody") scFrmEmail="info@ecoist.com" call sendmail (CustName,CustEmail,scFrmEmail,MsgTitle,MsgBody) msg=dictLanguage.Item(Session("language")&"_Contact_10") All I did was add the line of scFrmEmail="info@ecoist.com" before the call sendmail statement. |
|
Greg Dinger
Certified ProductCart Developers Joined: 23-September-2006 Location: United States Status: Offline Points: 238 |
Post Options
Thanks(0)
|
Just wondering... Did you reverse the changes you made in sendmail.asp?
|
|
kimmyecoist
Newbie Joined: 27-March-2008 Status: Offline Points: 0 |
Post Options
Thanks(0)
|
Yes - we kept getting emails there were meant to be sent to the customers
in addition to the Contact Us form submissions. I really appreciate your help btw Thanks! |
|
Post Reply | Page <12 |
Tweet
|
Forum Jump | Forum Permissions You cannot post new topics in this forum You cannot reply to topics in this forum You cannot delete your posts in this forum You cannot edit your posts in this forum You cannot create polls in this forum You cannot vote in polls in this forum |