Page 204 of 357 FirstFirst ... 104154194202203204205206214254304 ... LastLast
Results 2,031 to 2,040 of 3563
  1. #2031
    Join Date
    Jun 2009
    Posts
    389
    Plugin Contributions
    0

    Default Re: Google Base Feeder Support Thread

    Quote Originally Posted by g_force View Post
    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
    You can search this thread to see if there were conflict but off the top of my head it would be really hard for me to say because I don't have the sitemap mod.

    Btw, exactly how is google duplicating your items?

    Thanks

    Bridgett

  2. #2032
    Join Date
    Jul 2008
    Posts
    360
    Plugin Contributions
    0

    Default Re: Google Base Feeder Support Thread

    Configuration:

    I have an error when I try to run 'create product feed' from admin

    I set up:

    Output File Name
    Set the name of your froogle output file
    my_feed

    Before it used to work fine and the output file created was:
    my_feed_products.xml

    but now I get this error >>>>

    Google Base Feeder v started 2010/01/20 15:57:24
    Feed file - /home/myuser/theoutletseason-www/electronics/feed/my_feed_products.xml
    Processing: Feed - Yes, Upload - No
    Error opening google base output file "/home/myuser/theoutletseason-www/electronics/feed/my_feed"

    I tried to fix it by changing the output file name, but that only duplicated _products.xml so the end result was my_feed_products.xml_products_xml!

  3. #2033
    Join Date
    Feb 2009
    Posts
    354
    Plugin Contributions
    0

    Default Re: Google Base Feeder Support Thread

    Quote Originally Posted by PinkLeopard View Post
    You can search this thread to see if there were conflict but off the top of my head it would be really hard for me to say because I don't have the sitemap mod.

    Btw, exactly how is google duplicating your items?

    Thanks

    Bridgett
    it duplicates them in the title - like if you search 'zen cart' and get this result -

    Zen Cart(tm) Tutorials and FAQs
    Where to find the Zen Cart switches and controls. How to set up categories and products, using the other features of Zen Cart. ...
    www.zen-cart.com/tutorials/ - Cached - Similar

    mine would be:


    Zen Cart(tm) Tutorials and FAQs Zen Cart(tm) Tutorials and FAQs
    Where to find the Zen Cart switches and controls. How to set up categories and products, using the other features of Zen Cart. ...
    www.zen-cart.com/tutorials/ - Cached - Similar

    I hope that makes it a little clearer, and we can get closer to the solution..

    _thanks

  4. #2034
    Join Date
    Jun 2009
    Posts
    389
    Plugin Contributions
    0

    Default Re: Google Base Feeder Support Thread

    Quote Originally Posted by icecold View Post
    Configuration:

    I have an error when I try to run 'create product feed' from admin

    I set up:

    Output File Name
    Set the name of your froogle output file
    my_feed

    Before it used to work fine and the output file created was:
    my_feed_products.xml

    but now I get this error >>>>

    Google Base Feeder v started 2010/01/20 15:57:24
    Feed file - /home/myuser/theoutletseason-www/electronics/feed/my_feed_products.xml
    Processing: Feed - Yes, Upload - No
    Error opening google base output file "/home/myuser/theoutletseason-www/electronics/feed/my_feed"

    I tried to fix it by changing the output file name, but that only duplicated _products.xml so the end result was my_feed_products.xml_products_xml!
    Chmod feed file to 777 or in your case /feed/my_feed.

    It appears it cannot read the file in the folder.

    Hope that helps.

    Bridgett

  5. #2035
    Join Date
    Jun 2009
    Posts
    389
    Plugin Contributions
    0

    Default Re: Google Base Feeder Support Thread

    Quote Originally Posted by g_force View Post
    it duplicates them in the title - like if you search 'zen cart' and get this result -

    Zen Cart(tm) Tutorials and FAQs
    Where to find the Zen Cart switches and controls. How to set up categories and products, using the other features of Zen Cart. ...
    www.zen-cart.com/tutorials/ - Cached - Similar

    mine would be:


    Zen Cart(tm) Tutorials and FAQs Zen Cart(tm) Tutorials and FAQs
    Where to find the Zen Cart switches and controls. How to set up categories and products, using the other features of Zen Cart. ...
    www.zen-cart.com/tutorials/ - Cached - Similar

    I hope that makes it a little clearer, and we can get closer to the solution..

    _thanks
    Ah...I see what you mean...I would check

    include/classes/google_base.php

    Did you make any changes to it?

    The second choice may be the googlefroogle.php

    One of your files is duplicating the title within.

    Try checking those files or upload fresh one but BACK-UP first.

    Hope that helps.

    Birdgett

  6. #2036
    Join Date
    Jun 2009
    Posts
    389
    Plugin Contributions
    0

    Default Re: Google Base Feeder Support Thread

    Quote Originally Posted by icecold View Post
    Configuration:

    I have an error when I try to run 'create product feed' from admin

    I set up:

    Output File Name
    Set the name of your froogle output file
    my_feed

    Before it used to work fine and the output file created was:
    my_feed_products.xml

    but now I get this error >>>>

    Google Base Feeder v started 2010/01/20 15:57:24
    Feed file - /home/myuser/theoutletseason-www/electronics/feed/my_feed_products.xml
    Processing: Feed - Yes, Upload - No
    Error opening google base output file "/home/myuser/theoutletseason-www/electronics/feed/my_feed"

    I tried to fix it by changing the output file name, but that only duplicated _products.xml so the end result was my_feed_products.xml_products_xml!
    You change the .xml file within the google configuration in your admin AND if you change that .xml file name you would make sure that it is changed in your google account too.

    Don't change .xml file name in the google_base.php file. That's wrong.

  7. #2037
    Join Date
    Jul 2007
    Location
    Roseville, Michigan
    Posts
    188
    Plugin Contributions
    0

    Default Re: Google Base Feeder Support Thread

    Quote Originally Posted by DivaVocals View Post
    Wanted to correct my earlier post.. Hypercoyote pointed out an error in the code posted by both Davewest and myself..

    Also in looking over this again, I realized that there may have been no reason to replace the original code in the sanitizer section.. just simply needed to add to it..


    So here's the corrected code.. (Works with version 1.7.4 of Google Base Feeder module)
    • To fix double quotation (") marks in product descriptions, AND product titles. (ie: 12-14" Widget)
    • To correct ampersands (&) used instead of the word "and" in product descriptions.
    In \includes\classes\google_base.php around line 202 find this:
    PHP Code:
    $str str_replace(array("&lt;""&gt;"), array("<"">"), $str); 
    Replace that line with:
    PHP Code:
    //      $str = str_replace(array("&lt;", "&gt;"), array("<", ">"), $str);
    //      10-01-2009 Updated line 202 to include corrections for quotation marks and ampersands in product titles and descriptions
            
    $str str_replace(array("&lt;""&gt;""lt;""gt;""quot;""&quot;""amp;"), array("<"">""&lt;"" &gt; ""&quot;""\"""&"), $str); 
    I looked in that file and I see that line in two places. Do you replace both place that this shows up in the php?

  8. #2038
    Join Date
    Jun 2009
    Posts
    389
    Plugin Contributions
    0

    Default Re: Google Base Feeder Support Thread

    Quote Originally Posted by smoke133 View Post
    I looked in that file and I see that line in two places. Do you replace both place that this shows up in the php?
    I only replaced:

    In \includes\classes\google_base.php around line 202.


    Hope that helps

    Bridgett

  9. #2039
    Join Date
    Jan 2007
    Location
    Los Angeles, California, United States
    Posts
    10,023
    Plugin Contributions
    32

    Default Re: Google Base Feeder Support Thread

    Quote Originally Posted by smoke133 View Post
    I looked in that file and I see that line in two places. Do you replace both place that this shows up in the php?
    In my post, I provided the line number where I made the change..

  10. #2040
    Join Date
    Jan 2010
    Posts
    69
    Plugin Contributions
    0

    Default Re: Google Base Feeder Support Thread

    Hello,

    I uploaded google base and I only have access to google in configuration. When I go to tools the google is not available. My feed file is chmod 777. Do I have to change the name of my admin file to match my other admin folder. Or do I have to put all folders in similar or like directors (admin to admin) includes to includes, etc. Not sure what I'm doing wrong but I can't access google in tools. I'll attach the directions that came in the unzipped folder.Install
    1.Unzip and upload all files to your store directory (except .sql files);
    2.Chmod feed directory to 777
    3.Go to Admin->Tools->Install SQL Patches and install googlefroogle.sql by copying and pasting (do not upload);
    4.Go to http://base.google.com and create/sign to your account. Follow the link on the right hand side of their website to create your FTP account.
    5.Go to Admin->Configuration->Google Base Configuration and setup all parameters;
    6.Register your bulk upload .xml file using the same name in your Google Base Configuration at base.google.com
    7.Go to Admin->Tools>Google Base Feeder and follow instructions to create, view, and upload feed file.

 

 

Similar Threads

  1. v150 Google Merchant Center Feeder for ZC v1.5.x [Support Thread]
    By DivaVocals in forum Addon Admin Tools
    Replies: 502
    Last Post: 19 Sep 2023, 06:04 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