Hi, Last queston, promise! In the confirmation E-mail template for the letter that sends after a sign up is completed, is there any way to add a purchase receipt in this? Something that shows them what they just bought from us and how much, ect? Thanks, Jamie
! Alex I would like that too, if you already done it send it over here to one of your already paid members.
please send your ftp info to support@cgi-central.net net along with info, which payment processor(s) you are using.
Does this still require coding changes to add addition database elements to various emails? Specifically I would like to add: Address, City, State, ZIP - to user signup emails Address, City, State, ZIP & a new custom field (used Add field in CP to create) to the Admin email that is sent on new payments. It would be great if there was a FAQ or tutorial on the changes needed, or even better a CP option to set which fields you can use..
Frank, you may use the following tags in templates/signup_mail.txt {$user.street} {$user.city} {$user.state} {$user.zip} and {$user.new_field} for SQL field, and {$user.data.new_field} for "common" field. the same for templates/admin/mail_payment.txt