Quote:
Originally Posted by jbart976
Boomer, what do you mean by "And call the variable in any .tpl {$customers_ip}"
I copied the code into config like you said and added the line afterwards, but I'm still not seeing an IP.
Thanks.
|
That means you will have to put {$customers_ip} in .tpl file where you want to display IP address.
For example if you want to show IP on checkout page then place following code at the end of the file cart_totals.tpl
which is at skin1/customer/main/cart_totals.tpl
Code:
<font color=red>*NOTE*</font> Your IP address : {$customers_ip} is tracked during the checkout process as part of our anti-fraud technology.