Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

How remove languages and curency select menu box


athens

Recommended Posts

In catalog/includes/column_right.php

Change this:

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

to this:

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

 

The_Bear

Link to comment
Share on other sites

Archived

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

×
×
  • Create New...