Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

How can I Remove the language box


bluedragon

Recommended Posts

Posted

if you have it on left side your oscommerce you can remove it in includes/column_left.php file. if it is on right side remove it in includes/column_right.php

Posted
if you have it on left side your oscommerce you can remove it in includes/column_left.php file. if it is on right side remove it in includes/column_right.php

 

 

Thank you for your reply,

I find this file includes/column_right.php

could you please tell me how to do it ? which part should I remove?

 

Thank you very much!

Coral

 

 

} if (isset($HTTP_GET_VARS['products_id'])) { if (basename($PHP_SELF) != FILENAME_TELL_A_FRIEND) include(DIR_WS_BOXES . 'tell_a_friend.php'); } else { include(DIR_WS_BOXES . 'specials.php'); } require(DIR_WS_BOXES . 'reviews.php'); if (substr(basename($PHP_SELF), 0, 8) != 'checkout') { include(DIR_WS_BOXES . 'languages.php'); include(DIR_WS_BOXES . 'currencies.php'); }?>

Posted
Thank you for your reply,

I find this file includes/column_right.php

could you please tell me how to do it ? which part should I remove?

 

Thank you very much!

Coral

} if (isset($HTTP_GET_VARS['products_id'])) { if (basename($PHP_SELF) != FILENAME_TELL_A_FRIEND) include(DIR_WS_BOXES . 'tell_a_friend.php'); } else { include(DIR_WS_BOXES . 'specials.php'); } require(DIR_WS_BOXES . 'reviews.php'); if (substr(basename($PHP_SELF), 0, 8) != 'checkout') { include(DIR_WS_BOXES . 'languages.php'); include(DIR_WS_BOXES . 'currencies.php'); }?>

 

 

Thank you so much!

 

I've removed them . :rolleyes:

Archived

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

×
×
  • Create New...