Page 233 of 357 FirstFirst ... 133183223231232233234235243283333 ... LastLast
Results 2,321 to 2,330 of 3563
  1. #2321
    Join Date
    Jul 2007
    Posts
    2,169
    Plugin Contributions
    16

    Default Re: Google Base Feeder Support Thread

    Quote Originally Posted by Quiltconsignment View Post
    Nothing appears to have changed. If you go thru the process of the google feed by way of zen admin you can read an error in step 2. If you go thru all the steps without looking at the actual feed it appears to be fine.

    In google merchant it only ever said there were 57 items listed with errors and there are actually over a 1,000 items listed in the store. Also in google merchant it now said there were 0 items.
    If you don't know what version of google base you are using I guess you are not using the latest version. You can go here to download it. Try that and see what happens. I had to modify one file but after that it works like a charm with zencat 1.3.9d. The errors can be corrected by changing some of the code in the Google Base Feed sanitizer. I can help you with that when the time comes if it doesn't work out of the box.
    Last edited by countrycharm; 29 Jun 2010 at 08:51 PM.
    Is your site Upgraded to the current version 1.5.4 Yet?
    zencart-upgrades-website-installation

  2. #2322
    Join Date
    Nov 2006
    Posts
    160
    Plugin Contributions
    0

    Default Re: Google Base Feeder Support Thread

    OMG...I fixed it! I can't believe it!

    I used the newest download of google base. Once that was installed, I replaced the "admin" section of google base files with my old set of admin files for google base (from my 1.3.6 store before upgrade). That worked!


  3. #2323
    Join Date
    Jun 2009
    Location
    Des Moines, Iowa USA
    Posts
    580
    Plugin Contributions
    0

    Default Re: Google Base Feeder Support Thread

    Good evening fellow zenners!

    I have been on the google site and have decided to tackle a google based Rss Feed.

    I created a 3 item feed and was trying to debug and look at the prospect of loading on all my products - what work.

    stumbled on a felliow zenner who had developed the feed thru zencart. Soooooo Duh - should have know the smart zenners would have already thought of this.

    I am starting from scratch and jumping in the middle of a 234posting thread and have no idea where to start - Just a point as to where to start my reading! this thread is over 2 years old and alot is probably invalid by now. or I might be wrong here to!

    Pointing is good! TIA

  4. #2324
    Join Date
    Jul 2007
    Posts
    2,169
    Plugin Contributions
    16

    Default Re: Google Base Feeder Support Thread

    Quote Originally Posted by stitchnkitty View Post
    Good evening fellow zenners!

    I have been on the google site and have decided to tackle a google based Rss Feed.

    I created a 3 item feed and was trying to debug and look at the prospect of loading on all my products - what work.

    stumbled on a felliow zenner who had developed the feed thru zencart. Soooooo Duh - should have know the smart zenners would have already thought of this.

    I am starting from scratch and jumping in the middle of a 234posting thread and have no idea where to start - Just a point as to where to start my reading! this thread is over 2 years old and alot is probably invalid by now. or I might be wrong here to!

    Pointing is good! TIA
    You can go here to download the latest Google Base Feeder. After that read the read me that comes with it. If you have any problems come back here for help. You must go to Google Merchant Center to sing up for an account if you have not done so all ready. Hope this has helped you.
    Is your site Upgraded to the current version 1.5.4 Yet?
    zencart-upgrades-website-installation

  5. #2325
    Join Date
    Dec 2009
    Posts
    31
    Plugin Contributions
    0

    Default Re: Google Base Feeder Support Thread

    Hello all,

    When I view my products feed the url is www.mysite.com/feed/domain_products.xml and you see all the products there, but when you click on any of the product links I get 404 error and the url looks like www.mysite.com/language/en/category/manufacturer/product_name

    Obviously I don't have language (en) in my urls. I have looked into my google base feed admin and there's nothing there. I also use site_map XML module which is working fine.

    I have 1.3.8a version and 1.7.4 (latest) version for google base. Anyone also encountered this problem ? How to get rid of that english instance from my urls.

    Thanks.

  6. #2326
    Join Date
    Jul 2007
    Posts
    2,169
    Plugin Contributions
    16

    Default Re: Google Base Feeder Support Thread

    Quote Originally Posted by ZeeRocK View Post
    Hello all,

    When I view my products feed the url is www.mysite.com/feed/domain_products.xml and you see all the products there, but when you click on any of the product links I get 404 error and the url looks like www.mysite.com/language/en/category/manufacturer/product_name

    Obviously I don't have language (en) in my urls. I have looked into my google base feed admin and there's nothing there. I also use site_map XML module which is working fine.

    I have 1.3.8a version and 1.7.4 (latest) version for google base. Anyone also encountered this problem ? How to get rid of that english instance from my urls.

    Thanks.
    You can check your store admin/configurations/google_base and see what you have set it for. Show Feed Language true or false. You also need to upgrade to the latest version of Google base. See my post above for that.
    Is your site Upgraded to the current version 1.5.4 Yet?
    zencart-upgrades-website-installation

  7. #2327
    Join Date
    Dec 2009
    Posts
    31
    Plugin Contributions
    0

    Default Re: Google Base Feeder Support Thread

    Quote Originally Posted by countrycharm View Post
    You can check your store admin/configurations/google_base and see what you have set it for. Show Feed Language true or false. You also need to upgrade to the latest version of Google base. See my post above for that.
    Hello there,

    Thank you everything is sorted. For some reason when I don't fill up Query limit and Query offset, it creates products but same language problem, but when I set a query limit it loads products and language problem is also gone. Not sure what causes this problem.

    My feed gets disapproved with in 2 minutes of uploads for the last 2 months or so and before it was all ok. I have contacted google and they just sent me an automated mail.

    I'm pretty much sure its not the module but something to do with my site and I'll keep looking for the solution.

    Thank you for your help.

    Enjoy your weekend.

  8. #2328
    Join Date
    Feb 2010
    Posts
    24
    Plugin Contributions
    0

    Default Re: Google Base Feeder Support Thread

    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

  9. #2329
    Join Date
    Jul 2007
    Posts
    2,169
    Plugin Contributions
    16

    Default Re: Google Base Feeder Support Thread

    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.
    Is your site Upgraded to the current version 1.5.4 Yet?
    zencart-upgrades-website-installation

  10. #2330
    Join Date
    May 2010
    Posts
    6
    Plugin Contributions
    0

    Default Re: Google Base Feeder Support Thread

    I've just installed google base feeder and got it working, to some extent...

    The output from the cron shows everything seems to work as expected, with no errors, except that it only parses 23 products.

    The 23 products it does parse, I can see in the google merchant system fine, but why isn't it doing the entire catalogue.

    I can't find any reference to a threshold anywhere.

    Any ideas?


    tia

    a

 

 

Similar Threads

  1. v150 Google Merchant Center Feeder for ZC v1.5.x [Support Thread]
    By DivaVocals in forum Addon Admin Tools
    Replies: 504
    Last Post: 19 Nov 2024, 03:50 PM

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
disjunctive-egg
Zen-Cart, Internet Selling Services, Klamath Falls, OR