Jump to content

mass remova of countries


Guest

Recommended Posts

Guest estelle

This site is very very handy - www.mysql.com

Firstly backup your database!! I am sooo not going to be held responsible if something goes wrong :rolleyes:

Then use phpMyAdmin to lookup the country in [prefix]CubeCart_iso_countries. After you have located the country, put the id into the following SQL statement and run it with phpMyAdmin. Replace [prefix] with the database table prefix of the store (if it has one).

DELETE FROM [prefix]CubeCart_iso_countries WHERE id <> XXX

Link to comment
Share on other sites

I am fully aware of how to use mysql and can delete data manually, what I was hoping was a simple to use admin function, maybe the ability to multi-select items to delete?

Link to comment
Share on other sites

so, I take it from your response, the answer is:

There is no way to do it from the admin pages.

Yes there is no way to mass delete them as you requested :unsure:

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...