Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

remove language and currencies boxes?


Guest

Recommended Posts

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

Link to comment
Share on other sites

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 //

Link to comment
Share on other sites

Archived

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

×
×
  • Create New...