Results 1 to 10 of 3563

Hybrid View

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

    Default Re: Google Base Feeder Support Thread

    Quote Originally Posted by drgr33n View Post
    Sorry about a second post I can't edit my last one again. And excuse my slow brain lol Turn on include zero quantity to include I should read the error output more thoroughly
    Yep... Zero quantity is bypassed unless you turn it off in the settings in admin. Google well more then likely reject 0 quantity feeds....

    Quote Originally Posted by countrycharm View Post
    Fix this one. How about these 2 errors.
    I tried recreating the error.... no luck. Line 15 is writing the output to file.... you could echo $output to see what it looks like. The Missing argument 3 could be the offer ID.... have to look to at the xml to see what's missing..
    Dave
    Always forward thinking... Lost my mind!

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

    Default Re: Google Base Feeder Support Thread

    Quote Originally Posted by davewest View Post
    Yep... Zero quantity is bypassed unless you turn it off in the settings in admin. Google well more then likely reject 0 quantity feeds....

    I tried recreating the error.... no luck. Line 15 is writing the output to file.... you could echo $output to see what it looks like. The Missing argument 3 could be the offer ID.... have to look to at the xml to see what's missing..
    Here's the xml file if you like to see it. Let me when you download it so I can delete it. Thanks for the help.
    If you would give me example where to put the echo.
    Last edited by countrycharm; 19 Oct 2010 at 04:31 AM.
    Is your site Upgraded to the current version 1.5.4 Yet?
    zencart-upgrades-website-installation

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

    Default Re: Google Base Feeder Support Thread

    Quote Originally Posted by countrycharm View Post
    Here's the xml file if you like to see it. Let me when you download it so I can delete it. Thanks for the help.
    If you would give me example where to put the echo.
    OK... got the file... will look it over when I get back in from work...
    includes\classes\google_base.php
    Code:
       function google_base_fwrite($output='', $mode, $type) {
          $output = implode("\n", $output);
          if(strtolower(CHARSET) != 'utf-8') {
            $output = utf8_encode($output);
            //echo $output;
          } else {
            $output = $output;
            //echo $output;
          }
    un-comment the echo and when you click the create button, the popup box well show what is written to the xml file... set the amount of products to just 20 or less before you do it. Just enough to see what's going on.
    Dave
    Always forward thinking... Lost my mind!

 

 

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