Bulk Edit Countries

This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.
13 anos atrás
How do I bulk edit the countries to only display US? Currently all countries are active, however we only can sell our products in the US.
13 anos atrás
Get to your database, run this SQL command.

update NOP_Country
set Published = 0
where Name <> 'United States'
13 anos atrás
Thanks for the reply!

I will try this out tomorrow.
13 anos atrás
Thanks for this, I'll try also.

Is there a way of managing the database from within the NOP backend?  Or what's the best way of doing it?

Cheers,
This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.