PDA

View Full Version : Missing values in email


jonese
February 16th, 2004, 06:57 PM
Hey all! just placed a test order and i noticed at the bottom of the confirmation email to my sys admin account for the store it has:


For your security, here is some information about the computer that placed this order:

IP Address:
Host Name:
User Agent:
Referer:

but there were no values there. any idea what's missing? or wht template i need to work with to make this show up?

Jamie
February 23rd, 2004, 05:29 PM
Hi,

Those are all things that the browser must pass to the server in order for them to be captured. The variable for this appear in the email_order_notification.php template file. Are these fields blank for every order placed?

Thanks,
Jamie

jonese
February 23rd, 2004, 08:40 PM
Yep every order. and i checked for that file and it's not there. it's also not in the version i download when i purchased....

Rich
February 24th, 2004, 02:42 PM
The template file Jamie is referring to should be order_notification_email.php.

jonese
February 24th, 2004, 08:34 PM
got it. looks like the file assumes register_globals = on. so i just made the code work for my server (register_globals =off). i know this is something on your to-do list already so i won't bug you about it :)

Jamie
March 11th, 2004, 04:59 PM
FYI - this is resolved in the next version.

-Jamie