Page 36 of 68 FirstFirst ... 26343536373846 ... LastLast
Results 351 to 360 of 672
  1. #351
    Join Date
    Dec 2006
    Posts
    17
    Plugin Contributions
    0

    Default Re: Froogle Merchant Center merged into GoogleBase

    Yes, every time I tried is a conection time out. It has to be some thing else. I will like to to have this fix by the time the problem with google is fix.

  2. #352
    Join Date
    Jun 2004
    Posts
    41
    Plugin Contributions
    0

    Default Re: Froogle Merchant Center merged into GoogleBase

    JLA,

    Ok, I've just installed this mod, works very similar to the one I've got. To add in a static condition value you can find the following around line 85 in <catalogdirectory>/googlefroogle.php:

    Code:
    $output["title"]            = "title";
    $output["description"]      = "description";
    $output["link"]             = "link";
    $output["price"]            = "price";
    $output["image_link"]       = "image_link";
    $output["expiration_date"]  = "expiration_date";
    $output["label"]            = "label";
    $output["id"]               = "id";
    And add in the following:
    Code:
    $output["title"]            = "title";
    $output["description"]      = "description";
    $output["link"]             = "link";
    $output["price"]            = "price";
    $output["image_link"]       = "image_link";
    $output["expiration_date"]  = "expiration_date";
    $output["label"]            = "label";
    $output["id"]               = "id";
    $output["condition"]        = "condition"; // Added for March required update
    Then, around line 150 find the following:
    Code:
    $output = array();
    $output["title"]  = zen_froogle_sanita($products->fields['products_name'], true);
    $output["description"] = zen_froogle_sanita($products->fields['products_description']);
    $output["price"] = number_format($price, 2, '.', '');
    $output["image_link"] = zen_froogle_image_url($products->fields['products_image']);
    $output["expiration_date"] = zen_froogle_expiration_date($products->fields['base_date']);
    And add in this line at the end:
    Code:
    $output = array();
    $output["title"]  = zen_froogle_sanita($products->fields['products_name'], true);
    $output["description"] = zen_froogle_sanita($products->fields['products_description']);
    $output["price"] = number_format($price, 2, '.', '');
    $output["image_link"] = zen_froogle_image_url($products->fields['products_image']);
    $output["expiration_date"] = zen_froogle_expiration_date($products->fields['base_date']);
    $output["condition"]  = "new"; // Added for Google's required March update
    Of course you can change "new" to whatever you'd like, JLA suggested "see description"

    If anyone has any questions, suggestions, please post. I realize this is just a quick hack to tide us over for a bit, if I've missed anything please let me know.

  3. #353
    Join Date
    Dec 2006
    Posts
    17
    Plugin Contributions
    0

    Default Re: Froogle Merchant Center merged into GoogleBase

    can you link the file to replace the old one, for the one of us who does not have editing skills?

  4. #354
    Join Date
    Mar 2006
    Posts
    477
    Plugin Contributions
    0

    Default Re: Froogle Merchant Center merged into GoogleBase

    Yea who can just send us the files that we need to change already changed so we can just upload them.. Not everyone understands all this editing on these files...

  5. #355
    Join Date
    Jun 2004
    Posts
    41
    Plugin Contributions
    0

    Default Re: Froogle Merchant Center merged into GoogleBase

    All,

    I've PM'd a_berezin, the creator of this file and am going to wait until I get the ok from him to post a link to my modified version of his file. Keep in mind, my quick hack only puts one value in the condition field, only "new". Please don't stress about it, I will do my best to see that everyone is sorted out WELL before this new cutoff, I just don't want to mod/link a_berezin's file w/o permission.

    Thanks!

  6. #356
    Join Date
    Mar 2006
    Posts
    477
    Plugin Contributions
    0

    Default Re: Froogle Merchant Center merged into GoogleBase

    thats understandable

  7. #357
    Join Date
    Dec 2006
    Posts
    17
    Plugin Contributions
    0

    Default Re: Froogle Merchant Center merged into GoogleBase

    I was looking at the export file.txt, and it does not create the id, only id header

  8. #358
    Join Date
    Jun 2004
    Posts
    41
    Plugin Contributions
    0

    Default Re: Froogle Merchant Center merged into GoogleBase

    Quote Originally Posted by jgarabot View Post
    I was looking at the export file.txt, and it does not create the id, only id header
    jgarabot,

    That is a configuration option

    go to Configuration->Google Froogle Configuration, then there is an option called "Show Offer ID", u must set it to either "id" or "model" for it to show in the file.

  9. #359
    Join Date
    Jun 2004
    Posts
    41
    Plugin Contributions
    0

    Default Re: Froogle Merchant Center merged into GoogleBase

    Ok,

    I spoke w/ a_berezin and he was totally cool w/ me posting a mod, actually, he wanted me to do some real work, not just throw up an ugly hack, but I'm too lazy, sorry LOL! ;)

    So, here it is, a quick patch for those of you whom already have a_berezin's wonderful GoogleFroogle Add-On.

    Steps:

    1) Download the files http://www.lethalperformance.com/GoogleFroogleMod.zip
    2) Unzip
    3) Upload as usual
    4) Run the sql patch as normal
    5) Configure the "condition" option that will now be available

    Seeing as the condition is soon to be required, I set it to always be there, so if you don't want condition set to something, stay away from this mod!

    CAVEAT: I've tested this of course, however, my upload file still hasn't been processed by google base so USE AT YOUR OWN RISK!

    If this breaks your stuff, sorry. To revert this, just re-upload the original googlefroogle.php from a_berezin.

    Thanks,
    Jonas

  10. #360
    Join Date
    Dec 2006
    Posts
    17
    Plugin Contributions
    0

    Default Re: Froogle Merchant Center merged into GoogleBase

    Thanks j0ney3
    I still have the problem with the ftp part keeps giving me a time out error maybe some setting in my server, I don't know. I have it install in two shoping cart with two diferente froogle account and it is the same error in both.

    Warning: ftp_rawlist(): php_connect_nonb() failed: Connection timed out (110) in /hsphere/local/home/jgarabot/shopdidoo.com/googlefroogle.php on line 418
    Upload Failed
    Connected to: uploads.google.comLogin ok:Current Directory Is: /Warning: ftp_put(): php_connect_nonb() failed: Connection timed out (110)
    Last edited by jgarabot; 2 Feb 2007 at 11:48 AM. Reason: error

 

 
Page 36 of 68 FirstFirst ... 26343536373846 ... 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