Page 280 of 357 FirstFirst ... 180230270278279280281282290330 ... LastLast
Results 2,791 to 2,800 of 3563
  1. #2791
    Join Date
    May 2006
    Location
    Gardiner, Maine
    Posts
    2,360
    Plugin Contributions
    23

    Default Re: Google Base Feeder Support Thread

    One more thing about this version. He did change the documentation and the javascript doesn't seem to be working in Firefox so you can't see the full page text.

    I just installed this newest version on one of my sites that had the older version on it. I had been fighting getting the products to exports - hundreds weren't. Now all but 2 are and google accepted all but 2 online. I have no clue what the difference is but the last version wouldn't accept & and wouldn't export any product with that. Many of these products are coffee creamers and had half & half in them. So they are all exporting now.
    The full-time Zen Cart Guru. WizTech4ZC.com
    New template for 2.0 viewable here: 2.0 Demo

  2. #2792
    Join Date
    Jun 2008
    Posts
    30
    Plugin Contributions
    0

    Default Re: Google Base Feeder and New Google Unique Product Identifiers Requirement

    Quote Originally Posted by Boatersplanet View Post
    I believe this is the reason why my feeds are incomplete..

    Is there a way to allocate other product fields such as UPC etc. to fulfill these requirements? I have thousands of products that have a model# and UPC, but no description. How could I allocate the product title to the description ONLY for products with no description???

    Example HERE
    Yes, you can use this sql statement:

    UPDATE zen_products_description
    SET zen_products_description.products_description = concat(zen_products_description.products_name,' ',zen_products_description.products_description)

    Unfortunately, this will also add the product title and a space before the product description of products that already have a description. I couldn't figure out an sql statement that would ONLY add the product title to products with an empty description leaving all other descriptions intact, so I figured this would be a decent compromise. It will add the product title (and an invisible space at the end) to product descriptions that are empty, and will add the product title and a space before any existing product descriptions. The space is purely for cosmetic reasons, otherwise, it would run the two together in fields that already have a description.

    MAKE SURE YOU BACK UP YOUR SQL DATABASE AND DOWNLOAD IT BEFORE YOU RUN THIS STATEMENT!

  3. #2793
    Join Date
    Aug 2010
    Location
    Washington, DC
    Posts
    66
    Plugin Contributions
    0

    Default Re: Google Base Feeder and New Google Unique Product Identifiers Requirement

    Quote Originally Posted by sigung View Post
    Yes, you can use this sql statement:

    UPDATE zen_products_description
    SET zen_products_description.products_description = concat(zen_products_description.products_name,' ',zen_products_description.products_description)

    Unfortunately, this will also add the product title and a space before the product description of products that already have a description. I couldn't figure out an sql statement that would ONLY add the product title to products with an empty description leaving all other descriptions intact, so I figured this would be a decent compromise. It will add the product title (and an invisible space at the end) to product descriptions that are empty, and will add the product title and a space before any existing product descriptions. The space is purely for cosmetic reasons, otherwise, it would run the two together in fields that already have a description.

    MAKE SURE YOU BACK UP YOUR SQL DATABASE AND DOWNLOAD IT BEFORE YOU RUN THIS STATEMENT!
    Sigung- I appreciate your help. However, i receive this error when trying to run that syntax...

    Code:
    #1146 - Table 'boater6_test.zen_products_description' doesn't exist

  4. #2794
    Join Date
    May 2006
    Location
    Gardiner, Maine
    Posts
    2,360
    Plugin Contributions
    23

    Default Re: Google Base Feeder Support Thread

    do you have a prefix on your tables? If not remove zen_ from the three spots where it exists or replace with your prefix
    The full-time Zen Cart Guru. WizTech4ZC.com
    New template for 2.0 viewable here: 2.0 Demo

  5. #2795
    Join Date
    Jun 2008
    Posts
    30
    Plugin Contributions
    0

    Default Re: Google Base Feeder and New Google Unique Product Identifiers Requirement

    Quote Originally Posted by Boatersplanet View Post
    Sigung- I appreciate your help. However, i receive this error when trying to run that syntax...

    Code:
    #1146 - Table 'boater6_test.zen_products_description' doesn't exist
    I can't be sure, because I have not looked at your sql database, but I think it's unlikely that you have a table named:

    boater6_test.zen_products_description

    You will have to substitute your actual table names, so go into your phpmyadmin, look at your database names, and substitute your database names in place of the examples I gave you.

  6. #2796
    Join Date
    Jul 2007
    Posts
    2,169
    Plugin Contributions
    16

    Default Re: Google Base Feeder Support Thread

    Quote Originally Posted by delia View Post
    do you have a prefix on your tables? If not remove zen_ from the three spots where it exists or replace with your prefix
    delia told you right. If you are not using a prefix then remove the zen_ from the sql statement.
    Is your site Upgraded to the current version 1.5.4 Yet?
    zencart-upgrades-website-installation

  7. #2797
    Join Date
    Dec 2004
    Posts
    1,031
    Plugin Contributions
    0

    Default Re: Google Base Feeder Support Thread

    Newest version just does not work for me. Re installed 1.9.1 and started fixing some product description that the feeder skipped. Not sure what it is in my descriptions that it did not like but all I had to do is edit the product with Fckeditor and re saved. Then it worked. Seems to clean up some stuff when saving again. On other products there were spell errors and after fixing the feed worked on these as well. So debug helped identifying the skipped items and fixing them. I guess no need for upgrading until we hear from Numinix.
    Live and learn... the Zen way.

  8. #2798
    vanian777 Guest

    red flag Pls give me a help!The feed can not be completed

    [FONT="Times New Roman"]The following tips:
    Google Merchant Center Feeder v1.9.1 started 2011/06/18 05:40:44
    Feed file - /home1/ambercra/public_html/oilpainting777/feed/googleabstract_oil_paintings_products_1000_1.xml
    Processing: Feed - Yes, Upload - No

    Google Merchant Center File Complete In 0.877804 Seconds 18 of 18 Records


    i have 2000+ productions ,but not the addon just export 18[/FONT].

  9. #2799
    Join Date
    Oct 2009
    Location
    New York, USA
    Posts
    70
    Plugin Contributions
    0

    Default Re: Google Base Feeder Support Thread

    Quote Originally Posted by mydanilo View Post
    Newest version just does not work for me. Re installed 1.9.1 and started fixing some product description that the feeder skipped. Not sure what it is in my descriptions that it did not like but all I had to do is edit the product with Fckeditor and re saved. Then it worked. Seems to clean up some stuff when saving again. On other products there were spell errors and after fixing the feed worked on these as well. So debug helped identifying the skipped items and fixing them. I guess no need for upgrading until we hear from Numinix.
    Yep, getting similar errors in the descriptions; and then have to go back and edit, it's somewhat of a pain.

    I initially thought it was because of tables I have set up within the description(s), but that is not the case.

  10. #2800
    Join Date
    Dec 2004
    Posts
    1,031
    Plugin Contributions
    0

    Default Re: Pls give me a help!The feed can not be completed

    Quote Originally Posted by vanian777 View Post
    [FONT="Times New Roman"]The following tips:
    Google Merchant Center Feeder v1.9.1 started 2011/06/18 05:40:44
    Feed file - /home1/ambercra/public_html/oilpainting777/feed/googleabstract_oil_paintings_products_1000_1.xml
    Processing: Feed - Yes, Upload - No

    Google Merchant Center File Complete In 0.877804 Seconds 18 of 18 Records


    i have 2000+ productions ,but not the addon just export 18[/FONT].
    Turn on debug and look at the messages... Any indication what happens to the other products? I assume they are all PRODUCTS?
    Live and learn... the Zen way.

 

 

Similar Threads

  1. v150 Google Merchant Center Feeder for ZC v1.5.x [Support Thread]
    By DivaVocals in forum Addon Admin Tools
    Replies: 504
    Last Post: 19 Nov 2024, 03:50 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