this module works really well - thanks so much! One problem I found is Google rejected the feed due to a missing ID element. This is a required field. Here is what it said after processing my XML feed:
Missing required attribute: id
I got around this by simply adding the ID field to the "uc_website_xml.module" file and populating it using the model number. Here is the code I added (after line 417):
$output .= "<".$gg."id>" . check_plain($product->model) . "</".$gg."id>\n";
If this could be added to any future release that would be great. One other feature request is the module uses the node ID as the URL. Can this be changed to use the URL alias instead? So instead of this:
<link>http://mysite.com/node/120</link>
It shows as this:
<link>http://mysite.com/my-product-name</link>
thanks
Jason
