bluedragon Posted July 4, 2007 Posted July 4, 2007 Hi Can anybody tell me How can I Remove the language box and the Currencies. Thanks Coral
Guest Posted July 4, 2007 Posted July 4, 2007 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
bluedragon Posted July 5, 2007 Author Posted July 5, 2007 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'); }?>
bluedragon Posted July 5, 2007 Author Posted July 5, 2007 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:
Recommended Posts
Archived
This topic is now archived and is closed to further replies.