Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Removing some stuff i dont want?


jaawa

Recommended Posts

Hey people.. I need some help removing a couple of things. First i dont want the language selection box or the currency box. Im only using the shop for one country so i dont need to let people choose which country their resident in... I want it to be fixed to a country.. I already added the preselect of the country i want, but i dont want it to be a choise. I would also like to know how to change the names of the days and the months for the calender? I would be grateful for any help!

 

:Jaawa

Link to comment
Share on other sites

Tp remove the currency and language boxes from the right column comment out the following lines in catalog/includes/column_right.php -

 

 

include(DIR_WS_BOXES . 'languages.php');

include(DIR_WS_BOXES . 'currencies.php');

 

ie. change to :-

 

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

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

 

 

I am not sure what you mean by "change the names of the days"

 

Hope this helps

 

CM :)

Link to comment
Share on other sites

Thanks alot that worked. What i meant was change names of the days and months. IE change march to mars. Iv translated almost everything, but i cant seem to find where the database stores month and day names... I tried changing the names in the javascript but it didnt make any difference...

Link to comment
Share on other sites

Archived

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

×
×
  • Create New...