Hi J-A-J-O
Sounds like the same problem I had with simple seo url Ver3.8.0. with the original zencart links showing in the status bar, I also have SitemapXML 2.1 installed and the original zencart links were listed here also. I resorted to downgrading to simple seo url version 3.5.8 as I already had 3 sites working fine with this version, as soon as I did this the sitemap and all the urls were working ok, so I'll stick with this for now.
To downgrade the simple seo url mod I found I had to first reinitialise module manager, I used this method after a few failed attempts
In Cpanel - phpMyAdmin select the Zencart database
Select and delete the Table: zen_module_version_tracker
Find the file install.sql in the module manager files directory - \ admin \ includes \ module_installation
In Zen Cart admin under Tools\Install SQL Patches run the SQL query from the install.sql file
Run this sql script to uninstall the database portion of simple seo url
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;Upload simple seo url version 3-5-8 mod files to server
Module Manager should now see and install seo url version 3-5-8
Hope this helps
John
Bookmarks