View Single Post
  #5  
Old 02-07-2006, 07:34 AM
 
simitpatel simitpatel is offline
 

Newbie
  
Join Date: Sep 2005
Posts: 7
 

Default small change

i just implemented this and had to make one small change. the code:
Code:
{$lng.msg_customer_ip|substitute:"customer_ip":$smarty.server.REMOTE_ADDR}

should be:
Code:
{$lng.msg_customer_IP|substitute:"customer_ip":$smarty.server.REMOTE_ADDR}
__________________
software: x-cart pro, Version 4.0.15
operating system: FreeBSD 5.4
Reply With Quote