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.