Kryptronic Software Support Forum

You are viewing this forum as a guest. Login to an existing account, or create a new account, to reply to topics and to create new topics.

#1 08-15-2002 10:08:15

Guest
Guest

order email confirmation content

In the email order confirmation, can I add couple of more content there.  Right now, the product info in email confirmation has price and name only, I want to add either product ID and/or description(long), who can I do that and which script I should modify and how, thanks.

 

#2 08-15-2002 17:40:04

webmaster
Administrator
From: York, PA
Registered: 04-20-2001
Posts: 19798
Website

Re: order email confirmation content

You would have to modify the file: ./cgi-bin/library/modules/ste_order.pl and do a simulated JOIN between the cart and product tables to get the description in a variable.

I wouldn't recommend it.

For the item number, if present (an item housed in the database) that number will be available as:

<CGIVAR>cart_prodnumber</CGIVAR>

Which you could enter in the mail element for the order email.


Nick Hendler

Offline

 

#3 08-15-2002 18:22:20

Guest
Guest

Re: order email confirmation content

I just put the some product info in the email field, which it works since you don't recommend to change script.

Thanks.

 

Board footer