paulcchp84dr Posted August 11, 2005 Posted August 11, 2005 Hi I want to hide or get rid of the Languages and currencies boxex. I only use English and only accept pounds so I dont need the switching. Any idea where this is done? Thanks
bbr Posted August 11, 2005 Posted August 11, 2005 Hi I want to hide or get rid of the Languages and currencies boxex. I only use English and only accept pounds so I dont need the switching. Any idea where this is done? Thanks <{POST_SNAPBACK}> Look in column_left.php identify the required lines and put // in front.
paulcchp84dr Posted August 12, 2005 Author Posted August 12, 2005 Thanks for that. I thought it was more complex. Regards
crowchick Posted August 12, 2005 Posted August 12, 2005 Look in column_left.php identify the required lines and put // in front. <{POST_SNAPBACK}> I looked in column_left.php, and I cannot find reference to languages. In column_right, there are many. Which file is it, and which lines pertain to the languages feature per se?
paulcchp84dr Posted August 12, 2005 Author Posted August 12, 2005 I looked in column_left.php, and I cannot find reference to languages. In column_right, there are many. Which file is it, and which lines pertain to the languages feature per se? <{POST_SNAPBACK}> I was not the colum_left file but the colum_right file. To take the boxes out you edit the following around about line 43 From this if (substr(basename($PHP_SELF), 0, 8) != 'checkout') { include(DIR_WS_BOXES . 'languages.php'); include(DIR_WS_BOXES . 'currencies.php'); to this if (substr(basename($PHP_SELF), 0, 8) != 'checkout') { //include(DIR_WS_BOXES . 'languages.php'); //include(DIR_WS_BOXES . 'currencies.php'); Another handy feature is if you want to move boxes from the left colum to the right you can copy the code for the box from the one file (e.g colum_right) to colum_left file and it swaps it. This is most likely to be like teaching grandma to suck eggs for must of you but at the moment it all new to me. Thanks for the help.
Recommended Posts
Archived
This topic is now archived and is closed to further replies.