VirtueMart Forum

VirtueMart Dev/Coding Central: VM1 (old version) => Development Projects, Modifications, Hacks & Tweaks. VM1.1 => Payment Modules => Topic started by: Naba Gopal Saha on April 10, 2007, 15:18:03 PM

Title: Confirmation
Post by: Naba Gopal Saha on April 10, 2007, 15:18:03 PM
Hi I am a Virtuemart begineer. When the product is downloaded the customer gets a email notification.
Which page is responsible for this email ?
I wold like to modify email format


anybody who know it please let me know




thank u
naba
Title: Re: Confirmation
Post by: gregdev on April 10, 2007, 15:27:21 PM
See here:

http://virtuemart.net/index.php?option=com_smf&Itemid=71&topic=27200.msg75720#msg75720 (http://virtuemart.net/index.php?option=com_smf&Itemid=71&topic=27200.msg75720#msg75720)
Title: Re: Confirmation
Post by: Naba Gopal Saha on April 10, 2007, 15:54:21 PM
Can i add some extra message with this email ?
Title: Re: Confirmation
Post by: gregdev on April 10, 2007, 16:03:36 PM
Yes, with both. With HTML mail, just add the extra text somewhere in the template. For plain text mail, you'll need to modify the email_receipt() function - which requires knowledge of php.

Greg
Title: Re: Confirmation
Post by: Naba Gopal Saha on April 10, 2007, 16:08:21 PM
Thank you a lot!

Again i asking u one thing from which page this email formated page is calling ?
Actually i have a product in my product page. When some one download the product succesfully, he will get this mail with product key. The product key will be fatched from some other file randomly.

Thank you again
naba