vekke Posted February 13, 2003 Posted February 13, 2003 In case i dont need to know from which country registrars are, (for the store comes to small group of ppl) is it safe just to remove the <select>countries from create_account.php? It seems to be required...
sojomy Posted February 13, 2003 Posted February 13, 2003 I know you can go into the Admin section and look under Localization-->Languages and delete them there. The question I have, is will it have any negative effects on the store itself? Does anyone know of any issues (bugs) with removing countries? Also, vekke, if you just want to disable them, you can open /catalog/includes/column_right.php and change if (substr(basename($PHP_SELF), 0, 8) != 'checkout') { include(DIR_WS_BOXES . 'languages.php'); include(DIR_WS_BOXES . 'currencies.php'); } to // if (substr(basename($PHP_SELF), 0, 8) != 'checkout') { // include(DIR_WS_BOXES . 'languages.php'); // include(DIR_WS_BOXES . 'currencies.php'); // } this will disable the end user from changing the language or currency
vekke Posted February 13, 2003 Author Posted February 13, 2003 thanks for the hint what comes to hiding the lang and currencies from the boxes =) About countries, that is now just what i was lookin for. I mean that when registering, i should not be necessary to choose any country becouse they all live in finland. Therefore i want to get rid of the countries through the site. Thanks for your help, Cheers, vekke
Recommended Posts
Archived
This topic is now archived and is closed to further replies.