Page 1 of 2 12 LastLast
Results 1 to 10 of 3563

Hybrid View

  1. #1
    Join Date
    May 2010
    Location
    WA State
    Posts
    1,678
    Plugin Contributions
    3

    Default Re: Google Base Feeder Support Thread

    Another question occured to me, and this is probably a simple one for those with more experience. I use calculated shipping, connecting to both USPS and UPS. I've never been able to figure out which shipping method to select in the feed configuration to get this to work correctly. Some options cause it to show up as free shipping, some as no shipping.

    I can use the shipping options directly in Google, but they don't offer First Class and many of the items I sell are lightweight. This makes the items show in the results with a total cost that is much higher than reality.

    Does anybody know how to set this up correctly in the feed?

  2. #2
    Join Date
    Feb 2004
    Posts
    1,278
    Plugin Contributions
    0

    Default Re: Google Base Feeder Support Thread

    Because I saw that there were some mandatory changes I upgraded my Google Base mod to the newest version.

    However I see on this thread there is yet to be an even newer version to be released.

    What I have encountered is this...

    With a little modification ( instock col deleted ) (Adding a Google Products Category) to name a few. I was able to make a new feed with no errors or warnings.

    However, the XML feed says:

    XML formatting error - Error

    Our system encountered an error when processing your data feed. Learn more.
    Examples:
    Line Nr. Column Nr.
    6 28
    I always submit both... Maybe they wont let me do that anymore anyway...

  3. #3
    Join Date
    Jun 2008
    Location
    Singapore, Australia, America
    Posts
    96
    Plugin Contributions
    0

    Default Re: Google Base Feeder Support Thread

    1.10.2 is released.

    http://www.numinix.com/google-merchant-center-feeder

    Will do the update today and see if it fixes the errors on the google, and comply to the new requirement.

  4. #4
    Join Date
    Jun 2008
    Location
    Singapore, Australia, America
    Posts
    96
    Plugin Contributions
    0

    Default Re: Google Base Feeder Support Thread

    Quote Originally Posted by saplanet View Post
    1.10.2 is released.

    http://www.numinix.com/google-merchant-center-feeder

    Will do the update today and see if it fixes the errors on the google, and comply to the new requirement.
    The change log says:
    Notes:
    This version only partially satisfies the new requirements set out by Google which will come into effect on September 22nd, 2011. In particular, all of the variant attributes for apparel are not yet supported. To prepare for the next update, begin making "read-only" attributes in your Zen Cart admin and set the option name to the name of the variant attribute (i.e. Age Group, Material, Size, Color, Pattern, Gender, etc). The final version of our module will require Stock by Attributes (SBA) to be installed and stock IDs to be created for each of the product variations that you offer. A bug in SBA prevents us from moving forward with this plan due to the fact that read-only attributes cannot be used with SBA. We are working on our own version of SBA which we will continue to support through the Numinix.com website as soon as it is ready, The Google Merchant Center Feeder will automatically begin using these attributes.

    However, if you set up these attributes to NOT be read-only and create stock IDs for all of your combinations including these attributes, GMCF will automatically begin using them in version 1.10.2.

    Modified
    /docs/google_merchant_center/readme.html
    /googlefroogle.php
    /includes/classes/google_base.php
    /install.sql
    /module_version/google_merchant_center_feeder.txt

    Added
    /update_1_10_2.sql

  5. #5
    Join Date
    May 2006
    Location
    Gardiner, Maine
    Posts
    2,371
    Plugin Contributions
    23

    Default Re: Google Base Feeder Support Thread

    My most problematic feed definitely improved with the new version. He rewrote the sanitizer function and it cleaned up the product descriptions better.

    Adding support for a stock with attributes contribution is a major step and writing his own version of that mod is a great thing! Can't wait for that. I actually stopped recommending using that mod due to some problems with the way that is written.

    So what he's done is added a google product category field to use as the only category. For folks who have apparel or media sites who have to have this, this resolves this problem for the immediate future. If you want to be able to use different google categories on different products, you can't with this mod. As I said before there is one sold that does this. That firm is not so responsive though. I'm not fond of them but am using that product with one website now.

    Looks like he also added/improved support for additional images, availability and product variants.

    So I believe he's taken care of all of the upcoming requirement changes at this point. The only thing that may be lacking is the requirement for apparel variants of ###### and age group. If you have those variants for your products now, they may be available in the feed and satisfy that requirement but I don't have anyone that I'm working with who has apparel so really don't know.

    So once again, thanks to Jeff at numinix.com, we are still in the game!
    The full-time Zen Cart Guru. WizTech4ZC.com
    New template for 2.0 viewable here: 2.0 Demo

  6. #6
    Join Date
    May 2006
    Location
    Gardiner, Maine
    Posts
    2,371
    Plugin Contributions
    23

    Default Re: Google Base Feeder Support Thread

    I have uploaded this latest version to the contributions section here on zen cart. Should be available soon.

    >>>>> Anyone posting for information in this thread should be using 1.10.2 from now on. If you are not, do not expect an answer to your question. <<<<<<<
    The full-time Zen Cart Guru. WizTech4ZC.com
    New template for 2.0 viewable here: 2.0 Demo

  7. #7
    Join Date
    May 2010
    Location
    WA State
    Posts
    1,678
    Plugin Contributions
    3

    Default Re: Google Base Feeder Support Thread

    Quick question. Should I remove the previous version of the feeder before installing 1.10.2, or does the install.sql patch handle that? Also, I assume Product Fields 1.2.0 is still the latest?

  8. #8
    Join Date
    Dec 2006
    Posts
    107
    Plugin Contributions
    0

    Default Re: Google Base Feeder Support Thread

    Quote Originally Posted by saplanet View Post
    The change log says:
    Notes:
    This version only partially satisfies the new requirements set out by Google which will come into effect on September 22nd, 2011. In particular, all of the variant attributes for apparel are not yet supported. To prepare for the next update, begin making "read-only" attributes in your Zen Cart admin and set the option name to the name of the variant attribute (i.e. Age Group, Material, Size, Color, Pattern, Gender, etc). The final version of our module will require Stock by Attributes (SBA) to be installed and stock IDs to be created for each of the product variations that you offer. A bug in SBA prevents us from moving forward with this plan due to the fact that read-only attributes cannot be used with SBA. We are working on our own version of SBA which we will continue to support through the Numinix.com website as soon as it is ready, The Google Merchant Center Feeder will automatically begin using these attributes.

    However, if you set up these attributes to NOT be read-only and create stock IDs for all of your combinations including these attributes, GMCF will automatically begin using them in version 1.10.2.

    Modified
    /docs/google_merchant_center/readme.html
    /googlefroogle.php
    /includes/classes/google_base.php
    /install.sql
    /module_version/google_merchant_center_feeder.txt

    Added
    /update_1_10_2.sql
    Hi, does anyone know how I set up a stock ID foe each combination in SBA?
    Does this mean ech combination can have its own SKU?
    Thanks! :-)

  9. #9
    Join Date
    Jan 2007
    Posts
    92
    Plugin Contributions
    2

    Default Re: Google Base Feeder Support Thread

    Does any one have a copy of the old
    Auction Site Attributes module? I am working on the idea of combining this and changing it so that it can be used for the "Google Product Category".
    But can no longer find the mod for download.

  10. #10
    Join Date
    May 2010
    Location
    WA State
    Posts
    1,678
    Plugin Contributions
    3

    Default Re: Google Base Feeder Support Thread

    Quote Originally Posted by RescoCCC View Post
    Another question occured to me, and this is probably a simple one for those with more experience. I use calculated shipping, connecting to both USPS and UPS. I've never been able to figure out which shipping method to select in the feed configuration to get this to work correctly. Some options cause it to show up as free shipping, some as no shipping.

    I can use the shipping options directly in Google, but they don't offer First Class and many of the items I sell are lightweight. This makes the items show in the results with a total cost that is much higher than reality.

    Does anybody know how to set this up correctly in the feed?
    I'm still wondering how to solve this one.

 

 
Page 1 of 2 12 LastLast

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