How to remove your ip address
When you had installed your zen cart, you found at the bottom/footer of page, shows that “your ip address is:”. How to remove or delete it?
Remove it:
Go to your admin home, and then “configuration”, and in the drop-down list, click “layout settings”, and then click “Footer – Show IP Address status”, and set it to “0″, and update.
Delete it:
Go to your FTP, and then go to your zen cart template directory, for example “template_default”, and go to “common” directory, and download “tpl_footer.php”.
Then use DreamWeaver to edit it. Look up “<!–bof-ip address display –>”, and then you will see the below:
<!–bof-ip address display –>
<?php
if (SHOW_FOOTER_IP == ’1′) {
?>
<div id=”siteinfoIP”><?php echo TEXT_YOUR_IP_ADDRESS . ‘ ‘ . $_SERVER['REMOTE_ADDR']; ?></div>
<?php
}
?>
<!–eof-ip address display –>
And delete these codes.
Now “your ip address is” had removed or deleted at your zen cart website.
