Order Received email
Printed From: ProductCart E-Commerce Solutions
Category: ProductCart
Forum Name: Customizing ProductCart
Forum Description: Exchange messages with other users that are customizing ProductCart.
URL: https://forum.productcart.com/forum_posts.asp?TID=2638
Printed Date: 24-July-2025 at 7:17pm Software Version: Web Wiz Forums 12.04 - http://www.webwizforums.com
Topic: Order Received email
Posted By: hfc123
Subject: Order Received email
Date Posted: 08-April-2009 at 1:25pm
I would like to have the Order Received email sent to both the login email and also the shipping email address if different. What file(s) do I need to look in to accomplish this?
Thanks
|
Replies:
Posted By: Hamish
Date Posted: 10-April-2009 at 3:48am
Hi, pc/gwreturn.asp The order to the Store Admin is sent by the following line :
call sendmail (scCompanyName, scEmail, scFrmEmail, strNewOrderSubject, replace(storeAdminEmail,""", chr(34)))
------------- Editing ProductCart Code?
See http://wiki.earlyimpact.com/developers/editcode" rel="nofollow - WIKI Guidelines for Editing ProductCart's ASP Source Code
|
Posted By: hfc123
Date Posted: 11-April-2009 at 9:00am
Thanks for the help.
I also saw the order to the customer in that file. I am unsure how to create the code necessary to send to the users shipping address that is entered on the login.asp page. Any ideas?
|
Posted By: hfc123
Date Posted: 11-April-2009 at 9:59am
Got it figured out! Thanks for pointing me in the right direction
|
Posted By: Hamish
Date Posted: 11-April-2009 at 4:46pm
Hi hfc123, I just reread your original note. The text of the email sent to the Store Admin is very different from the email that is sent to the customer. The customer already receives an email, so I'm curious as to why you want the customer to receive a copy?
------------- Editing ProductCart Code?
See http://wiki.earlyimpact.com/developers/editcode" rel="nofollow - WIKI Guidelines for Editing ProductCart's ASP Source Code
|
|