Disable Country Prestashop
I would strongly suggest you disable the countries rather than delete them. Deleting stuff isn't a great idea ;-)
in phpmyadmin:
Not that the above assumes that your table prefix is "ps_". I'm sure you'll figure it out!
Remember to set your default country too
Paul
in phpmyadmin:
UPDATE ps_country SET active=0 WHERE iso_code NOT LIKE 'GB'
Not that the above assumes that your table prefix is "ps_". I'm sure you'll figure it out!
Paul
Comments
Post a Comment