Results 1 to 10 of 3563

Hybrid View

  1. #1
    Join Date
    Jan 2008
    Posts
    8
    Plugin Contributions
    0

    Default Re: Google Base Feeder Support Thread

    7. Go to Admin->Tools>Google Froogle Feeder

    This is not thier to do? Its missing from the menu.

    5. Go to Admin->Configuration->Google Froogle Configuration and setup all parameters;

    This one is thier tho? Didnt see any errors when I ran the SQL installation... ? What should i check

  2. #2
    Join Date
    Jan 2008
    Posts
    8
    Plugin Contributions
    0

    Default Re: Google Base Feeder Support Thread

    evermind figured out you got to put the files in the appropriate directories not just one directory for all the files of this mod

  3. #3
    Join Date
    Jan 2007
    Posts
    18
    Plugin Contributions
    0

    Default Re: Google Base Feeder Support Thread

    Is there a way to modify the output file to exclude certain products?? I'm currently running the MAP pricing module ( http://www.zen-cart.com/index.php?main_page=product_contrib_info&products_id=158 ) and need to exclude products that have a 1 in the map_enabled field in the products table. Any help would be appreciated.

  4. #4
    Join Date
    Apr 2007
    Location
    Vancouver, Canada
    Posts
    1,567
    Plugin Contributions
    74

    Default Re: Google Base Feeder Support Thread

    in the sql query you would want to put a WHERE clause when map_enabled != 1. //If it equals 1, it won't be included.

  5. #5
    Join Date
    Jan 2007
    Posts
    18
    Plugin Contributions
    0

    Default Re: Google Base Feeder Support Thread

    Quote Originally Posted by numinix View Post
    in the sql query you would want to put a WHERE clause when map_enabled != 1. //If it equals 1, it won't be included.

    would that be somwhere in the googlefroogle.php file??

  6. #6
    Join Date
    Jan 2007
    Posts
    18
    Plugin Contributions
    0

    Default Re: Google Base Feeder Support Thread

    Sorry for not being specific.. I meant the googlefroogle.php at the store root. Not enough sleep the past few days!

    Was this what you were referring to??

    PHP Code:
                        $products_query "SELECT p.products_id, p.products_model, pd.products_name, pd.products_description, p.products_image, p.products_tax_class_id, p.products_price_sorter, p.products_upc, p.products_isbn, s.specials_new_products_price, s.expires_date, p.products_type, GREATEST(p.products_date_added, IFNULL(p.products_last_modified, 0), IFNULL(p.products_date_available, 0)) AS base_date, m.manufacturers_name, p.products_quantity, pt.type_handler, p.products_weight, p.products_condition, p.products_category
                                                     FROM " 
    TABLE_PRODUCTS " WHERE "p.map_enabled != ."p 

  7. #7
    Join Date
    Apr 2007
    Location
    Vancouver, Canada
    Posts
    1,567
    Plugin Contributions
    74

    Default Re: Google Base Feeder Support Thread

    That is one of the areas. You would need to add it to the correct sql query that would be used depending on your google base feeder configuration settings.

    The code you wrote though is wrong:

    PHP Code:
    AND p.map_enabled != 


    you also need to add p.map_enabled to the SELECT line.

 

 

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