Results 1 to 10 of 3563

Hybrid View

  1. #1
    Join Date
    Jun 2009
    Posts
    389
    Plugin Contributions
    0

    Default Re: Google Base Feeder Support Thread

    Quote Originally Posted by kburner View Post
    Can I add to these files ISBN-13 and load? For books and non-books, I need ISBN, ISBN-13 and UPC.
    May this might help. Take a look:

    http://www.zen-cart.com/forum/showpo...7&postcount=86

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

    Default Re: Google Base Feeder Support Thread

    In am trying get this mod to load UPC, ISBN and ISBN13 details to Google. I am using sql 1.7.3a and pulled 1.4.3 sql. I loaded this sql.

    HTML Code:
    ALTER TABLE products ADD products_upc varchar(32) NULL default NULL after products_model; 
    ALTER TABLE products ADD products_isbn varchar(32) NULL default NULL after products_upc;
    ALTER TABLE products ADD products_isbn13 varchar(32) NULL default NULL after products_isbn;
    
    SET @configuration_group_id=0;
    SELECT @configuration_group_id:=configuration_group_id
    FROM configuration_group
    WHERE configuration_group_title= 'Google Froogle Configuration'
    LIMIT 1;
    
    INSERT INTO configuration (configuration_id, configuration_title, configuration_key, configuration_value, configuration_description, configuration_group_id, sort_order, date_added, use_function, set_function) VALUES
    (NULL, 'UPC', 'GOOGLE_BASE_UPC', 'false', 'Include products UPC?', @configuration_group_id, 31, NOW(), NULL, 'zen_cfg_select_option(array(\'true\', \'false\'),'),
    (NULL, 'UPC', 'GOOGLE_BASE_ISBN', 'false', 'Include products ISBN?', @configuration_group_id, 32, NOW(), NULL, 'zen_cfg_select_option(array(\'true\', \'false\'),'),
    (NULL, 'UPC', 'GOOGLE_BASE_ISBN13', 'false', 'Include products ISBN13?', @configuration_group_id, 33, NOW(), NULL, 'zen_cfg_select_option(array(\'true\', \'false\'),');
    But do not see it when I go into admin/cofig/google base feeder config. Does it load automatically?

  3. #3
    Join Date
    Apr 2007
    Location
    Vancouver, Canada
    Posts
    1,566
    Plugin Contributions
    74

    Default Re: Google Base Feeder Support Thread

    Quote Originally Posted by kburner View Post
    In am trying get this mod to load UPC, ISBN and ISBN13 details to Google. I am using sql 1.7.3a and pulled 1.4.3 sql. I loaded this sql.

    HTML Code:
    ALTER TABLE products ADD products_upc varchar(32) NULL default NULL after products_model; 
    ALTER TABLE products ADD products_isbn varchar(32) NULL default NULL after products_upc;
    ALTER TABLE products ADD products_isbn13 varchar(32) NULL default NULL after products_isbn;
    
    SET @configuration_group_id=0;
    SELECT @configuration_group_id:=configuration_group_id
    FROM configuration_group
    WHERE configuration_group_title= 'Google Froogle Configuration'
    LIMIT 1;
    
    INSERT INTO configuration (configuration_id, configuration_title, configuration_key, configuration_value, configuration_description, configuration_group_id, sort_order, date_added, use_function, set_function) VALUES
    (NULL, 'UPC', 'GOOGLE_BASE_UPC', 'false', 'Include products UPC?', @configuration_group_id, 31, NOW(), NULL, 'zen_cfg_select_option(array(\'true\', \'false\'),'),
    (NULL, 'UPC', 'GOOGLE_BASE_ISBN', 'false', 'Include products ISBN?', @configuration_group_id, 32, NOW(), NULL, 'zen_cfg_select_option(array(\'true\', \'false\'),'),
    (NULL, 'UPC', 'GOOGLE_BASE_ISBN13', 'false', 'Include products ISBN13?', @configuration_group_id, 33, NOW(), NULL, 'zen_cfg_select_option(array(\'true\', \'false\'),');
    But do not see it when I go into admin/cofig/google base feeder config. Does it load automatically?
    You need to use this module:
    http://www.numinix.com/zen-cart/admi...product-fields

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

    Default Re: Google Base Feeder Support Thread

    Quote Originally Posted by numinix View Post
    I loaded numinix product fields. I see in admin for products, but fields still do not show on product as customer looks on website.I did a test order and added isbn fields and customer can not see it.

  5. #5
    Join Date
    May 2007
    Location
    SW Florida
    Posts
    1,051
    Plugin Contributions
    2

    Idea or Suggestion Re: Google Base Feeder Support Thread

    Tried searching for this, but looks like the search engine doesn't like Â

    Several of my site feeds have been rejected due to format errors, finnaly downloaded Notepad++ instead of TextPad and it became immediately evident that the rejected items all had  many times in the Description of the item.

    Not sure why it wad there, it appears that it might be there from html description like text format codes. Bold or Font Color???

    any help is appreciated, beats having to download and search and replace before manually uploading.


    JOhn ><>
    Newest Site: ChargerPros - Stuff4Toys

  6. #6
    Join Date
    Jun 2009
    Posts
    389
    Plugin Contributions
    0

    Default Re: Google Base Feeder Support Thread

    Quote Originally Posted by Stuff4Toys View Post
    Tried searching for this, but looks like the search engine doesn't like Â

    Several of my site feeds have been rejected due to format errors, finnaly downloaded Notepad++ instead of TextPad and it became immediately evident that the rejected items all had  many times in the Description of the item.

    Not sure why it wad there, it appears that it might be there from html description like text format codes. Bold or Font Color???

    any help is appreciated, beats having to download and search and replace before manually uploading.


    JOhn ><>
    Try this:

    http://www.zen-cart.com/forum/showpo...postcount=1922

  7. #7
    Join Date
    May 2007
    Location
    SW Florida
    Posts
    1,051
    Plugin Contributions
    2

    Idea or Suggestion Re: Google Base Feeder Support Thread

    Quote Originally Posted by PinkLeopard View Post
    I must be using an older version or a different mod, I have a googlefroogle.php

    Is this the same mod, or should I uninstall and install the latest version?
    Newest Site: ChargerPros - Stuff4Toys

  8. #8
    Join Date
    May 2007
    Location
    SW Florida
    Posts
    1,051
    Plugin Contributions
    2

    Idea or Suggestion Re: Google Base Feeder Support Thread

    Quote Originally Posted by PinkLeopard View Post
    OK, I have 1.7.4 on all my sites.

    Developers Tool Kit, I found it!

    includes/classes/google_base.php

    JOhn ><>
    Last edited by Stuff4Toys; 19 Jan 2010 at 07:07 PM.
    Newest Site: ChargerPros - Stuff4Toys

 

 

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