Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

is it safe to remove countries ?


vekke

Recommended Posts

Posted

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...

Posted

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

Posted

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

Archived

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

×
×
  • Create New...