Totally Zenned
- Join Date:
- Jul 2007
- Posts:
- 2,179
- Plugin Contributions:
- 2
Google Base Feeder Support Thread [OLD]
numinix:
Untrue, if you install Auction Site Attributes you can set it manually. That module is no longer being developed though and will be replaced by something less invasive as it currently overwrites a lot of files in the admin. Once we have a better solution it will be released publicly.
if (GOOGLE_BASE_ASA == 'true' && $products->fields['products_condition'] != '') {
$content["condition"] = '<g:condition>' . $products->fields['products_condition'] . '</g:condition>';
} else {
$content["condition"] = '<g:condition>' . GOOGLE_FROOGLE_CONDITION . '</g:condition>';
}
Thanks for clearing that up numinix I didn't realize that you could use that for this. Sorry for miss leading people.