Results 1 to 10 of 671

Hybrid View

  1. #1
    Join Date
    Sep 2006
    Location
    Leeds, UK
    Posts
    174
    Plugin Contributions
    1

    Default Re: Froogle Merchant Center merged into GoogleBase

    Woody,

    Google have started rejecting my feed due to now unsupported field "label" and also they are not allowing the product type to be called "other". I've had a look at the feed and the easiest way to fix is to rename the label field and call it product_type. Have you already done this or should I get hacking code?

  2. #2
    Join Date
    Apr 2007
    Location
    Vancouver, Canada
    Posts
    1,567
    Plugin Contributions
    74

    Default Re: Froogle Merchant Center merged into GoogleBase

    Quote Originally Posted by NamSingh View Post
    Woody,

    Google have started rejecting my feed due to now unsupported field "label" and also they are not allowing the product type to be called "other". I've had a look at the feed and the easiest way to fix is to rename the label field and call it product_type. Have you already done this or should I get hacking code?
    This member seems to have an idea of how to overcome the product types issue. If someone can implement this, please upload it right away .

  3. #3
    Join Date
    Feb 2007
    Posts
    50
    Plugin Contributions
    0

    Default Re: Froogle Merchant Center merged into GoogleBase

    ditto :)
    The product type problem is definitely an issue.
    Anyone with a hack?
    The best solution would be to be able to set the field in the admin as either a category is set up, or by product.
    Rupert
    EshopOne Just being Zenned :)
    Mens Suits to follow....
    Ladies Suits to follow....
    Mods: Version 1.3.7 SEO URLs, Super orders; PFD Order Centre, Securetrading payment gateway;Big Royal Mail; Image handler; Zen Lightbox

  4. #4
    Join Date
    Sep 2006
    Location
    Leeds, UK
    Posts
    174
    Plugin Contributions
    1

    Default Re: Froogle Merchant Center merged into GoogleBase

    The hack is easy, I just forgot to post sorry.

    Open up the file googlefroogle.php in thr ROOT folder of your website.

    Search for the following and un-comment them as the are no longer supported by Google Products as it's now called and not needed either.

    Find

    $output["label"] = "product_type";
    $output["product_type"] = "product_type";

    Replace with

    // $output["label"] = "product_type";
    // $output["product_type"] = "product_type";

    They are around lines 110-111 I think.

  5. #5
    Join Date
    Feb 2007
    Posts
    50
    Plugin Contributions
    0

    Default Re: Froogle Merchant Center merged into GoogleBase

    Do you mean:

    $output["label"] = "label";
    $output["product_type"] = "product_type";

    ???
    Rupert
    EshopOne Just being Zenned :)
    Mens Suits to follow....
    Ladies Suits to follow....
    Mods: Version 1.3.7 SEO URLs, Super orders; PFD Order Centre, Securetrading payment gateway;Big Royal Mail; Image handler; Zen Lightbox

  6. #6
    Join Date
    Sep 2006
    Location
    Leeds, UK
    Posts
    174
    Plugin Contributions
    1

    Default Re: Froogle Merchant Center merged into GoogleBase

    lol Yes, sorry I used the code from where I was testing, but google want you to use their wordings for the product type which is not possibly or feasible unless you re-organise your own database category names etc.. I'm not at my home machine at the moment so was pasting code from my test file

    replace

    $output["label"] = "label";
    $output["product_type"] = "product_type";

    with

    // $output["label"] = "label";
    // $output["product_type"] = "product_type";

    Works fine, my feed got accepted quickly afterwards.

  7. #7
    Join Date
    Feb 2007
    Posts
    50
    Plugin Contributions
    0

    Default Re: Froogle Merchant Center merged into GoogleBase

    Thanks! :)
    Rupert
    EshopOne Just being Zenned :)
    Mens Suits to follow....
    Ladies Suits to follow....
    Mods: Version 1.3.7 SEO URLs, Super orders; PFD Order Centre, Securetrading payment gateway;Big Royal Mail; Image handler; Zen Lightbox

  8. #8
    Join Date
    Apr 2007
    Location
    Vancouver, Canada
    Posts
    1,567
    Plugin Contributions
    74

    Default Re: Froogle Merchant Center merged into GoogleBase

    Quote Originally Posted by NamSingh View Post
    lol Yes, sorry I used the code from where I was testing, but google want you to use their wordings for the product type which is not possibly or feasible unless you re-organise your own database category names etc.. I'm not at my home machine at the moment so was pasting code from my test file

    replace

    $output["label"] = "label";
    $output["product_type"] = "product_type";

    with

    // $output["label"] = "label";
    // $output["product_type"] = "product_type";

    Works fine, my feed got accepted quickly afterwards.
    So Google accepts the file without having a product type at all?

    Thanks, for the fix, I hope you update the downloads section to avoid a lot of other people running into the same problem.

 

 

Similar Threads

  1. Google Merchant Center
    By ccn1 in forum All Other Contributions/Addons
    Replies: 3
    Last Post: 24 Oct 2011, 12:07 PM
  2. Froogle / GoogleBase Feeds (PC Based )
    By Scrat in forum All Other Contributions/Addons
    Replies: 0
    Last Post: 9 Feb 2007, 11:25 PM
  3. GoogleBase/Froogle
    By sschueller in forum All Other Contributions/Addons
    Replies: 1
    Last Post: 12 Dec 2006, 11:54 PM
  4. Which Googlebase Froogle Feed Works With 1.35??????
    By mfreund in forum All Other Contributions/Addons
    Replies: 2
    Last Post: 28 Oct 2006, 08:52 AM

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