Many thanks for the quick replies
The file is catalog/myadmin/googlefroogle named 1.4.7 that I downloaded from GitHub according to a link in this thread, https://github.com/torvista/Zen_Cart..._Center_Feeder. I thought that was the latest, oops 
The file heading is
Code:
<?php
/**
* googlefroogle.php
*
* @package google froogle
* @copyright Copyright 2007 Numinix Technology http://www.numinix.com
* @copyright Portions Copyright 2003-2006 Zen Cart Development Team
* @copyright Portions Copyright 2003 osCommerce
* @license http://www.zen-cart.com/license/2_0.txt GNU Public License V2.0
* @version $Id: googlefroogle.php 57 2011-05-17 00:35:31Z numinix $
*/
and around line 227 I have
Code:
<?php //todo use this to change default and remove configuration switch ?>
<div title="<?php echo TEXT_FEED_SORT_TITLE . GOOGLE_PRODUCTS_FEED_SORT; ?>"><b><?php echo TEXT_FEED_ORDER_BY; ?></b>
<label><?php echo TEXT_FEED_ID . zen_draw_radio_field('feed_sort', 'id', GOOGLE_PRODUCTS_FEED_SORT === 'ID'); ?></label>
<label><?php echo TEXT_FEED_MODEL . zen_draw_radio_field('feed_sort', 'model', GOOGLE_PRODUCTS_FEED_SORT === 'Model'); ?></label>
<label><?php echo TEXT_FEED_NAME . zen_draw_radio_field('feed_sort', 'name', GOOGLE_PRODUCTS_FEED_SORT === 'Name'); ?></label>
</div>
Bookmarks