jaawa Posted March 18, 2004 Share Posted March 18, 2004 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 More sharing options...
jaawa Posted March 18, 2004 Author Share Posted March 18, 2004 Does anybody know? Link to comment Share on other sites More sharing options...
crazymonkey Posted March 18, 2004 Share Posted March 18, 2004 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 More sharing options...
jaawa Posted March 18, 2004 Author Share Posted March 18, 2004 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 More sharing options...
Guest Posted March 19, 2004 Share Posted March 19, 2004 I did put // in front of my language and currency, but it moved my footer under the review. I can i fix this. My Webpage Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.