Page 1 of 2 12 LastLast
Results 1 to 10 of 3563

Hybrid View

  1. #1
    Join Date
    Aug 2007
    Posts
    64
    Plugin Contributions
    0

    help question Re: Google Base Feeder Support Thread

    Quote Originally Posted by pukman View Post
    does the google base feeder mod work with the ultimate seo mod.

    What urls are uploaded in the feed? are they seo friendly urls or zencarts original urls.

    many thanks
    I actually have these exact questions to answer before I install. Anyone?

    Thank you!

  2. #2
    Join Date
    Feb 2007
    Location
    Earth
    Posts
    116
    Plugin Contributions
    1

    Default Re: Google Base Feeder Support Thread

    Quote Originally Posted by snowkrash View Post
    I actually have these exact questions to answer before I install. Anyone?

    Thank you!
    Snowkrash the thread for the two mods working together is located here... starts about half way down the page and continues for a few posts.

    http://www.zen-cart.com/forum/showthread.php?p=598222

    Cheers,

  3. #3
    Join Date
    Apr 2007
    Location
    Vancouver, Canada
    Posts
    1,566
    Plugin Contributions
    74

    Default Re: Google Base Feeder Support Thread

    Gauranteed compatibility can be found between Magic SEO URLs and the MSU Add-on.

  4. #4
    Join Date
    Feb 2007
    Location
    Earth
    Posts
    116
    Plugin Contributions
    1

    Default Re: Google Base Feeder Support Thread

    Quote Originally Posted by numinix View Post
    Gauranteed compatibility can be found between Magic SEO URLs and the MSU Add-on.
    numinix,

    I'm sorry but I had googlefroogle working perfect until I installed the SEO URLs package. I'm not quite sure what's going on but I keep getting this error ("ERROR: yes is not a valid feed template") when trying to create my feed. I'm using the 1.6.17 version of your mod and the latest SEO URLs mod. But i can't seem to get rid of this.

    any help would be appreciated Thanks,

  5. #5
    Join Date
    Feb 2007
    Location
    Earth
    Posts
    116
    Plugin Contributions
    1

    Default Re: Google Base Feeder Support Thread

    Sorry about any confusion I might have caused. I found out that the problem I was having was because of the conflicting Wordpress on Zencart modification and the Google Base Feeder and had nothing to do with the SEO mod.

    Again sorry for any confusion

    cheers,

  6. #6
    Join Date
    Dec 2006
    Posts
    102
    Plugin Contributions
    0

    Default Re: Google Base Feeder Support Thread

    I have had a cron job running for a few months now, and it worked great

    GET 'http://www.shoepeddlers.com/googlefroogle.php?feed=yes&upload=yes&type=products' > /dev/null 2>&1

    The file created was shoepeddlers_products.xml and all product were listed

    My hosting company switched to a new server
    the difference is
    apache 2 as compared to 1.3.9
    more cpus
    more ram
    more speed and better security
    and a new version of cpanel

    now the cron would not run untill I changed it to use “WGET”
    now it runs, but it saves the files to shoepeddlers_.xml and no products are listed
    the contence of the files is just this

    <?xml version="1.0" encoding="UTF-8" ?>
    <rss version="2.0" xmlns:g="http://base.google.com/ns/1.0">
    <channel>
    <title>Shoe Peddlers</title>
    <link>http://www.shoepeddlers.com</link>
    <description>shoepeddlers</description>

    I’ve been work with the hosting company, but we can’t seem to figure it out.

    Any suggestions please

  7. #7
    Join Date
    Dec 2006
    Posts
    102
    Plugin Contributions
    0

    Default Re: Google Base Feeder Support Thread

    Quote Originally Posted by fvb View Post
    I have had a cron job running for a few months now, and it worked great

    GET 'http://www.shoepeddlers.com/googlefroogle.php?feed=yes&upload=yes&type=products' > /dev/null 2>&1

    The file created was shoepeddlers_products.xml and all product were listed

    My hosting company switched to a new server
    the difference is
    apache 2 as compared to 1.3.9
    more cpus
    more ram
    more speed and better security
    and a new version of cpanel

    now the cron would not run untill I changed it to use “WGET”
    now it runs, but it saves the files to shoepeddlers_.xml and no products are listed
    the contence of the files is just this

    <?xml version="1.0" encoding="UTF-8" ?>
    <rss version="2.0" xmlns:g="http://base.google.com/ns/1.0">
    <channel>
    <title>Shoe Peddlers</title>
    <link>http://www.shoepeddlers.com</link>
    <description>shoepeddlers</description>

    I’ve been work with the hosting company, but we can’t seem to figure it out.

    Any suggestions please

    numinix
    got any suggestions for me

  8. #8
    Join Date
    Aug 2008
    Posts
    6
    Plugin Contributions
    0

    Default Re: Google Base Feeder Support Thread

    I'm having the exact same problem as fvb:
    ...it saves the files to shoepeddlers_.xml and no products are listed...
    My host uses CPanel as well; my cron cmd line:
    Code:
    curl -s http://your_http_catalog/googlefroogle.php?feed=yes&upload=no&type=products
    What am I missing?

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

    Default Re: Google Base Feeder Support Thread

    Quote Originally Posted by fvb View Post
    I have had a cron job running for a few months now, and it worked great

    GET 'http://www.shoepeddlers.com/googlefroogle.php?feed=yes&upload=yes&type=products' > /dev/null 2>&1

    The file created was shoepeddlers_products.xml and all product were listed

    My hosting company switched to a new server
    the difference is
    apache 2 as compared to 1.3.9
    more cpus
    more ram
    more speed and better security
    and a new version of cpanel

    now the cron would not run untill I changed it to use “WGET”
    now it runs, but it saves the files to shoepeddlers_.xml and no products are listed
    the contence of the files is just this

    <?xml version="1.0" encoding="UTF-8" ?>
    <rss version="2.0" xmlns:g="http://base.google.com/ns/1.0">
    <channel>
    <title>Shoe Peddlers</title>
    <link>http://www.shoepeddlers.com</link>
    <description>shoepeddlers</description>

    I’ve been work with the hosting company, but we can’t seem to figure it out.

    Any suggestions please
    Following up on this cron job problem: I have the same thing with the output file in /feed. It just creates myfilename_.xml instead myfilename_products.xml exactly as described in the quote. Now I checked my google base account and the file lists as successfully uploaded by the cron at the specified time and products were inserted. Strange, but somehow it still works even if the local file does not get created the way I expected, the upload of ALL products worked.

    wget works for my cpanel. File in /feed does not show correctly. Upload and insertion of all products in google base works. Don't know why this is. Anybody see the same happening?
    Live and learn... the Zen way.

  10. #10
    Join Date
    Aug 2008
    Posts
    1
    Plugin Contributions
    0

    Default Re: Google Base Feeder Support Thread

    I have a same problem that some people had.
    Please help me how to solve the problem below.

    A thread said "Install Auction Site Attributes".
    I activated Auction Site Attributes.
    But I still have the same error.
    Please help.

    1054 Unknown column 'p.products_upc' in 'field list'
    in:
    [SELECT distinct(p.products_id), p.products_model, pd.products_name, pd.products_description, p.products_image, p.products_tax_class_id, p.products_price_sorter, p.products_upc, p.products_isbn, p.products_type, GREATEST(p.products_date_added, IFNULL(p.products_last_modified, 0), IFNULL(p.products_date_available, 0)) AS base_date, m.manufacturers_name, p.products_quantity, pt.type_handler, p.products_weight, p.products_condition, p.products_category FROM products p LEFT JOIN manufacturers m ON (p.manufacturers_id = m.manufacturers_id) LEFT JOIN products_description pd ON (p.products_id = pd.products_id) LEFT JOIN product_types pt ON (p.products_type=pt.type_id) WHERE p.products_status = 1 AND p.products_type <> 3 AND p.product_is_call <> 1 AND p.product_is_free <> 1 AND pd.language_id = 1 GROUP BY p.products_id ORDER BY p.products_last_modified DESC]

 

 
Page 1 of 2 12 LastLast

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

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