
Originally Posted by
blakdeth77
Actually to clarify about my s/w. I have never installed the Base Feeder before so it's a new install. I am using ZC v1.3.8a, and installed google base feeder 1.7.1 . I found on the first post in this thread that MPN was added, but I cannot find that in my Base Feeder Configuration.

MPN isn't an option, it is automatically included in the feed as it is a requirement by Google Base. Remember, viewing the feed in a browser is different than viewing the feed in an xml editor as in a browser only elements that are defined will show up. g:mpn is not a standard element, therefore the browser ignored this element.
See line 271 to 273 of v1.7.3a:
PHP Code:
if ($products->fields['products_model'] != '') {
$content["mpn"] = '<g:mpn>' . $google_base->google_base_sanita($products->fields['products_model'], true) . '</g:mpn>';
}