Currently this process has to be done manually. Generally you just have to go through the installation steps, but backward.

  1. Revert .htaccess back to normal.
  2. Revert the changes made to html_output.php
  3. Remove new files uploaded during the installation
  4. Then in admin→tools→sql patch runs
SET @t4=0;
SELECT (@t4:=configuration_group_id) as t4
FROM configuration_group
WHERE configuration_group_title= 'Simple SEO URL';
DELETE FROM configuration WHERE configuration_group_id = @t4;
DELETE FROM configuration_group WHERE configuration_group_id = @t4;
DROP TABLE IF EXISTS links_aliases;
DELETE FROM module_version_tracker WHERE module_code = 'yellow1912_ssu';
zencart/modules/ssu/uninstallation.txt · Last modified: 2011/01/31 21:46 by yellow1912
www.chimeric.de Creative Commons License Valid CSS Driven by DokuWiki do yourself a favour and use a real browser - get firefox!! Recent changes RSS feed Valid XHTML 1.0