I noticed the latest version has had a problem processing "+" within url query parameters... Some people have had a problem with store searches with multiple words, and adding the advanced_search to the exclude list helped.
My problem now is I had a + within parameters used for tracking purposes, and this triggers an infinite redirect loop. Hopefully I can figure out how to fix this or a new version will be released soon...
Is your site Upgraded to the current version 1.5.4 Yet?
zencart-upgrades-website-installation
How do you remove the Simple SEO Url completely off of Zen Cart.
Thanks
You uninstall it just like you installed it. Remove all the files that Simple Seo installed. Just make sure you put back the includes/functions/html_output.php file to it's ordinal state. Undo your .htaccess file.
Then run the uninstall code you need to do so in admin/tools/install_sql_patches.
PHP Code: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 5.1/en/control-flow-functions.html">IF EXISTS links_aliases;
Is your site Upgraded to the current version 1.5.4 Yet?
zencart-upgrades-website-installation
hi, i have a straneg issue that another member on this site found for me.
Basically the site runs fine, but, if i add the attribute to enable an upload of an image then seo urls stops this working.
Any ideas on what the bug is that could be causing this conflict?
I installed this mod some months ago so is it an old bug that has been fixed with an update etc that i need to do?
thanks,
Dave