Page 1 of 1

extracting customer ip address from phpmyadmin

Posted: Sun Mar 14, 2010 3:48 am
by richard211986
Hi,

ive had a poke around the tables and found in order_id theirs a table which displays the customer ip address how would i go about extracting this each time an order is placed either in the order email to me or in the admin system?

btw im on 1.3.2 old version

Regards
Richard

Re: extracting customer ip address from phpmyadmin

Posted: Sun Mar 14, 2010 4:03 am
by christopherdarling
You most likely would need to edit the model file, controller file, and template file for the change you're wanting to make. I'm guessing the email that's sent to you? or the admin view order page?

It shouldn't be much work, it should be a matter of just altering one line of code.

Hope this is of help