Here is the error below for Froogle, and as I said before admin-> configuration -> Google Froogle Configuration Page is blank.
For dealgates I just need to know what all to add the zen_ (in the dealgates_pipeline.php file) prefix to for it to work with a cart with SQL table prefixes.
Running zen-cart ver. 1.3.7
Code:
Froogle Data Feeder v.1.3.3 07.02.2007 20:45 started 2007/04/17 22:39:37
Feed file - /home/d2hoster/public_html/jad/feed/GOOGLE_FROOGLE_OUTPUT_FILENAME
Processing: Feed - Yes, Upload - No
1064 You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'ORDER BY p.products_id ASC' at line 10
in:
[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, GREATEST(p.products_date_added, p.products_last_modified, p.products_date_available) AS base_date, m.manufacturers_name, p.products_quantity, pt.type_handler FROM zen_products p LEFT JOIN zen_manufacturers m ON (p.manufacturers_id = m.manufacturers_id) LEFT JOIN zen_products_description pd ON (p.products_id = pd.products_id) LEFT JOIN zen_product_types pt ON (p.products_type=pt.type_id) WHERE p.products_status = 1 AND p.product_is_call = 0 AND p.product_is_free = 0 AND pd.language_id = ORDER BY p.products_id ASC]