My Magento RSS feed is at http://www.crookedmonkey.com/rss/catalog/category/cid/3/store_id/1/
Apart from the Feeds displayed there i need following XML tags to be added to that feed
<price> <productid> ( SKU ) <url> <name> and <image>
Is this possible to change, where should i do those changes, which page, doest mangento allows it
Shall i add something to /public_html/app/design/frontend/MY Folder /default/layout/rss.xml
I changed category.php in /public_html/app/code/core/Mage/Rss/Block/Catalog TO
$data = array(
'title' => $product->getName(),
'link' => $product->getProductUrl(),
'description' => $description,
'name' => $product->getName(),
);
but it doesnt show NAME xml TAG