This contribution is a combination of the Froogle (Google base), Yahoo, and Bizrate Feed contributions. Plus an added admin configuration group for easy install and configuration.
2 minute install, with only 1 file to edit.
Credit goes to all those involved in creating the different feed contributions.
// Change Log
July 12, 2006
Contribution added
David - AdvancedStyle.com
// INSTALLATION
Step 1: Upload all files to your catalog directory
Step 2: Run the feed.sql file in phpmyadmin (or similar sql editor)
Step 3: Open catalog/admin/includes/column_left.php
Find:
require(DIR_WS_BOXES . 'tools.php');
Just Below it add:
require(DIR_WS_BOXES . 'storefeed.php');
// Setup and Operation
Go to Admin -> Configuration -> Feed Settings
After entering configuration settings go to Admin -> Store Feeds and run either froogle/bizrate/yahoo feed
Legend: 
Download

Report
Fixed bug with $destination_file variable
Updated the Froogle field headings to match the new Google base syntax
***Changed
$output = "product_url t name t description t price t image_url t category t offer_id";
***to
$output = "link t title t description t price t image_link t label t id";
Fixed the non default feeders.php design
Updated the install steps
(You must create a directory called catalog/feeds/ and CHMOD it to 777)
Changed default froogle address to uploads.google.com
fixed the feeders.php page so it is set to the default osc look instead. however i get this error whenever i use the code.
Warning: fopen(/home/******/public_html/feeds/frooglefile.txt): failed to open stream: No such file or directory in /home/******/public_html/admin/froogle.php on line 305
Warning: fwrite(): supplied argument is not a valid stream resource in /home/******/public_html/admin/froogle.php on line 306
Warning: fclose(): supplied argument is not a valid stream resource in /home/******/public_html/admin/froogle.php on line 307
File completed:
Warning: chmod(): No such file or directory in /home/******/public_html/admin/froogle.php on line 309
Warning: ftp_connect(): php_network_getaddresses: getaddrinfo failed: No address associated with hostname in /home/******/public_html/admin/froogle.php on line 317
FTP open connection failed to upload.google.com
Script timer: 0.232632 seconds.
This contribution is a combination of the Froogle (Google base), Yahoo, and Bizrate Feed contributions. Plus an added admin configuration group for easy install and configuration.
2 minute install, with only 1 file to edit.
Credit goes to all those involved in creating the different feed contributions.
// Change Log
July 12, 2006
Contribution added
David - AdvancedStyle.com
// INSTALLATION
Step 1: Upload all files to your catalog directory
Step 2: Run the feed.sql file in phpmyadmin (or similar sql editor)
Step 3: Open catalog/admin/includes/column_left.php
Find:
require(DIR_WS_BOXES . 'tools.php');
Just Below it add:
require(DIR_WS_BOXES . 'storefeed.php');
// Setup and Operation
Go to Admin -> Configuration -> Feed Settings
After entering configuration settings go to Admin -> Store Feeds and run either froogle/bizrate/yahoo feed