Results 1 to 10 of 3563

Hybrid View

  1. #1
    Join Date
    Mar 2006
    Location
    Rosebud, Victoria, Australia
    Posts
    310
    Plugin Contributions
    2

    Default Re: Google Base Feeder Support Thread

    G'day,

    I think that in the function google_base_xml_sanitizer in file includes/classes/google_base.php needs the line

    Code:
    $str = preg_replace('/\s+/', ' ', $str);
    added to replace muliple spaces with a single space, somewhere just before it finishes.

    This will help Google Base Feeder's test for a description length of at least 15 characters work better.

    I'm not sure how to handle this length test treating HTML entities in the sanitized description as multiple characters instead of just one caracter.

    Cheers, Lloyd Borrett.
    Zen Cart 1.5.5e, PHP 5.3.29 MySQL 5.5.42

  2. #2
    Join Date
    Apr 2009
    Location
    Los Angeles, California
    Posts
    128
    Plugin Contributions
    0

    Default Re: Google Base Feeder Support Thread

    i have been reading this thread all night and cant find the solution.

    Zencart 1.3.8a
    Google Base Feeder 1.7.4

    i am getting these errors:

    Code:
    Feed status summary
    
    1153 of 1538 items inserted - Processed on Jun 14, 2009 12:15 am PDT
    
    Detected file format: XML
    Feed Level Messages
    Warning: Missing recommended attribute: upc
    While items missing recommended attributes will process successfully, we recommend including relevant attributes if they are available.
    Item Errors - 385 items with errors
    383
    Missing required attribute: description
    Please make sure you include all required attributes in your data feed.
    
    Examples:
    Item Nr. 	Line Nr.
    15 	273
    387 	7,341
    390 	7,398
    591 	11,217
    905 	17,183
    36
    Missing title
    You must enter an item title. "Title" is a required attribute.
    
    Examples:
    Item Nr. 	Line Nr.
    111 	2,097
    118 	2,230
    288 	5,460
    1,415 	26,873
    1,420 	26,968
    Item Warnings - 382 items with warnings
    380
    Invalid encoding
    Some of the characters in your data feed seem to be invalid. Please verify all the characters in your feed are valid for your selected encoding.
    Learn more.
    
    Examples:
    Item Nr. 	Line Nr.
    15 	290
    387 	7,358
    390 	7,415
    591 	11,234
    905 	17,200
    36
    Invalid encoding
    Some of the characters in your data feed seem to be invalid. Please verify all the characters in your feed are valid for your selected encoding.
    Learn more.
    
    Examples:
    Item Nr. 	Line Nr.
    111 	2,098
    118 	2,231
    288 	5,461
    1,415 	26,874
    1,420 	26,969
    i went back and checked the examples and all seemed fine. all of my products have Titles & Descriptions

  3. #3

    Default Re: Google Base Feeder Support Thread

    Quote Originally Posted by ams30gts View Post
    i have been reading this thread all night and cant find the solution.

    Zencart 1.3.8a
    Google Base Feeder 1.7.4

    i am getting these errors:

    Code:
    Feed status summary
    
    1153 of 1538 items inserted - Processed on Jun 14, 2009 12:15 am PDT
    
    Detected file format: XML
    Feed Level Messages
    Warning: Missing recommended attribute: upc
    While items missing recommended attributes will process successfully, we recommend including relevant attributes if they are available.
    Item Errors - 385 items with errors
    383
    Missing required attribute: description
    Please make sure you include all required attributes in your data feed.
    
    Examples:
    Item Nr. 	Line Nr.
    15 	273
    387 	7,341
    390 	7,398
    591 	11,217
    905 	17,183
    36
    Missing title
    You must enter an item title. "Title" is a required attribute.
    
    Examples:
    Item Nr. 	Line Nr.
    111 	2,097
    118 	2,230
    288 	5,460
    1,415 	26,873
    1,420 	26,968
    Item Warnings - 382 items with warnings
    380
    Invalid encoding
    Some of the characters in your data feed seem to be invalid. Please verify all the characters in your feed are valid for your selected encoding.
    Learn more.
    
    Examples:
    Item Nr. 	Line Nr.
    15 	290
    387 	7,358
    390 	7,415
    591 	11,234
    905 	17,200
    36
    Invalid encoding
    Some of the characters in your data feed seem to be invalid. Please verify all the characters in your feed are valid for your selected encoding.
    Learn more.
    
    Examples:
    Item Nr. 	Line Nr.
    111 	2,098
    118 	2,231
    288 	5,461
    1,415 	26,874
    1,420 	26,969
    i went back and checked the examples and all seemed fine. all of my products have Titles & Descriptions
    yeah, this is something new that google base is doing now. For the last month mine were fine, then i checked it last night and now this screen pops up.
    Have you looked thru the file and see what those lines are indicating yet?
    http://www.fusionspiritualemporium.com
    Contrib: Events Calender v1.02 update

  4. #4
    Join Date
    Nov 2008
    Posts
    6
    Plugin Contributions
    0

    Default Re: Google Base Feeder Support Thread

    I just receive an email from GOOGLE BASE ,,, With those terms ,, I suppose lots of people use Zencart can not use google base in the future ?
    (((( I AM USING ZENCART too )))

    ---------------------------------------------------------------
    Hello,

    Thank you for your email. While reviewing your data feed we noticed that
    your site isn't compliant with our Program Policies. We have therefore
    disabled your Google Base account.

    You must own any products that you submit to Google Base and ship these
    products directly to the buyer. We aren't accepting sites which sell
    products on commission, including, but not limited to:

    - Affiliate sites
    - Comparison shopping sites
    - Readymade 'wholesale' or 'drop ship' sites

    Please visit
    http://base.google.com/support/bin/a...er=61118&hl=en for more
    details on our Program Policies.

    Sincerely,

    The Google Team
    ----------------------------------------------------------

  5. #5
    Join Date
    Oct 2005
    Posts
    287
    Plugin Contributions
    0

    Default Re: Google Base Feeder Support Thread

    HI,
    I run Google Base Feeder successfully , however on my other website the base file name is domain_base_us_feed ,
    whenever I run the upload to google script the file uploaded is domain_base_us_feed_products , due to this extra word "products" I cannot auto update.

    Any solutions ?

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

    Default Re: Google Base Feeder Support Thread

    Quote Originally Posted by harry2cool View Post
    HI,
    I run Google Base Feeder successfully , however on my other website the base file name is domain_base_us_feed ,
    whenever I run the upload to google script the file uploaded is domain_base_us_feed_products , due to this extra word "products" I cannot auto update.

    Any solutions ?
    Are you uploading to Google base manually? If so try add .xml at the end. domain_base_us_feed_products.xml If that doesn't work change the name to one word like domainbase1 it will work then.
    Is your site Upgraded to the current version 1.5.4 Yet?
    zencart-upgrades-website-installation

  7. #7
    Join Date
    Oct 2005
    Posts
    287
    Plugin Contributions
    0

    Default Re: Google Base Feeder Support Thread

    If I upload it manually through google base website the file gets accepted, however when I run the googlefroogle.php the file does not get uploaded automatically , the word product is added after the file name.

    Yes my last solution will be to create a new feed with name ending with _products , this seems to work.

    Any help appreciated.

 

 

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

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