Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

remove language and currencies boxes?


Guest

Recommended Posts

Posted

how do i remove the language and currencies boxes?

Posted

Mike,

 

You will find those boxes in catalog>includes> column_right.php

 

change: include(DIR_WS_BOXES . 'languages.php');

include(DIR_WS_BOXES . 'currencies.php');

 

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

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

 

 

 

Chris

Posted
Mike,

 

You will find those boxes in catalog>includes> column_right.php

 

change: include(DIR_WS_BOXES . 'languages.php');

include(DIR_WS_BOXES . 'currencies.php');

 

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

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

 

 

 

Chris

got it...thanks //

Archived

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

×
×
  • Create New...