Quote Originally Posted by LissaE View Post
Did you manage to get yours uninstalled completely? This was exactly what I was looking for as I did the same thing with the Spanish version LOL

For anyone else coming across this thread in a similar search, the instructions on that link are basically to remove all files added by the mod, being very careful to 'unmerge' the changes in:
admin/categories.php
admin/product.php
includes/functions/html_output.php


and the final step which is not detailed in the mod is to use the Install SQL Patches in Admin - Tools to remove the admin configs by inputting these lines:

Code:
DELETE FROM `configuration_group` WHERE `configuration_group_title` LIKE '%SEO%'; 
DELETE FROM `configuration` WHERE `configuration_key` LIKE '%SEO%'; 
DROP TABLE IF EXISTS seo_cache;
Worked perfectly here for me, so thanx for the link :)
Thank you that was very helpful......