ProductCart E-Commerce Solutions Homepage
Forum Home Forum Home > ProductCart > Using ProductCart
  New Posts New Posts RSS Feed - HTML emails to customers
  FAQ FAQ  Forum Search   Events   Register Register  Login Login

HTML emails to customers

 Post Reply Post Reply
Author
Message
geoff View Drop Down
Newbie
Newbie


Joined: 15-January-2006
Status: Offline
Points: 2
Post Options Post Options   Thanks (0) Thanks(0)   Quote geoff Quote  Post ReplyReply Direct Link To This Post Topic: HTML emails to customers
    Posted: 02-April-2008 at 10:30am
I was wondering if anyone had implemented using HTML email notification to customers. If so could you provide any recommendations or tips?

Thanks
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: 02-April-2008 at 11:15am

Geoff,

I created a modification of the Drop Ship Purchase Order so that it sends a HTML e-mail:
http://www.greybearddesign.com/productcart/html-dropship-po/

When preparing to send the message, I had to set this variable which the sendmail.asp script will know to send the message in HTML mode. 

session("News_MsgType") = "1"

Once I had overridden this value, I discovered the need to reset it or I caused other problems on unrelated scripts (order confirmation).  So you have to grab the value and save that setting, override and use the new setting, then reset it. 

That gets you to the point where the e-mail can be sent in HTML mode.  As for the actual formatting of such a message, I suspect this is beyond the scope of what could be done in the forum.  It's going to take digging into the current code, as I did for the PO mod, and improvise.

Back to Top
cmason View Drop Down
Senior Member
Senior Member


Joined: 18-June-2008
Status: Offline
Points: 0
Post Options Post Options   Thanks (0) Thanks(0)   Quote cmason Quote  Post ReplyReply Direct Link To This Post Posted: 21-July-2008 at 6:31pm
I was just looking for the same thing because of the way the customer's order confirmation email doesn't line up very well. 3 years ago that was fine because a lot of businesses blocked HTML email but I doubt that's true anymore.

I'm thinking it might be possible to include the print version of the order after making sure the logo graphic has the full path embedded. Has anyone tried this? If you have, what gotchas did you experience?

Back to Top
 Post Reply Post Reply
  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.