To remove the new products section from displaying on the Welcome page of your Netfirms Commerce Pro store, follow these steps:
1. Connect to your Netfirms account using an FTP client (ie. Filezilla) or Netfirms File Manager.
2. Open ../catalog/index.php
4. Make the following changes to the file:
FROM:
<tr>
<td><?php include(DIR_WS_MODULES . FILENAME_NEW_PRODUCTS);
?></td>
</tr>
TO:
<tr>
<td></td>
</tr>
5. Save the changes on the server.