X-Cart: shopping cart software

X-Cart forums (https://forum.x-cart.com/index.php)
-   Third Party Add-Ons for X-Cart 4 (https://forum.x-cart.com/forumdisplay.php?f=45)
-   -   CDSEO Pro - Complete SEO Solution - Custom Urls, Page Titles, Meta Data, Link Anchors (https://forum.x-cart.com/showthread.php?t=39924)

photo 12-26-2012 03:31 PM

Re: CDSEO Pro for International Users
 
Quote:

Originally Posted by carpeperdiem
And finally -- I find Jon's support to be excellent. Maybe not as instant reply as many want, but once you are in Jon's line of sight, your issue will get resolved.


I can also attest to this.
I have worked with Jon for years now and he never ceases to impress me with the quality of his mods or his ability to solve any problem that may arise.

masada3336 12-27-2012 08:29 AM

Re: CDSEO Pro - Complete SEO Solution - Custom Urls, Page Titles, Meta Data, Link Anchors
 
I agree - once he gets to you, he's quite capable. But this is a serious issue that is happening for me every day. If google crawls me while it's off/on and I get a thousand 404 errors though, that's real $$ to me. So responding quickly is essential on an issue of this importance.

Jon 12-27-2012 08:37 AM

Re: CDSEO Pro - Complete SEO Solution - Custom Urls, Page Titles, Meta Data, Link Anchors
 
Quote:

Originally Posted by JacksmithxD
Jon, just heads up, your site shows everyones modules and web urls, I would fix that ASAP. I tried downloading 1.8.8 but it wouldn't let me. :?

To anyone that is worried, don't. No one has permission to download/change/view any keys etc.


You must have caught the license area while I was in the middle of loading a change.

Jon 12-27-2012 08:41 AM

Re: CDSEO Pro - Complete SEO Solution - Custom Urls, Page Titles, Meta Data, Link Anchors
 
Quote:

Originally Posted by xtech
If CDSEO Pro is not installed then will it work?


That code should work whether CDSEO is installed or not.

Jon 12-27-2012 08:47 AM

Re: CDSEO Pro for International Users
 
Quote:

Originally Posted by not_so_young_greg
This module does not work well with page coding other than Latin-1 - looks like it does not fully support utf-8. It cuts out international characters making it useless for users using different languages on their sites. It should work as x-cart uses utf-8 now (I tried it on a fresh 4.5.4) but it simply does not. The code is encrypted in ioncube so it is impossible to change. Support is non-existent, I opened two tickets, no replay whatsoever. Plus I get mysql errors when I search for product (version 1.8.5). No support on this either.

My advice - if you use a different language for your store, stick with x-cart clean urls. This works fine and is free.


I am currently working on improved internationalization including a version of CDSEO that works with multiple languages. In the meantime, the cdseo_translate.php file should complete the mapping for the urls. You may need to ensure that the file encoding type isn't changed by the program in which you edit the file.

If the titles aren't parsing correctly, open cdseo_config.php and find:

Code:

        // From PHP 5.2.3 this functionality is built-in, otherwise use a regex
        if (version_compare(PHP_VERSION, '5.2.3', '>=') AND function_exists('iconv'))
        {
                #$str = htmlspecialchars($str, ENT_QUOTES, '', FALSE);
                $str = htmlspecialchars(iconv('UTF-8', 'UTF-8//IGNORE', $str), ENT_QUOTES, 'UTF-8', FALSE);
        }
        else
        {
                $str = preg_replace('/&(?!(?:#\d++|[a-z]++);)/ui', '&', $str);
                $str = str_replace(array('<', '>', '\'', '"'), array('&lt;', '&gt;', ''', '&quot;'), $str);
        }


And change to:

Code:

        // From PHP 5.2.3 this functionality is built-in, otherwise use a regex
        #if (version_compare(PHP_VERSION, '5.2.3', '>=') AND function_exists('iconv'))
        #{
                #$str = htmlspecialchars($str, ENT_QUOTES, '', FALSE);
        #        $str = htmlspecialchars(iconv('UTF-8', 'UTF-8//IGNORE', $str), ENT_QUOTES, 'UTF-8', FALSE);
        #}
        #else
        #{
                $str = preg_replace('/&(?!(?:#\d++|[a-z]++);)/ui', '&amp;', $str);
                $str = str_replace(array('<', '>', '\'', '"'), array('&lt;', '&gt;', ''', '&quot;'), $str);
        #}


Jon 12-27-2012 08:48 AM

Re: CDSEO Pro - Complete SEO Solution - Custom Urls, Page Titles, Meta Data, Link Anchors
 
Quote:

Originally Posted by lapidarist
I have three open tickets right now with WebsiteCM. One ticket has not been resolved since October.


We've had some issues with our support desk since our last upgrade. If you have Skype you can contact me at jonpeters-websitecm and we can work together live.

Jon 12-27-2012 09:02 AM

Re: CDSEO Pro - Complete SEO Solution - Custom Urls, Page Titles, Meta Data, Link Anchors
 
Quote:

Originally Posted by masada3336
Hi Jon, I've opened a help ticket as well, but just covering my bases as I haven't heard from you on that. I'm having this similar issue (CDSEO as weel as XCMS being disabled) for no good reason. You just installed it for me, so I have the latest version - any idea?
Thanks!


Make sure you don't have more than one wcm_cdseopro.key file or wcm_xcms.key file uploaded to your server.

Some of the issues I've seen have been a result of people uploading a key for one domain to one location of the file system and the wrong key somewhere else. In this scenario CDSEO starts looking for a key from the executing folder, sometimes it will find the wrong key.

What is your ticket #?

masada3336 12-27-2012 09:43 AM

Re: CDSEO Pro - Complete SEO Solution - Custom Urls, Page Titles, Meta Data, Link Anchors
 
Thanks Jon - it's ticket # XTX-791-52971

masada3336 12-27-2012 10:11 AM

Re: CDSEO Pro - Complete SEO Solution - Custom Urls, Page Titles, Meta Data, Link Anchors
 
Thank you to Jon for the assistance!

Jon 12-27-2012 10:46 AM

Re: CDSEO Pro - Complete SEO Solution - Custom Urls, Page Titles, Meta Data, Link Anchors
 
Quote:

Originally Posted by anandat
Jon,
will you please reply for ticket #RNG-987-46387 ?

I am not able to place the order at your site :(


I have updated ticket #RNG-987-46387


All times are GMT -8. The time now is 12:30 AM.

Powered by vBulletin Version 3.5.4
Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.