Page 7 of 7 FirstFirst ... 567
Results 61 to 65 of 65
  1. #61
    Join Date
    Sep 2009
    Location
    Stuart, FL
    Posts
    13,293
    Plugin Contributions
    94

    Default Re: Google Product Search Feeder II [Support Thread]

    I'm not a user of the Google Merchant Center's hosted console, so can't help there. If the data's being sent but Google isn't happy, I'll suggest doing a web-search for the symptom. If you've run across it, it's likely that someone else has too.

  2. #62
    Join Date
    Feb 2007
    Location
    Pennsylvania
    Posts
    810
    Plugin Contributions
    0

    Default Re: Google Product Search Feeder II [Support Thread]

    Ok. So the issue is resolved. A user in the google merchant center forum caught this....

    shipping weight is not a sub attribute of shipping.

    Instead of:
    <g:shipping>
    <g:country>US</g:country>
    <grice>9.95 USD</grice>
    <g:shipping_weight>

    it should be:
    <g:shipping>
    <g:country>US</g:country>
    <grice>9.95 USD</grice>
    </g:shipping>
    <g:shipping_weight>3 lb</g:shipping_weight>


    So I move a line in the classes/gpsFeedGenerator.php


    Moved
    if (GPSF_WEIGHT === 'true' && $product['products_weight'] > 0) {
    $this->xmlWriter->writeElement('g:shipping_weight', $product['products_weight'] . ' ' . GPSF_UNITS);
    }

    to just after
    $this->xmlWriter->endElement(); //- END g:shipping

    All product that had been "missing shipping weight" are now no longer missing shipping weight.

    Thank you,
    John

  3. #63
    Join Date
    Sep 2009
    Location
    Stuart, FL
    Posts
    13,293
    Plugin Contributions
    94

    Default Re: Google Product Search Feeder II [Support Thread]

    Quote Originally Posted by bumba000 View Post
    Ok. So the issue is resolved. A user in the google merchant center forum caught this....

    shipping weight is not a sub attribute of shipping.

    Instead of:
    <g:shipping>
    <g:country>US</g:country>
    <grice>9.95 USD</grice>
    <g:shipping_weight>

    it should be:
    <g:shipping>
    <g:country>US</g:country>
    <grice>9.95 USD</grice>
    </g:shipping>
    <g:shipping_weight>3 lb</g:shipping_weight>


    So I move a line in the classes/gpsFeedGenerator.php


    Moved
    if (GPSF_WEIGHT === 'true' && $product['products_weight'] > 0) {
    $this->xmlWriter->writeElement('g:shipping_weight', $product['products_weight'] . ' ' . GPSF_UNITS);
    }

    to just after
    $this->xmlWriter->endElement(); //- END g:shipping

    All product that had been "missing shipping weight" are now no longer missing shipping weight.

    Thank you,
    John
    Thanks for the investigation and correction; I'll get that fixed in v1.0.5. Here's the GitHub issue for tracking: https://github.com/lat9/gpsf/issues/46

  4. #64
    Join Date
    Feb 2007
    Location
    Pennsylvania
    Posts
    810
    Plugin Contributions
    0

    Default Re: Google Product Search Feeder II [Support Thread]

    Hey Lat9,
    No problem. I really didn't want anything to do with uploading products to google but ... I had been doing some price checking in google serps and found they have all of our products (organic results) with a 7-day return period. So I set out on a mission to correct this and found the only way is to updated shipping and returns in merchant center even if you don't already have a merchant center account. But the only way to change your sites return policy is to have a product feed loaded there.

    If you think something else is causing the 7-day return period showing in organic google serps please let me know. I have no structured data.. nothing other than now the merchant upload.

    Thanks again,
    John

  5. #65
    Join Date
    Feb 2007
    Location
    Pennsylvania
    Posts
    810
    Plugin Contributions
    0

    Default Re: Google Product Search Feeder II [Support Thread]

    Just to follow up. Rearranging a bit of code worked to resolve the "missing shipping weight" issue, and setting shipping and return policy in google merchant center did reflect in the organic serps.

 

 
Page 7 of 7 FirstFirst ... 567

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
  2. Google Base Feeder Support Thread [OLD]
    By numinix in forum All Other Contributions/Addons
    Replies: 3562
    Last Post: 2 Apr 2012, 06:30 PM
  3. Search Helper Support Thread
    By swguy in forum All Other Contributions/Addons
    Replies: 18
    Last Post: 9 Nov 2011, 11:14 AM
  4. Windows Live Product Search Contribution Support Thread
    By numinix in forum All Other Contributions/Addons
    Replies: 209
    Last Post: 3 Jul 2009, 08:23 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