www.question-defense.com | Engage: Visit :: Login :: Register
Translate to English Übersetzen Sie zum Deutsch/German Переведите к русскому/Russian Μεταφράστε στα ελληνικά/Greek Vertaal aan het Nederlands/Dutch ترجمة الى العربية/Arabic 中文翻译/Chinese Traditional 中文翻译/Chinese Simplified 한국어에게 번역하십시오/Korean 日本語に翻訳しなさい /Japanese Traduza ao Português/Portuguese Traduca ad Italiano/Italian Traduisez au Français/French Traduzca al Español/Spanish
0

Recently I had to accept new Terms & Conditions for my Google Froogle Base Feeder account. A major change included in this update was the fact that products being uploaded to Froogle must now include the product condition. Previously condition was not a requirement for products added via your Google Base Feeder account so some of my clients had questions on if the automatic Froogle addon for ZenCart would still function properly. Below I list information regarding condition as explained by Google and code showing that the Froogle ZenCart addon still functions properly.

Google Froogle Condition Field:

There are three types of conditions that items can be tagged which are explained below. These explanations are directly from this link at Google.

  • New: The product is brand new and in perfect condition. It has never been opened, used, or worn. If the product normally comes packaged, it is in its original packaging with all original packaging materials and does not contain any blemishes.
  • Used: The product has been used, worn, or opened. This includes sealed items with blemishes, open box items, or unsealed collectible items for resale.
  • Refurbished:The product has been refurbished, remanufactured, or recertified by the manufacturer or a professional third-party remanufacturer to meet original manufacturer specifications, and includes a warranty.

ZenCart Google Base (Froogle) Feeder Addon:

So I wanted to make sure this still worked properly with the new Terms & Conditions so I verified using the below two pieces of information.

  • Checking Froogle Interface: I verified in the Froogle interface that my items each have the condition set as “New”. All of my items are brand new so this appears to be correct.
  • Froogle Addon Code:I searched the googlefroogle.php file for condition using the grep command from the CLI and located the code below.
    Command Used:

    more frooglegoogle.php | grep -i CONDITION
    

    Code Located:

    $additional_attributes .= ", p.products_upc, p.products_isbn, p.products_condition, p.products_category";
    if (GOOGLE_BASE_ASA == 'true' && $products->fields['products_condition'] != '') {
    $content["condition"] = '' . $products->fields['products_condition'] . '';
    $content["condition"] = '' . GOOGLE_FROOGLE_CONDITION . '';
    

So all appears to be well with the ZenCart Google Froogle addon. If anyone notices issues with this addon please post a note here so others can be aware of issues and hopefully as a community we can help resolve your issues.


Getting Productive With Google Apps

James Beswick. 415 Systems, Inc. 2009, Paperback, 196 pages, $19.95

4.5

DeliciousStumbleUponDiggTwitterMixxTechnoratiFacebookNews VineLinkedInYahoo! Bookmarks
Related posts:
  1. Add a WYSIWYG Editor to ZenCart Product Descriptions Adding a WYSIWYG editor interface to the ZenCart admin product...
  2. ZenCart Error: 1054 Unknown column ‘c.parent_id’ in ‘on clause’ The error in the title causes all pages on a...
  3. How To Install Google Analytics JavaScript For KBPublisher Knowledge Base Software I recently installed Google Analytics JavaScript on a clients KBPublisher...
  4. How to Delete Specific Items From Your Google Search History If you have enabled the Google Search History feature then...
  5. How To Easily Install ZenCart Design Templates Installing ZenCart design templates is easy. I ended up installing...

Tags: , , , , , , , ,
Leave a Reply