Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

One country


Krallu

Recommended Posts

Posted

Hi!

 

Me again. :-"

 

Easiest way for just using one country, and not having to chose country at sign up. Is that just deleting all countrys in admin? Or do I need to do something else?

 

Thanks!

Posted
If you look in the KB you will find a tip on how to get your preffered country to be at the top of the list...already chosen...

 

Ok, thanks. But I don't want the user to be able to chose any other country than Sweden.

 

How do I do that?

 

:blush:

Posted
well if thats the case, then you were right in your first post

go into the admin and delete the others....

With all due respect... using the admin will take forever.

Use this MySQL statement instead:

delete from countries where countries_name <> 'Sweden';

Backup First!!!

 

Hope that helps,

Robert

Posted
With all due respect... using the admin will take forever.

Use this MySQL statement instead:

delete from countries where countries_name <> 'Sweden';

Backup First!!!

 

Hope that helps,

Robert

 

 

oh yeah I forgot all that stuff is stored in the database

 

and yeah that would have taken a lonnnnnnnnnnnnng time :rolleyes:

Posted
oh yeah I forgot all that stuff is stored in the database

 

and yeah that would have taken a lonnnnnnnnnnnnng time :rolleyes:

 

Great!

 

Thank you guys!

 

I can't explain how much I appreciate your help.

Writing those sql queries isn't my expertise. Thanks, it would have taken forever to delete them in admin yes.

 

A bit afraid that If I ask too much you people will be bored and ignoring me.

 

:P

Archived

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

×
×
  • Create New...