Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

removing languages


Guest

Recommended Posts

If you want to simply remove the language box you can comment it out.

 

This code in column_right.php will remove the language box and the currency box.

 

/*

if (substr(basename($PHP_SELF), 0, 8) != 'checkout') {

include(DIR_WS_BOXES . 'languages.php');

include(DIR_WS_BOXES . 'currencies.php');

}

*/

Local: Mac OS X 10.5.8 - Apache 2.2/php 5.3.0/MySQL 5.4.10 • Web Servers: Linux

Tools: BBEdit, Coda, Versions (Subversion), Sequel Pro (db management)

Link to comment
Share on other sites

check out my store... www.dreamwayonline.com

 

i added the main categories contribution to the front page but it wants to show all of languages...i'm going to check out the contrib files and see if i can figure out anything...also when you go to add products it gives you descriptions for all three languages...i'd like to remove that so it makes it cleaner

Link to comment
Share on other sites

Archived

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

×
×
  • Create New...