Results 1 to 10 of 3563

Hybrid View

  1. #1
    Join Date
    Aug 2009
    Location
    Bedford, England
    Posts
    966
    Plugin Contributions
    0

    Default Re: Google Base Feeder Support Thread

    Hi

    Can anyone help? I think I have set all parameters up correctly on Google Base feeder. I have also set up the FTP account on google as I tested using filezilla and it connects fine. However When I click on the:

    Upload Product Feed: Click [HERE] to upload products feed to Google Base.

    I get the following message:

    Google Base Feeder v1.7.4 started 2009/10/25 13:02:44
    Feed file - /home/fancie/public_html/feed/domain_products.xml
    Processing: Feed - No, Upload - Yes
    Upload started...
    Connection failed: uploads.google.com

    Upload failed...

    Am I just being thick? The FTP details are all correct in the configuration also.

    Please can anyone advise???

    Regards,
    Phil

  2. #2
    Join Date
    Aug 2009
    Posts
    30
    Plugin Contributions
    0

    Default Re: Google Base Feeder Support Thread

    Quote Originally Posted by philip937 View Post
    Hi

    Can anyone help? I think I have set all parameters up correctly on Google Base feeder. I have also set up the FTP account on google as I tested using filezilla and it connects fine. However When I click on the:

    Upload Product Feed: Click [HERE] to upload products feed to Google Base.

    I get the following message:

    Google Base Feeder v1.7.4 started 2009/10/25 13:02:44
    Feed file - /home/fancie/public_html/feed/domain_products.xml
    Processing: Feed - No, Upload - Yes
    Upload started...
    Connection failed: uploads.google.com

    Upload failed...

    Am I just being thick? The FTP details are all correct in the configuration also.

    Please can anyone advise???

    Regards,
    Phil
    Bear with me. You said you have the settings correct, but just to be thorough....

    First, have you set up an FTP account with google merchant? It's under settings -> FTP I believe. Make sure that matches up with your GoogleBase settings. Also, under Google Base Feeder Configuration on Zen Cart, I had to set Use PASV to FALSE instead of the default value of True.

    Next, can you manually FTP into the server? If you don't have software, just pull up a command prompt in Windows by going to Run on the start menu and typing CMD and hitting enter. Then type FTP UPLOADS.GOOGLE.COM and use the username and password you set up on Google Merchant site. If you can't login manually using your username and password, then the problem lies with those. If you can login manually, then the problem is with your site settings.

  3. #3
    Join Date
    Aug 2009
    Posts
    30
    Plugin Contributions
    0

    Default Re: Google Base Feeder Support Thread

    By the way, does anyone know why base feeder won't pass a 'weight' attribute to the XML? I've got values in both weight and weight type. I assume the feeder combines those into one attribute called weight, but apparently it doesn't. Or has someone come up with a fix for this?

  4. #4
    Join Date
    Aug 2009
    Posts
    30
    Plugin Contributions
    0

    Default Re: Google Base Feeder Support Thread

    Here's a suggested easy fix for adding spaces in the generated XML where there used to be <br> or <li> that created the line breaks.

    Around line 185 of store/includes/classes/google_base.php, replace this:

    $str = str_replace(array("\t" , "\n", "\r"), ' ', $str);

    with this:

    $str = str_replace(array("<br />","</li>","\t" , "\n", "\r"), ' ', $str);

    And it will add a space at the end of bulleted lists and line breaks. This is assuming your break tags are formatted the way zencart formats them, <br /> as opposed to <br>. This is because it will only replace those that match the arguments in the list.

  5. #5
    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 hypercoyote View Post
    Here's a suggested easy fix for adding spaces in the generated XML where there used to be <br> or <li> that created the line breaks.

    Around line 185 of store/includes/classes/google_base.php, replace this:

    $str = str_replace(array("\t" , "\n", "\r"), ' ', $str);

    with this:

    $str = str_replace(array("<br />","</li>","\t" , "\n", "\r"), ' ', $str);

    And it will add a space at the end of bulleted lists and line breaks. This is assuming your break tags are formatted the way zencart formats them, <br /> as opposed to <br>. This is because it will only replace those that match the arguments in the list.
    Or you could just add another argument to the list to cover all bases.. (Like clients who don't know how to format line breaks as <br /> no matter how many times you show them)

  6. #6
    Join Date
    Aug 2009
    Posts
    30
    Plugin Contributions
    0

    Default Re: Google Base Feeder Support Thread

    Quote Originally Posted by DivaVocals View Post
    Or you could just add another argument to the list to cover all bases.. (Like clients who don't know how to format line breaks as <br /> no matter how many times you show them)
    Yep, sure could. I didn't bother because if you are working in the catalog interface, even if you try to do <br>, zencart will replace it with <br />

  7. #7
    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 hypercoyote View Post
    Yep, sure could. I didn't bother because if you are working in the catalog interface, even if you try to do <br>, zencart will replace it with <br />
    True enough..

    BTW.. Thanks for sharing your code.. Gonna update the client site tonight..

 

 

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