Page 347 of 357 FirstFirst ... 247297337345346347348349 ... LastLast
Results 3,461 to 3,470 of 3563
  1. #3461
    Join Date
    Sep 2011
    Posts
    52
    Plugin Contributions
    0

    Default Re: Google Base Feeder Support Thread

    getting my hair off now......

    Is it right that only 9 statments have installed.

    I only get half the options in config, and no update/save button to save changes made

  2. #3462
    Join Date
    May 2005
    Posts
    535
    Plugin Contributions
    0

    Default Re: Google Base Feeder Support Thread

    sash,


    The xml file will look the same apart from additional lines if the product has that information available in the database: The extra fields I get are <g:size> <g:color> and <g:item_group_id> see below :

    The rest are pretty much the same: extra ones might include <g:brand><g:mpn> or <g:isbn> depending on which of those fields you use for the product (if using Numinix extra fields)


    <g:item_group_id>008</g:item_group_id>
    <g:id>008-03</g:id>
    <g:size><![CDATA[0-3 months]]></g:size>

    hope that helps.

  3. #3463
    Join Date
    May 2005
    Posts
    535
    Plugin Contributions
    0

    Default Re: Google Base Feeder Support Thread

    mattee77

    I had this issue and discovered when looking at the database phpmyadmin that there was an error with the install of the Mysql patch and the configuration group id had not been applied - they were 0 rather than 1017 for example.

    Also if you get an error due to a duplicate key then you will find that half the fields might not install (at least that what appears to have happened when I tried first time)

    To resolve you can either manually enter the config group id (if that is the issue) or uninstall the old one and reinstall the new one from scratch. - you will have to reconfigure through admin but it is not that long a process.

    Hope that helps, as without seeing exactly what you did I might have missed something.

  4. #3464
    Join Date
    May 2005
    Posts
    535
    Plugin Contributions
    0

    Default Re: Google Base Feeder Support Thread

    Quote Originally Posted by gbdriver View Post
    OK, I have searched through this thread for a solution to my problem but I can't find one

    I'm trying to set product type to "bottom", but when I do this the tag isn't generated in the feed. If I set it to "top" or "full" it works as it should, but not for bottom.

    If anyone can help with this, I'd very much appreciate it. Thanks, Rob.
    Rob,
    "
    Can't answer your problem specifically but if you read the google specification they suggest that "full" would be the better route to take.

  5. #3465
    Join Date
    Jul 2010
    Posts
    99
    Plugin Contributions
    0

    Default Re: Google Base Feeder Support Thread

    Quote Originally Posted by MikeyG View Post
    sash,


    The xml file will look the same apart from additional lines if the product has that information available in the database: The extra fields I get are <g:size> <g:color> and <g:item_group_id> see below :

    The rest are pretty much the same: extra ones might include <g:brand><g:mpn> or <g:isbn> depending on which of those fields you use for the product (if using Numinix extra fields)


    <g:item_group_id>008</g:item_group_id>
    <g:id>008-03</g:id>
    <g:size><![CDATA[0-3 months]]></g:size>

    hope that helps.

    AAhh, my feed is just showing the same as before, doesnt contain new bits,, the only attribute i need in it is (size)..

    should the attribute setting be in configuration

  6. #3466
    Join Date
    May 2005
    Posts
    535
    Plugin Contributions
    0

    Default Re: Google Base Feeder Support Thread

    Sash

    I cannot see any attribute configuration as far as I can make out from the code it checks if the product has attributes and then checks the TABLE_PRODUCTS_WITH_ATTRIBUTES_STOCK for the quantity. (would suggest you need the stock by attributes module installed for this) So this part of it should be automatically produced if the product has attributes - not all of mine do for example and it produces the xml file accordingly.

    One suggestion - have you uploaded the new googlefroogle.php right at the route of the site - this is the file which determines the xml output. if you have not replaced that one with the new version then you will not get the attributes being output.

  7. #3467
    Join Date
    Sep 2011
    Posts
    52
    Plugin Contributions
    0

    Default Re: Google Base Feeder Support Thread

    Quote Originally Posted by MikeyG View Post
    mattee77

    I had this issue and discovered when looking at the database phpmyadmin that there was an error with the install of the Mysql patch and the configuration group id had not been applied - they were 0 rather than 1017 for example.

    Also if you get an error due to a duplicate key then you will find that half the fields might not install (at least that what appears to have happened when I tried first time)

    To resolve you can either manually enter the config group id (if that is the issue) or uninstall the old one and reinstall the new one from scratch. - you will have to reconfigure through admin but it is not that long a process.

    Hope that helps, as without seeing exactly what you did I might have missed something.
    Mikey, thanks for the response

    I have tried unistall.sql and install and still only 9 statements install.
    I have no idea how to manually enter the config group. any guidance is appeciated

  8. #3468
    Join Date
    Jul 2010
    Posts
    99
    Plugin Contributions
    0

    Default Re: Google Base Feeder Support Thread

    Quote Originally Posted by MikeyG View Post
    Sash

    I cannot see any attribute configuration as far as I can make out from the code it checks if the product has attributes and then checks the TABLE_PRODUCTS_WITH_ATTRIBUTES_STOCK for the quantity. (would suggest you need the stock by attributes module installed for this) So this part of it should be automatically produced if the product has attributes - not all of mine do for example and it produces the xml file accordingly.

    One suggestion - have you uploaded the new googlefroogle.php right at the route of the site - this is the file which determines the xml output. if you have not replaced that one with the new version then you will not get the attributes being output.
    Must be something ive missed or not clicked ,, the stock to attributes seems fine, and yea just tried it and the feed takes that info automatically as i changed the quantity in a few of them,, and saw they changed in the feed,,
    Just dont see the attribute <size> in the feed// cheers

  9. #3469
    Join Date
    May 2005
    Posts
    535
    Plugin Contributions
    0

    Default Re: Google Base Feeder Support Thread

    I am assuming that you are running the install from the admin area of the site? and no errors are reported?

    If you have phpmyadmin available you can use that to look at the tables in the database and just see what has gone into the configuration tables - there are two that need to be looked at. You can use the features of phpmyadmin to then do a search for the configuration keys in the configuration table and see if they have all been inserted. if you look at the install.sql file these keys tend to be in capitals.

  10. #3470
    Join Date
    Sep 2011
    Posts
    52
    Plugin Contributions
    0

    Default Re: Google Base Feeder Support Thread

    Quote Originally Posted by MikeyG View Post
    I am assuming that you are running the install from the admin area of the site? and no errors are reported?

    If you have phpmyadmin available you can use that to look at the tables in the database and just see what has gone into the configuration tables - there are two that need to be looked at. You can use the features of phpmyadmin to then do a search for the configuration keys in the configuration table and see if they have all been inserted. if you look at the install.sql file these keys tend to be in capitals.
    i installed via installsql patches under tools I have no phpmyadmin available

 

 

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