Page 249 of 357 FirstFirst ... 149199239247248249250251259299349 ... LastLast
Results 2,481 to 2,490 of 3563
  1. #2481
    Join Date
    Jul 2007
    Posts
    2,169
    Plugin Contributions
    16

    Default Re: Google Base Feeder Support Thread

    Quote Originally Posted by NSABaits View Post
    I'm having the same issue. Installed twice and still unable to generate the feed.

    HELP!!!!!
    Make sure in /web-site-root/includes/.htacess that line 26 has the xsl|XSL included. If that does not work go to admin/configurations/google_base_feeder/configuration and turn on the debug to see what that tells you.

    on line 26 you will find:
    <FilesMatch ".*\.(js|JS|css|CSS|jpg|JPG|gif|GIF|png|PNG|swf|SWF)$">

    Change the line to:
    <FilesMatch ".*\.(js|JS|css|CSS|jpg|JPG|gif|GIF|png|PNG|swf|SWF|xsl|XSL)$">
    Is your site Upgraded to the current version 1.5.4 Yet?
    zencart-upgrades-website-installation

  2. #2482
    Join Date
    Apr 2009
    Posts
    40
    Plugin Contributions
    0

    Default Re: Google Base Feeder Support Thread

    Ok TAG mismatch for me was the length of my title, my title end CDATA ">" was not there or not fully there and caused the code to error... so shorten whatever ">" is missing and it should work...
    might mean alot of changing unless someone can change the max length????

  3. #2483
    Join Date
    May 2007
    Posts
    114
    Plugin Contributions
    0

    Default Problem and solution

    Recently google started limiting number of characters for product descriptions:

    http://www.google.com/support/forum/...3b147064&hl=en

    I started getting these messages few weeks ago about some of my products and they were not getting listed:

    "Error: Offer too big - Error
    Your feed contains offers which are too big. These offers will be dropped."




    I searched the forums and could not find a solution, so tried digging into it myself. I'm not sure what google's limit is, but I trimmed the description to 500 characters and it seemed to have worked. Here's what I did:


    file googlefroogle.php (in the root directory):


    added code to line #191 (version 1.8.2):


    new code:
    PHP Code:
     if (strlen($products_description) > 500 ) {
                      
    $products_description substr($products_description0500);
                  }
                  
    $products_description $google_base->google_base_xml_sanitizer($products_descriptiontrue); 

    old code:

    PHP Code:
        $products_description $google_base->google_base_xml_sanitizer($products_descriptiontrue); 

  4. #2484
    Join Date
    Nov 2010
    Posts
    3
    Plugin Contributions
    0

    Default Re: Google Base Feeder Support Thread

    Quote Originally Posted by countrycharm View Post
    Make sure in /web-site-root/includes/.htacess that line 26 has the xsl|XSL included. If that does not work go to admin/configurations/google_base_feeder/configuration and turn on the debug to see what that tells you.

    on line 26 you will find:
    <FilesMatch ".*\.(js|JS|css|CSS|jpg|JPG|gif|GIF|png|PNG|swf|SWF)$">

    Change the line to:
    <FilesMatch ".*\.(js|JS|css|CSS|jpg|JPG|gif|GIF|png|PNG|swf|SWF|xsl|XSL)$">
    I had a similar issue with the blank page issue and tried this but to no avail. Has anyone figured out how to fix this?

  5. #2485
    Join Date
    Apr 2005
    Location
    Wales
    Posts
    58
    Plugin Contributions
    0

    Default Re: Google Base Feeder Support Thread

    Hi there

    We have google base feeder working on our site, but I am currently adding products using the music product type. Our existing products are all the of the 'general' type. When I generate the feed however, any music products are not included... From what I can find on the forums, it seems like you can only have one product type in the feed - is this correct? Or have I missed something else?

    This is really important for us, as we need to utilise the music products to give extra functionality to our products (wallpaper). Is there any way of having all products included in the feed?

    Category using music product types: http://www.davieswallpapers.com/desi...ath=1_7_12_649

    Category using general product types: http://www.davieswallpapers.com/desi...&cPath=160_164

    We are using Zen version: 1.3.8a

    Any help would be greatly appreciated.

    Sara
    DIY Favour Boxes
    One Eyed Cat
    I've been Zenned - how come I still have to think?

  6. #2486
    Join Date
    Apr 2005
    Location
    Wales
    Posts
    58
    Plugin Contributions
    0

    Default Re: Google Base Feeder Support Thread

    Quote Originally Posted by sajiepaj View Post
    Hi there

    We have google base feeder working on our site, but I am currently adding products using the music product type. Our existing products are all the of the 'general' type. When I generate the feed however, any music products are not included... From what I can find on the forums, it seems like you can only have one product type in the feed - is this correct? Or have I missed something else?

    This is really important for us, as we need to utilise the music products to give extra functionality to our products (wallpaper). Is there any way of having all products included in the feed?

    Category using music product types: http://www.davieswallpapers.com/desi...ath=1_7_12_649

    Category using general product types: http://www.davieswallpapers.com/desi...&cPath=160_164

    We are using Zen version: 1.3.8a

    Any help would be greatly appreciated.

    Sara
    Ok I think I've sorted this out - was looking for something far more complicated than was actually there!! I've now done a feed with all the products included:-)

    Thanks anyway.
    DIY Favour Boxes
    One Eyed Cat
    I've been Zenned - how come I still have to think?

  7. #2487
    Join Date
    Mar 2008
    Posts
    4
    Plugin Contributions
    0

    Default Re: Google Base Feeder Support Thread

    If, like me, you are php blind, for $25 they will do it for you - solved all my issues and was money well spent (no, I didn't get a discount for saying this - forgot to ask :-))

    Seriously, they did a great job, very quickly and saved me much more than $25 of my time fiddling around with it; fplus irst Google merchant generated order within 24 hrs of the install made me over $50

    Peter
    Peter Clarke - SEO Consultant & Ecommerce Entrepreneur

  8. #2488
    Join Date
    Sep 2008
    Location
    San Diego
    Posts
    159
    Plugin Contributions
    0

    Default Re: Google Base Feeder Support Thread

    Hi Folks:
    using GBF 1.8.3 is it necessary still to make the changes as noted in 1902 et al of this thread?
    Thanx
    Rufusclc

  9. #2489
    Join Date
    Sep 2008
    Location
    San Diego
    Posts
    159
    Plugin Contributions
    0

    Default Re: Google Base Feeder Support Thread

    I am having a problem with my Xml feed; the base feeder report on making the xml reflects that all products are valid, I have checked for the funny A and corrected them, plus for & etc.
    I load the a file to Google of about 4,000 products and they consistently reflect about 50 products but indicate that the file is good.
    I ran a validation report of the first 500 products to-day:
    the text on the screen from the file looks like a foreign language and I get the following feedback:
    XML parsing error: <unknown>:1:0: not well-formed (invalid token) [
    Please can any-one help me - even IM me and correct this professionaly for me?
    Best wishes for a Merry Christmas to all Zenners and your families where-ever you may be
    Rufus in Del Mar CA

  10. #2490

    Default Re: Google Base Feeder Support Thread

    Hello All, I installed Google Base Feeder... When I click to create the feed the window pops up and it starts creating the feed after about 6 minutes it stops and loads the page not found page.. I looked at the xml file and it started creating the file but never finished.. Any ideas of what might be going on.. Thanks for all your input..
    "Only a fool states he can not learn something new everyday"

 

 

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