Page 63 of 357 FirstFirst ... 1353616263646573113163 ... LastLast
Results 621 to 630 of 3563
  1. #621
    Join Date
    Aug 2006
    Posts
    34
    Plugin Contributions
    0

    Default Re: Google Base Feeder Support Thread

    hey numinix.
    what about my problem.

    please help

  2. #622
    Join Date
    Nov 2007
    Posts
    28
    Plugin Contributions
    0

    help question Re: Google Base Feeder Support Thread

    Having an interesting problem...

    I'm hosted with GoDaddy and I don't think that I can upload via ftp from godaddy. So I created the file product_depot.xml, downloaded to my local machine and then manually uploaded via google. Everything appeared to be working properly, but I get this error from google base:------------

    Outcome: Bulk upload failed. No items are live. There are too many formatting errors in your file. - help
    Number of items processed: 0
    Number of items succeeded: 0
    Number of active items: 0
    Uploaded at: Nov 13, 2007 5:27pm PST
    Processed at: Nov 13, 2007 5:34pm PST

    Errors:
    Error Bad data Line #
    We didn't understand the header (first) row of your file. Please make sure you're using valid attribute names. - help


    We didn't understand the header (first) row of your file. Please make sure you're using valid attribute names. - help

    <?xml version="1.0" encoding="UTF-8" ?>:

    Any ideas?

    Thanks,
    Steve

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

    Default Re: Google Base Feeder Support Thread

    Quote Originally Posted by itguru View Post
    installed the Google Base Feeder 1.5.3 into Zen Cart 1.3.7.1 with SEO URLs and Easy Populate as addons. First copied all the files and directories, set dir feed to 777, then did all the sql updates update_1_4_3.sql, update_1_4_9.sql, update_1_5_0.sql, update_1_5_2.sql, update_1_5_3.sql and then did the googlefroogle.sql all via copy and paste. went into Google Base Feeder config set the user / pass, store URL. Then went to execute the Google Base Feeder in the TOOLS menu and all I get is this: TEXT_GOOGLE_FROOGLE_STARTED
    TEXT_GOOGLE_FROOGLE_FILE_LOCATION/home/bidet/public_html/store/feed/gotbidet.xml
    Processing: Feed - No, Upload - No


    please help
    You are missing files.

    steveo3279, is your feed file complete? i.e. </rss>

  4. #624
    Join Date
    Nov 2007
    Posts
    28
    Plugin Contributions
    0

    Default Re: Google Base Feeder Support Thread

    Got 'er fixed...I miss named the file google was looki ng for...I didn't put the .xml extension on it.

    Uploads just fine now!

    Thx

  5. #625
    Join Date
    Jun 2007
    Posts
    61
    Plugin Contributions
    0

    Default Re: Google Base Feeder Support Thread

    Hi,


    Just thought I'd trying adding a payment notes attribute here's my attempt at doing this. I haven't tested this(apart from looking to see if the xml looks correct) and if you don't know what you're doing i wouldn't try adding it.

    SQL patch:
    PHP Code:
    SET @configuration_group_id=0;
    SELECT @configuration_group_id:=configuration_group_id
    FROM configuration_group
    WHERE configuration_group_title
    'Google Base Feeder Configuration'
    LIMIT 1;

    INSERT INTO configuration 
    (configuration_idconfiguration_titleconfiguration_keyconfiguration_valueconfiguration_descriptionconfiguration_group_idsort_orderdate_addeduse_functionset_function
    VALUES 
    (NULL'Show Payment Notes''GOOGLE_BASE_PAYMENT_NOTES_DISPLAY''false''Add payments Notes to XML feed', @configuration_group_id35NOW(), NULL'zen_cfg_select_option(array(\'true\', \'false\'),'),
    (
    NULL'Payment Notes''GOOGLE_BASE_PAYMENT_NOTES''We accept Google Checkout etc..''Add the text you want in your payment notes attribute', @configuration_group_id36NOW(), NULL'zen_cfg_textarea('); 
    PHP code added to googlefroogle.php

    PHP Code:

    if(GOOGLE_BASE_WEIGHT == 'true' && $products->fields['products_weight'] != '') {
         
    $content["weight"] = '<g:weight>' $products->fields['products_weight'] . ' ' GOOGLE_BASE_UNITS '</g:weight>';
    }

    /*added by taf*/
    if (GOOGLE_BASE_PAYMENT_NOTES_DISPLAY == 'true') {
         
    $content["payment_notes"] = '<g:payment_notes>' GOOGLE_BASE_PAYMENT_NOTES '</g:payment_notes>';    


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

    Default Re: Google Base Feeder Support Thread

    PHP Code:
    'zen_cfg_textarea(' 
    that looks like an error, what are the parameters

    should be zen_cfg_textarea( some_parameters )

  7. #627
    Join Date
    Jun 2007
    Posts
    61
    Plugin Contributions
    0

    Default Re: Google Base Feeder Support Thread

    Yes, that does look a bit strange but i copied it from another parameter i saw in the database.(I think it was the store address) I've tried this on a local copy of zen cart and it seemed to work, but maybe the error (if it is one) is just not showing up?

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

    Default Re: Google Base Feeder Support Thread

    OK, I just stumbled across this thread and noticed that Numinix put a lot of work into updating this mod. Great, thank.

    I am still using Froogle Data Feeder v.1.3.3 and did not have any problems with it on Zen 1.3.7.

    Should I upgrade anyway? What would be the steps to take from this old version?
    Do I have to do SQL update?
    Will I have to enter Google account settings again?

    Thanks for some input...
    Live and learn... the Zen way.

  9. #629
    Join Date
    Aug 2004
    Location
    Saint Petersburg, Russia
    Posts
    1,786
    Plugin Contributions
    13

    Default Re: Google Base Feeder Support Thread

    Quote Originally Posted by numinix View Post
    PHP Code:
    'zen_cfg_textarea(' 
    that looks like an error, what are the parameters

    should be zen_cfg_textarea( some_parameters )
    you are wrong.

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

    Default Re: Google Base Feeder Support Thread

    Quote Originally Posted by a_berezin View Post
    you are wrong.
    and? we've already established that it is fine as it was...

 

 

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