![]() |
Re: XC SEO v1.1.0 Released
have you tried the generate html catalog feature?
|
Re: XC SEO v1.1.0 Released
I'm currently using X-Cart version 4.1.6. I tried to make changes to file include/get_language.php. I can't find the following code in file include/get_language.php (per XC-SEO v1.5 Step IV. of installation instruction).
Code:
Am I doing anything wrong? |
Re: XC SEO v1.1.0 Released
Quote:
Very pleased to report that it works well with the following: php 5.2.1 Apache/2.2.4 (Unix) mod_ssl/2.2.4 OpenSSL/0.9.7l DAV/2 PHP/5.2.1 |
Re: XC SEO v1.1.0 Released
Anyone else not finding the code int he core file? This is a brand new install with the latest download.
Code:
III. includes/func/func.core.php This is the closest thing I can find but it looks like it may have already been fixed Code:
if (!empty($XCARTSESSID) && (!isset($HTTP_COOKIE_VARS[$XCART_SESSION_NAME]) || defined("SESSION_ID_CHANGED")) && !eregi("$XCART_SESSION_NAME=", $location) && !defined('IS_ROBOT')) { |
Re: XC SEO v1.1.0 Released
"XC SEO functions similarly to DSEFU, in that it requires 0 template edits, and writes all Product/Manufacturer/Category/Static Page urls to .html page aliases: sitename.com/categoryname.html
In the near future, I intend to release a version that will function similar to the original XC SEO release (and similar to CDSEO), with the ability to rewrite urls using categories as folders: sitename.com/category1/category2/productname.html" Has this mod been made? |
Re: XC SEO v1.1.0 Released
My host does not use apache, can CDSEO be used with Zeus? If so, does the .htaccess need to changed to comply with Zeus syntax?
|
Re: XC SEO v1.1.0 Released
Any word on an update for 4.1.6? The code in froogle.php seems to have changed somewhat.
Cheers, Jason |
Re: XC SEO v1.1.0 Released
Quote:
Nevermind. I feel like a dolt. I was looking at the 4.1.x instructions and if one follows the 4.1.3 instructions, the froogle code matches up. Cheers, Jason |
Re: XC SEO v1.1.0 Released
I spoke too soon. The Froogle export seems to work fine, but after uploading the bulk listing file, there are errors from Google Base complaining of a possible missing delimiter. I'm not much of a coder, but I'll see if I can figure it out and post the modules/froogle.php part of the mod for 4.1.6.
Cheers, Jason |
Re: XC SEO v1.1.0 Released
Just a minor change in the modification for modules/Froogle/froogle.php for X-Cart 4.1.6:
----------- Find Code: ----------- Code:
if ( !defined('XCART_SESSION_START') ) { header("Location: ../../"); die("Access denied"); } ------------ After, Add ------------ Code:
############################################################ This next part is the part with the small change: ----------- Find Code: ----------- Code:
# Post string ------------ Replace With ------------ Code:
############################################################ This is working on my store. The changes to includes/func/func.core.php seem to be unnecessary in 4.1.6. The includes/get_language.php file is different in 4.1.6 than it was in 4.1.3. I don't have the language selector enabled on my site, so I can't confirm the effect of not modifying that file. Hope this helps someone. Cheers, Jason |
All times are GMT -8. The time now is 06:25 PM. |
Powered by vBulletin Version 3.5.4
Copyright ©2000 - 2023, Jelsoft Enterprises Ltd.