Page 16 of 51 FirstFirst ... 6141516171826 ... LastLast
Results 151 to 160 of 505
  1. #151
    Join Date
    Feb 2007
    Posts
    1,704
    Plugin Contributions
    0

    Default Re: Google Merchant Center Feeder for ZC v1.5.x

    I have a VPS so i can alter my time out setting as I require so ill up my timeout and see what happens.

    How ever when you making numberious files and then merging??? you can upload numberious files to google merchant centre you know... just need to give google the feed name. I currently export 5 xml files each with 500 product in and upload to google individually. All done via cron jobs on a night.

    I do have an issue though with a product as the feed seem to fail on a product and halts but doesn't say when. Checked the product and can't see any issues with it....

  2. #152
    Join Date
    Jul 2009
    Location
    Arkansas
    Posts
    177
    Plugin Contributions
    0

    Default Re: Google Merchant Center Feeder for ZC v1.5.x

    Quote Originally Posted by kitcorsa View Post
    I have a VPS so i can alter my time out setting as I require so ill up my timeout and see what happens.

    How ever when you making numberious files and then merging??? you can upload numberious files to google merchant centre you know... just need to give google the feed name. I currently export 5 xml files each with 500 product in and upload to google individually. All done via cron jobs on a night.

    I do have an issue though with a product as the feed seem to fail on a product and halts but doesn't say when. Checked the product and can't see any issues with it....
    I prefer to do my uploads manually, don't know why, just do. Someone else had mentioned I could make several smaller uploads to Google just by giving them the file names. I may do that once I make sure I don't have any more data errors to overcome. If you know which product or group of products that are stopping your feed, go back and remove any html tags in the description or name field, I did that on some and they worked ok afterwards, apparently, there are some html tags that don't work well with Google I guess, no other explanation. Once I removed the tags and made the description for those items text only, they all worked.
    Jim Stiles
    http://www.missyscollectibles.com
    Coming home to Zen Cart!

  3. #153
    Join Date
    May 2007
    Posts
    47
    Plugin Contributions
    0

    Default Re: Google Merchant Center Feeder for ZC v1.5.x

    Cant seem to generate a feed.
    using zencart 1.5.1
    Ultimate SEO Urls
    switched on debug
    go to admin tools gmcf and select products, 0, 1 cofirm and it just pops up the home page. and the xml file it writes doesnt have any products???

    Any ideas?

  4. #154
    Join Date
    Mar 2007
    Posts
    5
    Plugin Contributions
    0

    Default Re: Google Merchant Center Feeder for ZC v1.5.x

    I've just discovered why my website traffic has tanked. Logging into my Google Merchant account and checking my feed status, 0 of my 40,000 products are being listed due to "expiration date is in the past" error. I am using ZenCart version 1.5.1 and Google Merchant Center Feeder 1.13.0. My Expiration Date Base is set to "now", and Expiration Date Adjust is set to "29". However downloading my feed shows an expiration date of 12/8/2013. Something isn't working properly when the feed is created. Can anyone offer a suggestion?

  5. #155
    Join Date
    Mar 2007
    Posts
    5
    Plugin Contributions
    0

    Default Re: Google Merchant Center Feeder for ZC v1.5.x

    OK, I MAY have solved the issue. I went to Configuration/Google Merchant Center Feeder Configuration and changed Expiration Date Base to "product" and clicked "update". Then changed it back to "now" and clicked "update". Also, I changed Expiration Date Adjust to "30" and clicked "update". I then went over to Tools/Google Merchant Center Feeder and clicked "Confirm" on all my feeds to create new XML files and manually uploaded to Google. No idea which of these had any affect, but Expiration Date is no longer a field in the XML file and Google isn't kicking out any errors. Time will tell if this was a true fix or just a bandaid...

  6. #156
    Join Date
    May 2007
    Posts
    47
    Plugin Contributions
    0

    Default Re: Google Merchant Center Feeder for ZC v1.5.x

    Google have just suspended my account because the feed shows prices without tax! How can I force it show prices with tax.
    Im in UK and using google uk.

  7. #157
    Join Date
    Jul 2009
    Location
    Arkansas
    Posts
    177
    Plugin Contributions
    0

    Default Re: Google Merchant Center Feeder for ZC v1.5.x

    Anyone currently using MagneticOne's Google Data Feed plugin? I've read a few good posts and a few bad ones. Not sure which way to go, Numinix's paid version (Google Shopping feed) looks good but MagneticOne's looks like it does a lot more but the split reviews have me concerned.
    Jim Stiles
    http://www.missyscollectibles.com
    Coming home to Zen Cart!

  8. #158
    Join Date
    Feb 2007
    Posts
    1,704
    Plugin Contributions
    0

    Default Re: Google Merchant Center Feeder for ZC v1.5.x

    anyone got this running as a cron??

    For somereason i am unable to get the cron jobs to work. Cron is turned on on my server etc as i have other crons working, but unable to get the feed or upload to run as a cron.

    i have thefollowing process cron

    curl -s '/home/public_html/googlefroogle.php?feed=fy_un_tp&limit=500&offset=&x=47&y=15&key=***********'

    and a upload later the same night

    curl -s "/home/public_html/googlefroogle.php?feed=fn_uy&upload_file=google_products_en_500.xml&key=******** ***"

    tryed with ' and " never make a difference, tried the PHP and other cron actions but to no joy. No error being emailed to me as a problem.... but the feed in google not showing an updated file

    any thoughts??

  9. #159
    Join Date
    Dec 2011
    Location
    Wisconsin, USA
    Posts
    674
    Plugin Contributions
    21

    Default Re: Google Merchant Center Feeder for ZC v1.5.x

    Quote Originally Posted by kitcorsa View Post
    anyone got this running as a cron??

    For somereason i am unable to get the cron jobs to work. Cron is turned on on my server etc as i have other crons working, but unable to get the feed or upload to run as a cron.

    i have thefollowing process cron

    curl -s '/home/public_html/googlefroogle.php?feed=fy_un_tp&limit=500&offset=&x=47&y=15&key=***********'

    and a upload later the same night

    curl -s "/home/public_html/googlefroogle.php?feed=fn_uy&upload_file=google_products_en_500.xml&key=******** ***"

    tryed with ' and " never make a difference, tried the PHP and other cron actions but to no joy. No error being emailed to me as a problem.... but the feed in google not showing an updated file

    any thoughts??
    Typically there is more in front of the public_html directory in a cron but you could also use the actual url instead https://www.YOUR_DOMAIN.com/googlefroogle.php?feed=fn_uy&upload_file=google_products_en_500.xml&key=******** ***"

    Can you navigate here using your web browser? have you tried wget versus curl -s ? How does the cron for your sitemap XML compare?

  10. #160
    Join Date
    Jan 2007
    Location
    Los Angeles, California, United States
    Posts
    10,021
    Plugin Contributions
    32

    Default Re: Google Merchant Center Feeder for ZC v1.5.x

    Quote Originally Posted by RiverCity View Post
    Anyone currently using MagneticOne's Google Data Feed plugin? I've read a few good posts and a few bad ones. Not sure which way to go, Numinix's paid version (Google Shopping feed) looks good but MagneticOne's looks like it does a lot more but the split reviews have me concerned.
    The SUPPORT THREAD for this module is NOT the right place to ask opinions about a COMPETING module.. IJS..
    My Site - Zen Cart & WordPress integration specialist
    I don't answer support questions via PM. Post add-on support questions in the support thread. The question & the answer will benefit others with similar issues.

 

 
Page 16 of 51 FirstFirst ... 6141516171826 ... LastLast

Similar Threads

  1. v151 Google merchant Centre Feeder query
    By Phil Lomas in forum General Questions
    Replies: 13
    Last Post: 24 Dec 2013, 03:37 AM
  2. Google Base Feeder Support Thread [OLD]
    By numinix in forum All Other Contributions/Addons
    Replies: 3562
    Last Post: 2 Apr 2012, 06:30 PM
  3. Removing products from Google Merchant Feeder
    By wonderbread101 in forum All Other Contributions/Addons
    Replies: 1
    Last Post: 24 Dec 2011, 05:31 PM
  4. Google Merchant Center for Dummies?
    By xcergy in forum General Questions
    Replies: 7
    Last Post: 31 Mar 2010, 06:19 AM

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