Page 112 of 357 FirstFirst ... 1262102110111112113114122162212 ... LastLast
Results 1,111 to 1,120 of 3563
  1. #1111
    Join Date
    Apr 2007
    Location
    Vancouver, Canada
    Posts
    1,555
    Plugin Contributions
    70

    Default Re: Google Base Feeder Support Thread

    mydanilo, you've made the error that was highlighted multiple times in the new documentation as well as the official forum.

    NOTICE

    The parameters passed to googlefroogle.php have changed, please update your cron commands accordingly.

  2. #1112
    Join Date
    Dec 2004
    Posts
    1,031
    Plugin Contributions
    0

    Default Re: Google Base Feeder Support Thread

    Ok Ok, yes I found it a few posts back. BUT noting is mentioned in the doc link you had with the mod.
    http://www.numinix.com/index.php?mai..._documentation

    ...would have helped and reduced questions here in the forum.

    Part of the info in this forum, your forum, the doc link... oh well should not complain. Sometimes just hard to find to find the trees in the forest I guess.

    Thank you for the mod!!
    Live and learn... the Zen way.

  3. #1113
    Join Date
    Dec 2004
    Posts
    1,031
    Plugin Contributions
    0

    Default Re: Google Base Feeder Support Thread

    I feel I have to apologize. I looked in my admin and the google base feeder page clearly has the new cron job examples listed. Oh well, I guess it just looked so the same to me.

    So anyway, I will post the result tomorrow. Hopefully it will work now.

    For everybody blind like me, this is how cron should be set now for v1.7:

    To have this update and automatically upload product feed to Google Base, you will need to set up a Cron job via your host's control panel.
    To run it as a cron job (i.e. at 5:00 am), put something in your crontab like the following:

    0 5 * * * GET http://www.yourdomain.com/googlefroo...?feed=fy_uy_tp (other types: td for documents, tn for news)
    or
    0 5 * * * wget http://www.yourdomain.com/googlefroo...?feed=fy_uy_tp
    Live and learn... the Zen way.

  4. #1114
    Join Date
    Dec 2004
    Posts
    1,031
    Plugin Contributions
    0

    Default Re: Google Base Feeder Support Thread

    1.7 with the suggested wget command works fine now. Thank you.
    Live and learn... the Zen way.

  5. #1115
    Join Date
    Mar 2008
    Posts
    18
    Plugin Contributions
    0

    Default Re: Google Base Feeder Support Thread

    i was just setting up Google Base Feeder with all updates. works fine and Google approved it too :)

    anyone tried to use the feeder with a shop running English/German language?

    I figured out a way to create a feed in english and german by changing the settings in

    admin - Configuration - Google Base Feeder Configuration :

    Show Default Currency false
    Default Currency USD / EUR
    Feed Language English / German
    Output File Name English_products / German_products

    advantage:

    i got files to submit in United States and Germany

    disadvantage:

    can't use the cron job function as i always have to change the settings before

    feed in German language doesn't support German letters

    Any help would be very appreciated :)

    Thanks

  6. #1116
    Join Date
    Apr 2007
    Location
    Vancouver, Canada
    Posts
    1,555
    Plugin Contributions
    70

    Default Re: Google Base Feeder Support Thread

    You could modify the script to accept a language parameter and use that if it exists, otherwise use the default.

  7. #1117
    Join Date
    Feb 2006
    Location
    colorado
    Posts
    74
    Plugin Contributions
    0

    Default Re: Google Base Feeder Support Thread

    I just installed 1.7 on Zen 1.3.8a. Origonally I tried upgrading from 1.6.7 but had a few issues so I decided to remove 1.6.7 and install fresh. After running the uninstall.sql for 1.6.7 , overwriting all the files with new 1.7 files and setting up my Google Base account info again I get an error when trying to generate a product feed.
    Basically the last line in the pop up windows states....

    Processing: Feed - No, Upload - No

    I have uploaded the new files 3 times now, and have tried rerunning the .sql script as many and Im stumped.
    One other thing I am noticing is that the first line of the feed generation pop up windows is this:
    Google Base Feeder v.1.6.16 07.03.2008 23:40:59 started 2008/10/06 00:55:40
    Shouldnt that say v.1.7 ??

    I have this on a local test server in my office as well and the feed generation works but the upload does not. Same info though on the line above-- Google Base Feeder v.1.6.16

    Any suggestion in what may be causing this? Im not as concerned about versioning info as long as the feed generation works.

    TIA

  8. #1118
    Join Date
    Jul 2007
    Posts
    2,169
    Plugin Contributions
    16

    Default Re: Google Base Feeder Support Thread

    I just installed 1.7 on Zen 1.3.8a. Origonally I tried upgrading from 1.6.7 but had a few issues so I decided to remove 1.6.7 and install fresh. After running the uninstall.sql for 1.6.7 , overwriting all the files with new 1.7 files and setting up my Google Base account info again I get an error when trying to generate a product feed.
    Basically the last line in the pop up windows states....

    Processing: Feed - No, Upload - No

    I have uploaded the new files 3 times now, and have tried rerunning the .sql script as many and Im stumped.
    One other thing I am noticing is that the first line of the feed generation pop up windows is this:
    Google Base Feeder v.1.6.16 07.03.2008 23:40:59 started 2008/10/06 00:55:40
    Shouldnt that say v.1.7 ??

    I have this on a local test server in my office as well and the feed generation works but the upload does not. Same info though on the line above-- Google Base Feeder v.1.6.16

    Any suggestion in what may be causing this? Im not as concerned about versioning info as long as the feed generation works.

    TIA
    This may help you.
    1. BACK UP YOUR DATABASE
    2. Go into PHPMYADMIN browse the 'configuration' table
    3. Sort by 'configuration_key'
    4. Delete all rows that contain configuration_keys that begin with GOOGLE_BASE or GOOGLE_FROOGLE
    5. Run the install for the latest version Google Base Feeder v1.7.0
    Is your site Upgraded to the current version 1.5.4 Yet?
    zencart-upgrades-website-installation

  9. #1119
    Join Date
    Feb 2006
    Location
    colorado
    Posts
    74
    Plugin Contributions
    0

    Default Re: Google Base Feeder Support Thread

    Quote Originally Posted by countrycharm View Post
    This may help you.
    1. BACK UP YOUR DATABASE
    2. Go into PHPMYADMIN browse the 'configuration' table
    3. Sort by 'configuration_key'
    4. Delete all rows that contain configuration_keys that begin with GOOGLE_BASE or GOOGLE_FROOGLE
    5. Run the install for the latest version Google Base Feeder v1.7.0


    That seems to be what my problem was. After clearing out the DB as noted and re running the .sql install all is good.
    Thanks countrycharm!!!!!

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

    Default Re: Google Base Feeder Support Thread

    Another method, rather than deleting the rows is to go into your configuration_group table and find what configuration_group_id has been given to Google Base.

    Then, go into your configuration table and find the GOOGLE keys that have a configuration_group_id = 0 and set this to the configuration_group_id from the first step above.

    This method is faster but involves a little more knowledge of navigating PHPMYADMIN.

 

 

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