View Single Post
  #101  
Old 09-22-2004, 01:56 PM
  Jon's Avatar 
Jon Jon is offline
 

X-Guru
  
Join Date: Oct 2002
Location: Vancouver, Canada
Posts: 4,200
 

Default

Quote:
Originally Posted by rjcbear
For those of us that only use paypal how can me display the IP address of the customer during the checkout process like you have on your site.

Kind regards,
Ricky

You can use this code in a smarty template:

Code:
Your IP address {php}echo $_SERVER['REMOTE_ADDR'];{/php} has been logged.
Reply With Quote