To remove the Shipping and Returns link from your Netfirms Commerce Pro store, please follow these steps:
1. Using an FTP client (eg. Filezilla), download a copy of
../catalog/includes/boxes/information.php
2. Using a text editor (eg. Notepad), modify the $info_box_contents[] array by deleting the following line:
'<a href="' . tep_href_link(FILENAME_SHIPPING) . '">' BOX_INFORMATION_SHIPPING
'</a><br>'
3. Save the changes and upload the revised information.php file back to the server in ../catalog/includes/boxes
This document is FAQ582.