Results 1 to 10 of 3563

Hybrid View

  1. #1
    Join Date
    Jan 2007
    Posts
    1,483
    Plugin Contributions
    10

    Default Re: Google Base Feeder Support Thread

    Quote Originally Posted by kburner View Post
    Â Â Imitation Leather
    Indexed:
    Â Â N
    Those are illegal characters that the googlefroogle.php file has turned into the A type characters. Open your xml file in a text editor and copy the character and then paste it into the editor's search function so you can replace with the correct character.

    This is a bug in this contribution's script. I have the same problem and it takes extra steps to find all of the invalid characters.

    I have tried to resolve this before, it lies in the sanitizer function in the googlefroogle.php file. Hopefully Numinix will get this resolved. If I fix it I will post the new file here.

    Zen Cart and it's community are the best!!

  2. #2
    Join Date
    Jan 2007
    Posts
    1,483
    Plugin Contributions
    10

    Default Re: Google Base Feeder Support Thread

    To follow on my last post, the googlefroogle file is stripping all quotes from my products and we have many products with quotes. Not only that, but if there is an
    Code:
    "
    in there the the sanitizer will strip the & leaving only quot;.

    I have brought this bug up before but haven't received any fix for it. Does anyone know what needs to be changed in the sanitizer function? It's mostly regular expressions and I don't know enough about them yet to make the correct changes. I will spend some time learning what the code is doing so I can change it if no one else knows what the change.

    What it needs to do is change the " to
    Code:
    "
    and leave the existing
    Code:
    "
    untouched.

    Anyone???

    Zen Cart and it's community are the best!!

  3. #3
    Join Date
    Apr 2008
    Location
    Flint, Michigan
    Posts
    687
    Plugin Contributions
    0

    Default Re: Google Base Feeder Support Thread

    Quote Originally Posted by lankeeyankee View Post
    Those are illegal characters that the googlefroogle.php file has turned into the A type characters. Open your xml file in a text editor and copy the character and then paste it into the editor's search function so you can replace with the correct character.

    This is a bug in this contribution's script. I have the same problem and it takes extra steps to find all of the invalid characters.

    I have tried to resolve this before, it lies in the sanitizer function in the googlefroogle.php file. Hopefully Numinix will get this resolved. If I fix it I will post the new file here.
    Thank you for your response. When I did a search when in admin in the developer's tools. It shows in:

    admin/image handler.php
    Line #438 : <option value="GBP">£ (GBP)</option>

    Line #441 : <option value="JPY">Â¥ (JPY)</option>

    includes/classes/support/phpmailer.lang-ja.php
    Line #13 : $PHPMAILER_LANG["execute"] = '¼Â¹Ô¤Ç¤##¤Þ¤»¤ó¤Ç¤·¤¿: ';

    Line #20 : $PHPMAILER_LANG["connect_host"] = 'SMTP¥¨¥é¡¼: SMTP¥Û¥¹¥È¤ËÀܳ¤Ç¤##¤Þ¤»¤ó¤Ç¤·¤¿¡£';

    includes/classes/support/phpmailer.lang-ru.php
    Line #19 : $PHPMAILER_LANG["file_access"] = 'Â äîñòóïå ê ñëåäóþùåìó ôàéëó áûëî îòêàçàíî: ';


    Or are you referring to the google file - /feed/froogle_documents.xml?
    What about the other questions like upc and ibsn? Those are model number. How do I add them to file?

    Thanks, Kim

  4. #4
    Join Date
    Mar 2008
    Posts
    22
    Plugin Contributions
    0

    Default Re: Google Base Feeder Support Thread

    This is a really great contribution. I don't think I've seen anything yet with Numinix on it that hasn't been helpful.

    Of course, I wouldn't be posting if I wasn't having a problem. Would there be a reason for product_type not to be displayed? I've tried changing it from "Full" to "Top" and even "Bottom" but nothing shows in the feed:
    Code:
    <item>
    <title><![CDATA[Dr. Maggie's Classroom Phonics Kit]]></title>
    <g:brand><![CDATA[Cheapcher.com]]></g:brand>
    <g:condition>new</g:condition>
    <g:expiration_date>2010-03-29</g:expiration_date>
    <g:id>10795</g:id>
    <g:image_link>http://www.cheapcher.com/images/large/productimages/CTP/CTP-2926_LRG.jpg</g:image_link>
    <link>http://www.cheapcher.com/language-arts-phonics-c-481_1526/dr-maggie-s-classroom-phonics-kit-p-10795/currency/USD</link>
    <g:price>339.41</g:price>
    <g:mpn>CTP-2926</g:mpn>
    <g:currency>USD</g:currency>
    <description><![CDATA[Designed for small group instruction, this kit includes six each of the 24 phonics readers (144 books in all), a resource guide, and 24 chant charts (17&quot; x 22&quot;) with word cards on the back.  These charts feature fun rhymes and chants that introduce each story's key vocabulary and are perfect for giving students a head start into each phonics reader.  Includes a durable storage box. Grades K-3]]></description>
    </item>

 

 

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