Apologies for all the posts. I've done a quick hack to fix my problem with the missing condition attribute. Would appreciate it if someone could let me know what i might be doing wrong for the attribute not to appear in the first place.
Hack is:
/*Comment out this line*/
/*$content["condition"] = (GOOGLE_BASE_ASA == 'true' ? ($products->fields['products_condition'] != '' ? '<g:condition>' . $products->fields['products_condition'] . '</g:condition>' : '<g:condition>' . GOOGLE_FROOGLE_CONDITION . '</g:condition>') : '');*/
/*Quick hack to get this working for now..*/
$content["condition"] = '<g:condition>' . 'new' . '</g:condition>';
file is googlefroogle.php



