Page 173 of 357 FirstFirst ... 73123163171172173174175183223273 ... LastLast
Results 1,721 to 1,730 of 3563
  1. #1721
    Join Date
    Feb 2007
    Location
    Pennsylvania
    Posts
    814
    Plugin Contributions
    0

    Default Re: Google Base Feeder Support Thread

    If you are getting a blank white popup when using this mod you are likely missing your includes/classes file. Not sure how I missed that but I checked and it had not been uploaded. It works now!

  2. #1722
    Join Date
    Jul 2007
    Posts
    75
    Plugin Contributions
    0

    Default Re: Google Base Feeder Support Thread

    Hi

    Just installed the latest version on zen cart v1.3.7. Worked a treat, though a couple of issues once the feed was imported into Google Base mainly:

    All products have been categorised using the product category in zen cart when i need them to be 'Book' - Can I change this somewhere?

    Also, can I manually alter the xml file it creates? I can't seem to find it in the feeds folder!

    Thanks

    Faz

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

    Default Re: Google Base Feeder Support Thread

    Quote Originally Posted by chabbu View Post
    Hi

    Just installed the latest version on zen cart v1.3.7. Worked a treat, though a couple of issues once the feed was imported into Google Base mainly:

    All products have been categorised using the product category in zen cart when i need them to be 'Book' - Can I change this somewhere?

    Also, can I manually alter the xml file it creates? I can't seem to find it in the feeds folder!

    Thanks

    Faz
    If you install Auction Site Attributes, you can define a "Category" for each product.

  4. #1724
    Join Date
    Jan 2008
    Location
    london
    Posts
    55
    Plugin Contributions
    0

    Default Re: Google Base Feeder Support Thread

    Argh!!!!

    I am such a prat.

    Just updated and inserted the update.sql.

    Resubmitted the feed and was getting some of the previous (recent) errors at google's end.

    So my hangover and I decided to insert the googlefroogle.sql.

    Given that this was a pretty daft thing to do it has now buggered up googlebase.

    Ran the uninstall.sql and then the googlefroogle.sql.

    Base still buggered- from what I read the uninstall.sql doesn't remove the previous typos so i will have to manually hack the db.

    I accept that I should have known better but it might be a good idea to to mention in the documentation that if you are upgrading that you should ONLY insert the update.sql and not the googlefroogle.sql.

    Thanks for a great module and your hard work.

    Regards

  5. #1725

    Default Re: Google Base Feeder Support Thread

    Hi, there

    I have installed this add-on on my site. Now, I have 2 questions as below:
    1.I have noticed that the developer's recommendation: Change the length of your product titles in your SQL database from 64 to 75-80. If this is 'configuration_group_title' field of table 'configuration_group' or inside other table?
    2.When click 'view' link within 'NOTE: You may view Google Base FTP content.' inside 'tools->google base feeder' to view my ftp contents under my google base account. It always return an error saying 'Connection failed: uploads.google.com'. But, with the same settings on my local test site, all works ok. I hosted my site on bluehost.

    Any help would be highly appreciated,

  6. #1726
    Join Date
    Jan 2008
    Location
    london
    Posts
    55
    Plugin Contributions
    0

    Default Re: Google Base Feeder Support Thread

    Quote Originally Posted by numinix View Post
    Most likely they weren't associated with a configuration_group_id which was a typo in one of the older versions. You'll have to manually remove the rows from the db using PHPMYADMIN.
    If like me you fecked things up and cannot uninstall then it might be the case that you were using the old version (1.3.3)

    download the file from here

    http://www.zen-cart.com/index.php?ma...roducts_id=473

    and then use the unistall.sql from there.

    After that run the googlefroogle.sql from the new version- worked for me.

  7. #1727

    Default Re: Google Base Feeder Support Thread

    Quote Originally Posted by ShoesBuyOnline View Post
    Hi, there

    I have installed this add-on on my site. Now, I have 2 questions as below:
    1.I have noticed that the developer's recommendation: Change the length of your product titles in your SQL database from 64 to 75-80. If this is 'configuration_group_title' field of table 'configuration_group' or inside other table?
    2.When click 'view' link within 'NOTE: You may view Google Base FTP content.' inside 'tools->google base feeder' to view my ftp contents under my google base account. It always return an error saying 'Connection failed: uploads.google.com'. But, with the same settings on my local test site, all works ok. I hosted my site on bluehost.

    Any help would be highly appreciated,
    Hi,

    For my second question, I have resolved it by asking bluehost to open up the outbound ftp for me. (This service needs a dedicated IP)

    Any suggestion on my first question would be highly appreciated.

    Thanks,

  8. #1728
    Join Date
    Jan 2008
    Location
    london
    Posts
    55
    Plugin Contributions
    0

    Default Re: Google Base Feeder Support Thread

    Hi all

    After finally getting things to work I discovered that I was getting "missing file attributes" and "invalid encoding" messages from google base.

    It seems that google are much more fussy about html in the product descriptions than in the past.

    I noticed that I had forgotten to use my <p> tags a few times- this was upsetting google but doesn't bother zen.

    The easiest way to find the errors is to use firefox to navigate to the xml file (www.yourshop/feed/whatever_products.xml) and then right click and view source- this way you will get to see the line numbers, reference the line numbers with the errors highlighted by google
    Last edited by imaginarynumber; 4 Aug 2009 at 03:45 PM.

  9. #1729
    Join Date
    Apr 2007
    Location
    Vancouver, Canada
    Posts
    1,550
    Plugin Contributions
    70

    Default Re: Google Base Feeder Support Thread

    Quote Originally Posted by imaginarynumber View Post
    Hi all

    After finally getting things to work I discovered that I was getting "missing file attributes" and "invalid encoding" messages from google base.

    It seems that google are much more fussy about html in the product descriptions than in the past.

    I noticed that I had forgotten to use my <p> tags a few times- this was upsetting google but doesn't bother zen.

    The easiest way to find the errors is to use firefox to navigate to the xml file (www.yourshop/feed/whatever_products.xml) and then right click and view source- this way you will get to see the line numbers, reference the line numbers with the errors highlighted by google
    If this is the case, everyone should be having their data entry employees check the XHTML validation of a product's web page after posting that product.

  10. #1730
    Join Date
    Apr 2007
    Location
    Vancouver, Canada
    Posts
    1,550
    Plugin Contributions
    70

    Default Re: Google Base Feeder Support Thread

    Quote Originally Posted by ShoesBuyOnline View Post
    Hi, there

    I have installed this add-on on my site. Now, I have 2 questions as below:
    1.I have noticed that the developer's recommendation: Change the length of your product titles in your SQL database from 64 to 75-80. If this is 'configuration_group_title' field of table 'configuration_group' or inside other table?
    2.When click 'view' link within 'NOTE: You may view Google Base FTP content.' inside 'tools->google base feeder' to view my ftp contents under my google base account. It always return an error saying 'Connection failed: uploads.google.com'. But, with the same settings on my local test site, all works ok. I hosted my site on bluehost.

    Any help would be highly appreciated,
    This would be the products name which is either located in the products table or the products_description table.

 

 

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