To remove the 3 default language options that displays in your Netfirms Commerce Pro store, please follow these steps:
1. Using an FTP client (eg. Filezilla) download ../catalog/includes/column_right.php.
2. Using a text editor (eg. Notepad) edit column_right.php. You will need to make the following changes as follows:
CURRENT CODING:
include(DIR_WS_BOXES . 'languages.php');
CHANGE LINE TO READ:
// include(DIR_WS_BOXES . 'languages.php');
3. Save the changes and upload the revised column_right.php file to the server in ../catalog/includes/
This document is FAQ579.