Zen Cart Logo
Forums / General Questions / Ultimate Seo URL Spanish to English

Ultimate Seo URL Spanish to English

Locked

Views: 1,922

Results 1 to 4 of 4
This thread is locked. New replies are disabled.
16 Jul 2008, 7:06 AM
#1
digitalguard avatar

digitalguard

Zen Follower

Join Date:
Nov 2007
Posts:
121
Plugin Contributions:
0

Ultimate Seo URL Spanish to English

Hello Guys,

I have installed the Ultimate SEO url the spanish version and then i noticed it was the spanish, so i actually download the english version and installed the english files,
_zen_cart_folders\includes\classes
2 files
seo.install.php
seo.url.php

I have updated this and in my server its the english files but for some reason the Admin area is still showing my spanish version, does any1 know how I can switch this to the english.

Thanks
DigitalGuard

17 Jul 2008, 1:43 PM
#2
claschy avatar

claschy

New Zenner

Join Date:
Feb 2008
Posts:
13
Plugin Contributions:
0

Re: Ultimate Seo URL Spanish to English

Hi DigitalGuard

I had this same problem and edited the text in all my local files with no effect.

I then realised that the seo.install file creates new tables in the database and that the spanish is being pulled from here, so I had to edit my database 'configuration' table and change the spanish back to english.

Hope that helps!

Claire

18 Jul 2008, 4:49 AM
#3
digitalguard avatar

digitalguard

Zen Follower

Join Date:
Nov 2007
Posts:
121
Plugin Contributions:
0

Re: Ultimate Seo URL Spanish to English

claschy:

Hi DigitalGuard

I had this same problem and edited the text in all my local files with no effect.

I then realised that the seo.install file creates new tables in the database and that the spanish is being pulled from here, so I had to edit my database 'configuration' table and change the spanish back to english.

Hope that helps!

Claire

Thank you that does help..

Another easy way for anyone interested..
What I did since its in the database.. I uninstalled is using the direction from this site...

http://www.magic-seo-url.com/zencart/tips/removing-ultimate-seo-urls.html

and did a new install and it worked perfect...

Thanks
DigitalGuard

27 Jul 2008, 3:33 PM
#4
smartdroid avatar

smartdroid

New Zenner

Join Date:
Jul 2008
Posts:
2
Plugin Contributions:
0

Re: Ultimate Seo URL Spanish to English

In Zen Cart administration - Tools - Install SQL Patches paste and execute following SQL queries (optional):

DELETE FROM configuration_group WHERE configuration_group_title LIKE '%SEO%';
DELETE FROM configuration WHERE configuration_key LIKE '%SEO%';
DROP TABLE IF EXISTS seo_cache;


then let it run

DigitalGuard:

Thank you that does help..

Another easy way for anyone interested..
What I did since its in the database.. I uninstalled is using the direction from this site...

http://www.magic-seo-url.com/zencart/tips/removing-ultimate-seo-urls.html

and did a new install and it worked perfect...

Thanks
DigitalGuard