Re: Google Base Feeder Support Thread
Quote:
Originally Posted by
Stuff4Toys
I must be using an older version or a different mod, I have a googlefroogle.php
Is this the same mod, or should I uninstall and install the latest version?
You can check your version under a file called numinix_version. It will tell you which version you installed.
I have the lastest and I needed to make to changes so that alien language and quotes were acceptable for google feeds.
It's google_base.php (includes/classes). Try fixing that.
Personally, I think it is best to do those two (2) fixes. Just my opinion.
Hope that helps.
Re: Google Base Feeder Support Thread
Has anyone noiticed that their product titles are repeated on the google search results page? Anyone know how to stop this??
_thanks
Re: Google Base Feeder Support Thread
Quote:
Originally Posted by
g_force
Has anyone noiticed that their product titles are repeated on the google search results page? Anyone know how to stop this??
_thanks
How is your cron set-up?
How many times within a 24 hour period?
Thanks.
Re: Google Base Feeder Support Thread
Quote:
Originally Posted by
PinkLeopard
OK, I have 1.7.4 on all my sites.
Developers Tool Kit, I found it!
includes/classes/google_base.php
JOhn ><>
Re: Google Base Feeder Support Thread
Thanks for pointing out this file.
Question? Can I cause it to convert quot; with "
Can I do the following in line 189?
$str = utf8_encode(str_replace(array("®", "©", "™", " ", "quot;"), array('(r)', '(c)', '(tm)', ' ', '"'), $str));
or will that muck things up?
JOhn ><>
Re: Google Base Feeder Support Thread
Quote:
Originally Posted by
Stuff4Toys
Thanks for pointing out this file.
Question? Can I cause it to convert quot; with "
Can I do the following in line 189?
$str = utf8_encode(str_replace(array("®", "©", "™", " ", "quot;"), array('(r)', '(c)', '(tm)', ' ', '"'), $str));
or will that muck things up?
JOhn ><>
Back on page 191 of this thread find this post:
http://www.zen-cart.com/forum/showpo...postcount=1902
Re: Google Base Feeder Support Thread
Quote:
Originally Posted by
Stuff4Toys
Thanks for pointing out this file.
Question? Can I cause it to convert quot; with "
Can I do the following in line 189?
$str = utf8_encode(str_replace(array("®", "©", "™", " ", "quot;"), array('(r)', '(c)', '(tm)', ' ', '"'), $str));
or will that muck things up?
JOhn ><>
John:
There are two fixes you should make on google_base.php
In this thread they are #1902 & #1922.
Let me know if you need any other help.
Glad you found it!
Bridgett
Re: Google Base Feeder Support Thread
Quote:
Originally Posted by
PinkLeopard
John:
There are two fixes you should make on google_base.php
In this thread they are #1902 & #1922.
Let me know if you need any other help.
Glad you found it!
Bridgett
Thanks for your help, got it.
:clap:
Re: Google Base Feeder Support Thread
Quote:
Originally Posted by
PinkLeopard
How is your cron set-up?
How many times within a 24 hour period?
Thanks.
I haven't set it up yet on my server but in merchant center it is set up every month.. I do have a sitemap mod - that pings to various search engines - don't know if this is causing any repetitions but sounds strange. Any thoughts?
_thanks
Re: Google Base Feeder Support Thread
Quote:
Originally Posted by
Stuff4Toys
Thanks for your help, got it.
:clap:
Woohee :clap: