Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

disable changing languages


Guest

Recommended Posts

Posted

How can I disable the feature to change languages, I only wish it to be in English, pounds sterling and uk based orders only.

 

regards

 

AndiC

Posted

In catalog/includes/column_right.php

Change this:

include(DIR_WS_BOXES . 'languages.php');

To this:

//include(DIR_WS_BOXES . 'languages.php');

 

The_Bear

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...