Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Completely Removing Currency & language Option?


Guest

Recommended Posts

Posted

Is it possible to completely remove the language and currency option from my site? I can only ship products to the US there for I do not need to have multiple language and the multiple currency options. I know how to remove the extra languauge and currencies but i cant seem to figure out how to complete remove that drop down list and just keep the default langauge as english and the currency as dollars without showing the dropdown menus and flag. Thanks

Posted
Is it possible to completely remove the language and currency option from my site? I can only ship products to the US there for I do not need to have multiple language and the multiple currency options. I know how to remove the extra languauge and currencies but i cant seem to figure out how to complete remove that drop down list and just keep the default langauge as english and the currency as dollars without showing the dropdown menus and flag. Thanks

 

catalog/includes/column_right.php. delete the parts you don't want like

 

require(DIR_WS_BOXES . 'shopping_cart.php');

 

Same for column_left.php

My Contributions

 

Stylesheet With Descriptions Glassy Grey Boxtops Our Products Meta Tags On The Fly

Password Protect Admin

"No matter where you go....There you are" - Buccaroo Bonsai

Posted
Is it possible to completely remove the language and currency option from my site? I can only ship products to the US there for I do not need to have multiple language and the multiple currency options. I know how to remove the extra languauge and currencies but i cant seem to figure out how to complete remove that drop down list and just keep the default langauge as english and the currency as dollars without showing the dropdown menus and flag. Thanks

 

in catalog/includes/colum_right.php

 

Find:

include(DIR_WS_BOXES . 'languages.php');

change to:

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

 

and

include(DIR_WS_BOXES . 'currencies.php');

change to:

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

I thought this stuff was gonna be easy!!

BACK IT UP BEFORE YOU JACK IT UP!!!!

Archived

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

×
×
  • Create New...