Page 57 of 68 FirstFirst ... 747555657585967 ... LastLast
Results 561 to 570 of 672
  1. #561
    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.

  2. #562
    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

  3. #563
    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.

  4. #564
    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

  5. #565
    Join Date
    Sep 2004
    Posts
    2,420
    Plugin Contributions
    2

    Default Re: Froogle Merchant Center merged into GoogleBase

    Quote Originally Posted by Woodymon View Post
    Try running googlefroogle.sql (this is the patch for new installs as described in the readme). Then no need to run the other sql patches
    From a previous post :
    dealbyet_zc2.configuration_group
    That may indicate you used "dealbyet_" as your table prefix. Look in phpmyadmin to see the names of your tables. They should all have the same prefix.
    See post in this other mod thread for a similar discussion.
    http://www.zen-cart.com/forum/showpo...&postcount=959

    Woody

  6. #566
    Join Date
    Apr 2007
    Location
    Vancouver, Canada
    Posts
    1,555
    Plugin Contributions
    70

    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.

  7. #567
    Join Date
    Sep 2004
    Posts
    2,420
    Plugin Contributions
    2

    Default Re: Froogle Merchant Center merged into GoogleBase

    Quote Originally Posted by numinix View Post
    So Google accepts the file without having a product type at all?
    Hmmm... I wasn't aware of that. I understood product_type had to be in the feed. However when your feed is reviewed and if you have specified 'other' without any good reason (e.g. if your products did not fit in a specific category) then you might get rejected.

    You can easily edit the DB to support different product types.

    The last version of the mod supports:
    'book'
    'music'
    'video'
    'other'

    Add your own if you like.

    Quote Originally Posted by numinix View Post
    Thanks, for the fix, I hope you update the downloads section to avoid a lot of other people running into the same problem.
    Currently there is no maintainer of this mod as it is no longer under development by the previous developer. If you have the skills please do update (best to have other folks beta test any updates BEFORE uploading new version).

    Woody

  8. #568
    Join Date
    Aug 2006
    Posts
    31
    Plugin Contributions
    0

    Default Re: Froogle Merchant Center merged into GoogleBase

    Quote Originally Posted by Woodymon View Post
    Hmmm... I wasn't aware of that. I understood product_type had to be in the feed. However when your feed is reviewed and if you have specified 'other' without any good reason (e.g. if your products did not fit in a specific category) then you might get rejected.

    You can easily edit the DB to support different product types.

    The last version of the mod supports:
    'book'
    'music'
    'video'
    'other'

    Add your own if you like.


    Currently there is no maintainer of this mod as it is no longer under development by the previous developer. If you have the skills please do update (best to have other folks beta test any updates BEFORE uploading new version).

    Woody

    Today, I tested all methods to upload Bulk file to google base, it isn't working.
    I always get error message. "Bulk upload failure. 0 errors. None of these items are active.", how to resolve the issue. thanks for your help!!!!

  9. #569
    Join Date
    Mar 2007
    Location
    Orlando, Florida
    Posts
    30
    Plugin Contributions
    0

    Default Re: Froogle Merchant Center merged into GoogleBase

    Please excuse my interuption but I need a little push in the right direction with this tool.

    I am running Zen 1.3.7 and unzipped this utility into the root of my store.

    I then opened up the SQL file, copied the script, pasted it into admin/tools/install sql patches and ran the script successfully.

    I see the Google Froogle Configuration but do not see Google Froogle Feeder under admin/tools.

    Please tell me what step I missed.

  10. #570
    Join Date
    Feb 2007
    Posts
    50
    Plugin Contributions
    0

    Default Re: Froogle Merchant Center merged into GoogleBase

    Quote Originally Posted by Woodymon View Post

    You can easily edit the DB to support different product types.

    The last version of the mod supports:
    'book'
    'music'
    'video'
    'other'

    Add your own if you like.

    Woody
    Woody, do I just add them to the DB then?
    That simple????
    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

 

 
Page 57 of 68 FirstFirst ... 747555657585967 ... LastLast

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

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