Author Topic: Help With Email Admin  (Read 1885 times)

Offline Gina

Help With Email Admin
« on: June 18, 2007, 02:52:41 am »
Hi!  I am using the email admin to add some ebooks I have resell rights to.  My problem is that when I have everything set up for them to enter their email to use the item, their email does not show up in the email that was sent to me?  Thanks in advance for any help!

Offline Daniel15

Re: Help With Email Admin
« Reply #1 on: June 23, 2007, 11:34:29 am »
What are the values you're specifying for the item when you add it to the shop?

Do something like this: Under "Additional fields needed", put:
Your email address: <input type="text" name="email" />

Under "Message to send", put:
A user requested the eBook!
The user's email address: {$_POST["email"]}


Change the mesage to whatever you want :)