Page 39 of 57 FirstFirst ... 29373839404149 ... LastLast
Results 381 to 390 of 567
  1. #381
    Join Date
    Feb 2007
    Posts
    1,704
    Plugin Contributions
    0

    Default Re: The NEW Google Merchant Thread - Version 1.12.0

    also failing because all my items are free shipping. says 0 is incorrect for shipping

  2. #382
    Join Date
    Feb 2009
    Posts
    30
    Plugin Contributions
    0

    Default Re: The NEW Google Merchant Thread - Version 1.12.0

    Does anyone know why when running the feed creation I'm getting this message for all products?

    Processing: Feed - Yes, Upload - No

    id: 570, price: 0, description length: 127 - skipped: price below zero, description length less than 15 chars, or title less than 3 chars - failed

    id: 571, price: 0, description length: 122 - skipped: price below zero, description length less than 15 chars, or title less than 3 chars - failed

    id: 572, price: 0, description length: 124 - skipped: price below zero, description length less than 15 chars, or title less than 3 chars - failed

    id: 573, price: 0, description length: 264 - skipped: price below zero, description length less than 15 chars, or title less than 3 chars - failed

    Help very much appreciated.

  3. #383
    Join Date
    Feb 2007
    Posts
    1,704
    Plugin Contributions
    0

    Default Re: The NEW Google Merchant Thread - Version 1.12.0

    maybe because the item is price below zero,
    or the title less than 3 chars

    ??

  4. #384
    Join Date
    Feb 2009
    Posts
    30
    Plugin Contributions
    0

    Default Re: The NEW Google Merchant Thread - Version 1.12.0

    Quote Originally Posted by kitcorsa View Post
    maybe because the item is price below zero,
    or the title less than 3 chars

    ??
    Ok, I left the post open to that one

    Additional information I should have put in the post. I'm using Zen Cart 1.5 and have just re-implemented the add on. The error message is for all products and NO the prices aren't below zero or titles less than 3 chars.

    Hope someone can help with this as it’s a great contribution and I'd love to get it working properly.

  5. #385
    Join Date
    May 2008
    Posts
    402
    Plugin Contributions
    0

    Default Re: The NEW Google Merchant Thread - Version 1.12.0

    When going to the feed URL it appears that the feed is in order from the oldest products to the newest. Is there a way to sort it from the newest to oldest?

  6. #386
    Join Date
    Dec 2009
    Location
    Amersfoort, The Netherlands
    Posts
    2,845
    Plugin Contributions
    25

    Default Re: The NEW Google Merchant Thread - Version 1.12.0

    Quote Originally Posted by rortega01 View Post
    I have yet to get mine to work since I have converted to the new 1.13. I have created a brand new store and I am on ZC 1.5. I am also using the latest CREON URI mod. It works fine if I limit to 100 or 200 products, but fails with anything higher. I have disabled the memory and time limits and still can't get it to work. Unfortunately, since Google has modified their structure, I can't go back to the old feed. The old feed worked perfectly with over 5,000 products.
    I had the same problem after upgradin to 1.13. After some troubleshooting, if removed line 376

    Code:
            $additional_images = $this->additional_images($products->fields['products_image']);
    from the file catalog\includes\classes\google_base.php , and all is working fine again
    this line was added in version 1.13

  7. #387
    Join Date
    Jun 2010
    Posts
    145
    Plugin Contributions
    0

    Default Re: The NEW Google Merchant Thread - Version 1.12.0

    Quote Originally Posted by Design75 View Post
    I had the same problem after upgradin to 1.13. After some troubleshooting, if removed line 376

    Code:
            $additional_images = $this->additional_images($products->fields['products_image']);
    from the file catalog\includes\classes\google_base.php , and all is working fine again
    this line was added in version 1.13
    I don't know or care why this worked, but it worked!!!!!!!!!! Thank you!!!! :)

  8. #388
    Join Date
    Jun 2011
    Posts
    38
    Plugin Contributions
    0

    Default Re: The NEW Google Merchant Thread - Version 1.12.0

    Quote Originally Posted by PinkLeopard View Post
    This is the NEW thread for the latest version of Numinix Google Merchant Version: 1.12.0


    1. If you have any prior version of GM installed you must un-install by using the sql un-install located in the file.
    2. Install the NEW sql patch.
    3. Upload all NEW files.
    4. Make sure the feed/goolge file is chmod at 755 or 777


    Google Requirements:


    1. Basic Product Information

    A .id [id]- An identifier of the item
    B. title [title] - Title of the item
    C. description [description] - Description of the item
    D. google product category [google_product_category] - Google's category of the item
    E. product type [product_type] - Your category of the item
    F. link [link] - URL directly linking to your item's page on your website
    G. image link [image_link] - URL of an image of the item
    H. additional image link [additional_image_link] - Additional URLs of images of the item
    I. condition [condition] - Condition or state of the item

    All of these conditions should be automatic if everything is set-up correctly with your Zen-Cart.


    Troubleshooting:

    D. google product category [google_product_category] - Google's category of the item

    This is a must. You have to follow Google's cateogry tree. I had to change all of my categories to match theirs.
    How I did it (and it took me a full day to do it) is I made the required categories for my products and moved my items to the right categories. If anyone knows a better way, then please post it.

    Here's their category tree:

    catergory tree here

    Example: If I sell shoes, then my categories would be the following:

    Shoes - Main category


    Sub categories:

    Athletics Shoes

    Boots

    Flats

    High Heel Shoes

    Loafers & Moccasins

    Outdoor Shoes

    Sandals

    Slippers

    Trainers


    2. Availability & Price

    A. availability [availability] - Availability status of the item

    1. Your Zen-Cart must have "show quantity stock set to 1.
    2. Your GM config must have Show Quantity (true) & Default Quantity (1)

    B. price [price] - Price of the item
    C. sale price [sale_price] - Advertised sale price of the item
    D. sale price effective date [sale_price_effective_date] - Date range during which the item is on sale

    3. Unique Product Identifiers

    A. brand [brand] - Brand of the item
    B. gtin [gtin] - Global Trade Item Number (GTIN) of the item
    C. mpn [mpn] - Manufacturer Part Number (MPN) of the item


    These are the most common problems. Please read first before posting.

    For more information Product Feed Specification

    click here
    Is this the current google merchant update?

  9. #389
    Join Date
    Dec 2009
    Location
    Amersfoort, The Netherlands
    Posts
    2,845
    Plugin Contributions
    25

    Default Re: The NEW Google Merchant Thread - Version 1.12.0

    Quote Originally Posted by gpsupps10 View Post
    Is this the current google merchant update?
    The latest version can be found here google merchant center feeder

  10. #390
    Join Date
    May 2007
    Location
    SW Florida
    Posts
    1,051
    Plugin Contributions
    2

    Default Re: The NEW Google Merchant Thread - Version 1.12.0

    Quote Originally Posted by askaquestion View Post
    Does anyone know why when running the feed creation I'm getting this message for all products?

    Processing: Feed - Yes, Upload - No

    id: 570, price: 0, description length: 127 - skipped: price below zero, description length less than 15 chars, or title less than 3 chars - failed

    id: 571, price: 0, description length: 122 - skipped: price below zero, description length less than 15 chars, or title less than 3 chars - failed

    id: 572, price: 0, description length: 124 - skipped: price below zero, description length less than 15 chars, or title less than 3 chars - failed

    id: 573, price: 0, description length: 264 - skipped: price below zero, description length less than 15 chars, or title less than 3 chars - failed

    Help very much appreciated.
    Line 2 in the configuration

    Code:
    Debug true
    Newest Site: ChargerPros - Stuff4Toys

 

 
Page 39 of 57 FirstFirst ... 29373839404149 ... LastLast

Similar Threads

  1. v139h Adding GTIN values to Numinix Google Merchant Feeder
    By longstockings in forum All Other Contributions/Addons
    Replies: 2
    Last Post: 22 Nov 2016, 08:01 PM
  2. v155 Numinix Product Fields / Google Merchant feed error
    By CandleMan in forum All Other Contributions/Addons
    Replies: 9
    Last Post: 22 Nov 2016, 07:10 PM
  3. v154 Numinix Module Version Plugin
    By DarkAngel in forum General Questions
    Replies: 2
    Last Post: 16 Jul 2015, 01:00 AM
  4. v150 Need someone to volunteer to install Numinix Merchant feed. Google base feeder.
    By coucho in forum All Other Contributions/Addons
    Replies: 0
    Last Post: 29 Jun 2012, 04:18 AM
  5. Google Chrome Reporting Old Version on Product Page
    By drkramer in forum General Questions
    Replies: 3
    Last Post: 4 Sep 2008, 06:44 PM

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