I have the contribution working other then the upload error but at least I can download the file and upload it manually.
Here is the contribution
osCommerce Community Add-Ons
A few easy steps
1. upload files to the right places
2. edit
admin/includes/boxes/tools.php
replace
tep_admin_files_boxes(FILENAME_WHOS_ONLINE, BOX_TOOLS_WHOS_ONLINE, TOP));
with
tep_admin_files_boxes(FILENAME_WHOS_ONLINE, BOX_TOOLS_WHOS_ONLINE, TOP) .
tep_admin_files_boxes(FILENAME_FEEDERS_GOOGLE, BOX_FEEDERS_GOOGLE, TOP));
3. Add to
admin/includes/languages/english.php
define('BOX_FEEDERS_GOOGLE', 'Google Base');
define('TEXT_FEEDERS_GOOGLE', 'Create and Upload a GoogleBase datafeed');
4. (BIG UPS TO ridexbuilder on this forum for helping) Add to admin/includes/filenames.php
define('FILENAME_FEEDERS_GOOGLE','feeders.php');
5. edit googlefeeder.php according to your settings.
I personally have an error if I enable ftp for some reason, but at least this feed has seo urls and then you can upload the file to googlebase manually.
if anyone knows hot fix the error much obliged, I am looking into it still and will post teh error here once i get it.





LinkBack URL
About LinkBacks










so endith the lesson
Bookmarks