Page 60 of 68 FirstFirst ... 10505859606162 ... LastLast
Results 591 to 600 of 672
  1. #591
    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 alray10 View Post
    That worked great Thanks.
    Anyone else that did uses it remember to change
    $output["label"] = "label";
    To
    // $output["label"] = "label";
    To get rid of the label in the feed.

    One more thing is there a way that I can get it so it only shows the top categores in the field i.e "Fragrance" and not "Fragrance, Men's Fragrance" or "Fragrance, Women's Fragrance"

    If this could be done it would mean Froogle feeder is working again for me and I hope this helps others to.
    I removed the Sub- categores manually and googlebase excepted it no problem.
    Like I said, you don't need to rename your sub-categories because it only uses the main category... or at least that's what it did for mine...

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

    Default Re: Froogle Merchant Center merged into GoogleBase

    Quote Originally Posted by numinix View Post
    Like I said, you don't need to rename your sub-categories because it only uses the main category... or at least that's what it did for mine...
    Strange for me it is using Sub-Categories I don't supose you could et#ver put on here or email me a copy of your complete googlefroogle.php so I can try it on mine I know there has been lots of changes to this mod so may be its not the same.
    I have been going through mine all day trying to find a way but with no luck.
    Mind you I am no coder so its just try it and hope and it takes forever.

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

    Default Re: Froogle Merchant Center merged into GoogleBase

    Nevermind, you are right. Let's see if they still deny the feed...

  4. #594
    Join Date
    Jan 2007
    Posts
    92
    Plugin Contributions
    2

    Default Re: Froogle Merchant Center merged into GoogleBase

    It denyed mine if I left the sub-cats in but once I deleted them it was OK Just need to find away to do it on auto

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

    Default Re: Froogle Merchant Center merged into GoogleBase

    I have submitted an updated Froogle contrib with the label header removed and product_types removed.

    Also slighty tidyied up the code. I will get round to doing some more testing and see if Google accepts own product types

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

    Default Re: Froogle Merchant Center merged into GoogleBase

    NamSingh, it denies the feed if you leave out product_type completely... Have to make label = product_type and then tweak it from there.

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

    Default Re: Froogle Merchant Center merged into GoogleBase

    Quote Originally Posted by NamSingh View Post
    I have submitted an updated Froogle contrib with the label header removed and product_types removed.

    Also slighty tidyied up the code. I will get round to doing some more testing and see if Google accepts own product types
    @Nam

    So you have tested thoroughly on your own and found that removing "label" and "product_types" fixed things for sure?

    I see your only change was to googlefroogle.php

    So you did not update the SQL patch to remove product_type from the admin UI? That would require updates to googlefroogle.sql, and creation of update_from_133.sql. So how are people suppose to upgrade without updated SQL? And shopowners installing for the first time will be given a useless entry in the admin UI.

    If you are going to patch the code then please also update the SQL.

    Or at least explain to people the ramifications of installing your updated version.

    Also I could have easily missed your low key update announcement in this thread.

    "Tidied up the code" and "cleaned up some documentation" is a bit vague and ambiguous.

    Changing code unnecessarily makes it difficult to compare one version to the next to migrate custom code changes (via a compare/merge tool). Best to leave the code alone except where you are making functional improvements.

    When announcing a new mod or mod update please post the name of the mod, the new version, where available in the downloads area (URL), a changelog, and the version of Zen Cart it is known to be compatible (tested) with. Something similar to how most other mod "developers" announce their mod updates.

    Finally, I don't understand, why you did not have others TEST the updated contrib BEFORE submitting? That is suppose to be how it works. Then people don't get stuck downloading, installing and troubleshooting a module update that is problematic. Argh.

    Thanks,
    Woody

  8. #598
    Join Date
    Jan 2007
    Posts
    92
    Plugin Contributions
    2

    Default Re: Froogle Merchant Center merged into GoogleBase

    Woody
    I think with Googlebase getting more picky about what it excepts, the only real way round this. (because zencart does not hold the info google base wants at the moment).
    Would be to put a new field in Admin on the new product page named product type and a drop down list made up of what googlebase excepts http://www.google.com/base/product_types.html this data could then be stored and brought up by the googlebase/froogle mod.
    I know this is probably hell of a job but at the moment the info googlebase wants is just not in Zencart and I am sure most of you like me get 90% of traffic from googlebase.

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

    Default Re: Froogle Merchant Center merged into GoogleBase

    @ Woody

    This is the first time I've made any updates/changes or got involved so have not been clear of the procedure. I think I will get the update removed as it is different for each country by the sounds of it.

    I didn't remove priduct_type as it is still supported by Google, just not accepted with the data from zen cart. I was hoping to get it working quite soon after more testing.

  10. #600
    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 alray10 View Post
    Woody
    I think with Googlebase getting more picky about what it excepts, the only real way round this. (because zencart does not hold the info google base wants at the moment).
    Would be to put a new field in Admin on the new product page named product type and a drop down list made up of what googlebase excepts http://www.google.com/base/product_types.html this data could then be stored and brought up by the googlebase/froogle mod.
    I know this is probably hell of a job but at the moment the info googlebase wants is just not in Zencart and I am sure most of you like me get 90% of traffic from googlebase.
    I second this, and it wouldn't be that big of a job since you could basically cut and paste the google product types and put them into the product form. A drop down menu would be way too big. Even a blank input space that saves to the SQL database as product_type would be ideal and wouldn't take long to implement at all...

 

 
Page 60 of 68 FirstFirst ... 10505859606162 ... 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