Quote Originally Posted by jdalton View Post
I have been using this module for approx 6 weeks now with no issues until lately. Google stopped listing my products eventhough there was no error in my google base account. On querying google I got the following response..

"Please note, CDATA is a special notation for data that allows you to use & (and ONLY &). Therefore, should not be used for
any other characters."

So how can I disable CDATA if that is what is required? I noticed in the google_base.php file that CDATA is set to false

function google_base_xml_sanitizer($str, $cdata = false) {

however it appears in the xml feed??

http://www.ethoil.com/store/feed/goo...l_products.xml

Swap out your google_base.php code with this one and see if it will make a difference. Download it from here.

In \includes\classes\google_base.php make a backup and upload the new google_base.php Maybe this will solve your problem.