Page 182 of 357 FirstFirst ... 82132172180181182183184192232282 ... LastLast
Results 1,811 to 1,820 of 3563
  1. #1811
    Join Date
    Jan 2007
    Location
    Los Angeles, California, United States
    Posts
    10,021
    Plugin Contributions
    32

    Default Re: Google Base Feeder Support Thread

    Quote Originally Posted by mydanilo View Post
    Davewest, I am very interested in the line of code.
    Me too.. I am interested in this code too..

  2. #1812
    Join Date
    Jul 2006
    Posts
    19
    Plugin Contributions
    0

    Default Re: Google Base Feeder Support Thread

    Hi, We installed Google Base Feeder to a clients ZenCart. To be honest with you, I have no idea what it does. With my busy schedule I haven't even had time to figure this out.

    In any case, here is an error I'm getting. Any clues as to what it means?

    Google Base Feeder v1.7.4 started 2009/09/25 15:18:28
    Feed file - /home/hostingname/hosted/sitename/store/feed/domain_news.xml
    Processing: Feed - Yes, Upload - Yes

    Error: News and Article Module not Installed!

    Thanks

  3. #1813
    Join Date
    Jul 2006
    Posts
    19
    Plugin Contributions
    0

    Default Re: Google Base Feeder Support Thread

    Ok, the issue I had above has seemed to resolved itself. Now do I need to do anything else or do I have to upload a .txt file like the tutorial on googlebase.com says or is it automatically done now?

    Thanks

  4. #1814
    Join Date
    Dec 2007
    Location
    Payson, AZ
    Posts
    1,076
    Plugin Contributions
    15

    Default Re: Google Base Feeder Support Thread

    Quote Originally Posted by mydanilo View Post
    Davewest, I am very interested in the line of code. On the other hand I wonder why even sanitize? I see other competitors upload titles with " . Why can't we just leave them there and not sanitize them out at all?
    I format my descriptions and titles using HTML tags. I also use some tags to keep from having errors in MySQL server such as commas and quotation marks. I'm using the RSS 2.0 format for my Google feed which has problems with some HTML tags within xml. On top of it all, Google has it's own formatting you need to consider if you want your feed to display at all. Thus the need for sanitizing it.

    Unfortunately, theirs not an easy one fix for all users solution, lest for my limited coding ability. All my quotations are tag as " and for some reason, the & is removed during sanitizing leaving me with quot; which errors in Google. My fix was with this line in \includes\classes\google_base.php Look for the function 'google_base_xml_sanitizer'

    Code:
    $str = str_replace(array("&lt;", "&gt;"), array("<", ">"), $str);
    with this one
    Code:
    $str = str_replace(array("lt;", "gt;", "quot;"), array("&lt;", " &qt; ", "&quot;"), $str);
    My quotation now shows up in titles and description.

    Theirs nothing wrong with the code, just with how my titles and description are coded and my refusal to modify 3000 products just to please google.
    Dave
    Always forward thinking... Lost my mind!

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

    Default Re: Google Base Feeder Support Thread

    Quote Originally Posted by Ladybug View Post
    Hi, We installed Google Base Feeder to a clients ZenCart. To be honest with you, I have no idea what it does. With my busy schedule I haven't even had time to figure this out.

    In any case, here is an error I'm getting. Any clues as to what it means?

    Google Base Feeder v1.7.4 started 2009/09/25 15:18:28
    Feed file - /home/hostingname/hosted/sitename/store/feed/domain_news.xml
    Processing: Feed - Yes, Upload - Yes

    Error: News and Article Module not Installed!

    Thanks
    If you click the link to create a news feed, you must have the news module installed as per the error message.

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

    Default Re: Blank PopUp for Create Products Feed

    Quote Originally Posted by wagnerguy View Post
    I have actually verified those things.. the only thing that i noticed was that when i deleted the "wp folders" in the directory, then tried to run the feed. i got an error that basically said that froogle was looking for a wp file to finish running the feed.. I added the folders back but deleted some individual files that were not referenced in the warning.


    dgarrett20, how did you fix it?
    I've tested the following solution with the Google Base Feeder and found that my implementation guide to integrating Wordpress with Zen Cart will not cause the blank pop-up issue that plagues all users of the WoZ module.

    A lot of work is involved, but it works very well. This guide has been implemented on the Numinix Blog.

  7. #1817
    Join Date
    Jul 2006
    Posts
    84
    Plugin Contributions
    0

    Default Re: Google Base Feeder Support Thread

    Hey,
    Is it possible for the output to be just a regular .txt file (ie. delimited) instead of XML? I want to modify some of the data in the file for another storefront (make a few changes), but Excel won't open the .xml file ... it says it's not a standard Excel .xml file, adn I open it as text and it basically just shows the XML file, but not in columns/rows.

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

    Default Re: Google Base Feeder Support Thread

    Quote Originally Posted by fmckinnon View Post
    Hey,
    Is it possible for the output to be just a regular .txt file (ie. delimited) instead of XML? I want to modify some of the data in the file for another storefront (make a few changes), but Excel won't open the .xml file ... it says it's not a standard Excel .xml file, adn I open it as text and it basically just shows the XML file, but not in columns/rows.
    Use Easy Populate if you just want a .txt version. The .xml can be opened using any web browser.

  9. #1819
    Join Date
    Mar 2009
    Posts
    3
    Plugin Contributions
    0

    Default Re: Google Base Feeder Support Thread

    I get a google base configuration in my admin but when i go to tools there is nothing there.what up?

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

    Default Re: Google Base Feeder Support Thread

    Quote Originally Posted by terius View Post
    I get a google base configuration in my admin but when i go to tools there is nothing there.what up?
    The files were not properly uploaded

 

 

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