INFO:
Display shipping service in emails
The information in this article applies
to this particular SalesCart Product(s):
STD, PRO, SQL
SYMPTOMS
You notice the emails sent to the merchant and the customer do not indicate the shipping service chosen. |
CAUSE
This is by design.
RESOLUTION
If you would like this information in the emails, perform the following procedure:
- Open merc-conf.asp
- Find the line shiptype=RS("shiptype")
- Insert a new line after that
- Paste the line shipservice=RS("shipservice")
- Find the line theshipping = theshipping & "Ship Via: " & shiptype & chr(13)
- Insert a new line after that
- Paste the line theshipping = theshipping & "Ship Service: " & shipservice & chr(13)
- Save the file
Perform the same steps for sendemail.asp
SUMMARY
You notice the emails sent to the merchant and the customer do not indicate the shipping service chosen.
STATUS
The issue is by design.
REFERENCE
No references
Additional Query
Words: shipping, service, email
Active/inactive: Active
Author: William Cheung
Date: 11/7/03
|