ProductCart E-Commerce Solutions Homepage
Forum Home Forum Home > ProductCart > Using ProductCart
  New Posts New Posts RSS Feed - Order confirmation & contact.asp Email
  FAQ FAQ  Forum Search   Events   Register Register  Login Login

Order confirmation & contact.asp Email

 Post Reply Post Reply Page  <12
Author
Message
Greg Dinger View Drop Down
Certified ProductCart Developers
Certified ProductCart Developers
Avatar

Joined: 23-September-2006
Location: United States
Status: Offline
Points: 238
Post Options Post Options   Thanks (0) Thanks(0)   Quote Greg Dinger Quote  Post ReplyReply Direct Link To This Post Posted: 28-March-2008 at 11:15am
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.
Back to Top
kimmyecoist View Drop Down
Newbie
Newbie


Joined: 27-March-2008
Status: Offline
Points: 0
Post Options Post Options   Thanks (0) Thanks(0)   Quote kimmyecoist Quote  Post ReplyReply Direct Link To This Post Posted: 28-March-2008 at 11:32am
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.
Back to Top
Greg Dinger View Drop Down
Certified ProductCart Developers
Certified ProductCart Developers
Avatar

Joined: 23-September-2006
Location: United States
Status: Offline
Points: 238
Post Options Post Options   Thanks (0) Thanks(0)   Quote Greg Dinger Quote  Post ReplyReply Direct Link To This Post Posted: 28-March-2008 at 11:40am
Just wondering...  Did you reverse the changes you made in sendmail.asp?
Back to Top
kimmyecoist View Drop Down
Newbie
Newbie


Joined: 27-March-2008
Status: Offline
Points: 0
Post Options Post Options   Thanks (0) Thanks(0)   Quote kimmyecoist Quote  Post ReplyReply Direct Link To This Post Posted: 28-March-2008 at 11:43am
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!
Back to Top
 Post Reply Post Reply Page  <12
  Share Topic   

Forum Jump Forum Permissions View Drop Down

Forum Software by Web Wiz Forums® version 12.04
Copyright ©2001-2021 Web Wiz Ltd.

This page was generated in 0.063 seconds.