<?xml version="1.0" encoding="utf-8"?><rss version="2.0"
    xmlns:dc="http://purl.org/dc/elements/1.1/"
    xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
    xmlns:admin="http://webns.net/mvcb/"
    xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
    xmlns:content="http://purl.org/rss/1.0/modules/content/">
    <channel>
    <title>Magento Issue Tracking</title>
    <link>http://www.magentocommerce.com/bug-tracking/</link>
    <description></description>
    <dc:language>en</dc:language>
    <dc:creator>MagentoCommerce</dc:creator>
    <dc:rights>Copyright {gmt_date format="%Y"}</dc:rights>
    <dc:date>{gmt_date format="%Y-%m-%dT%H:%i:%s%Q"}</dc:date>
    <admin:generatorAgent rdf:resource="http://expressionengine.com/" />
        <item>
        <title>View Issue #28675 / Cant save comment in wishlist</title>
        <link>http://www.magentocommerce.com/bug-tracking/issue?issue=14681</link>
        <description><![CDATA[<strong>Posted:</strong> 2013-01-29 01:59:59<br/><strong>Category:</strong> Wishlist<br/><strong>Version:</strong> 1.7.0.2<br/><strong>Priority:</strong> urgent<br/><strong>Status:</strong> new<br/><strong>Reported By:</strong> <a href="http://www.magentocommerce.com/boards/member/26759622/">charlyn</a></strong><br/><br/>I have installed magento store version 1.7.0.2 . It works well but when i put comment in each product  in the wishlist, it does not save at all.  How should i fixed it?<br/><br/><hr/>]]></description>
    </item>
    
                    <item>
        <title>RE: Cant save comment in wishlist</title>
        <description><![CDATA[<em>#1 / Comment by <a href="http://www.magentocommerce.com/boards/member/26760812/">napsters</a></em><br/><br/>Hi,<br />
<br />
QuickFIX<br />
<br />
1) Open your FTP go to;<br />
/web/app/design/frontend/default/your theme/template/wishlist/view.phtml<br />
<br />
2) Open file view.phtml<br />
<br />
3) Search for;<br />
&lt;td&gt;&lt;textarea name=&quot;description[&lt;?php echo $item-&gt;getWishlistItemId() ?&gt;]&quot; rows=&quot;3&quot; cols=&quot;5&quot; onfocus=&quot;focusComment(this)&quot; onblur=&quot;focusComment(this)&quot; title=&quot;&lt;?php echo $this-&gt;__('Comment') ?&gt;&quot;&gt;&lt;?php echo $this-&gt;getCommentValue($item); ?&gt;&lt;/textarea&gt;&lt;/td&gt;<br />
<br />
Comment out that code and replace with this;<br />
<br />
&lt;td&gt;&lt;textarea name=&quot;description[&lt;?php echo $item-&gt;getWishlistItemId() ?&gt;]&quot; rows=&quot;3&quot; cols=&quot;5&quot; onfocus=&quot;focusComment(this)&quot; onblur=&quot;focusComment(this)&quot; title=&quot;&lt;?php echo $this-&gt;__('Comment') ?&gt;&quot;&gt;&lt;?php echo $this-&gt;getCommentValue($item); ?&gt;&lt;/textarea&gt;<br />
&lt;br&gt;<br />
&lt;strong&gt;&lt;?php echo $this-&gt;__('Latest Comment: ') ?&gt;&lt;?php echo $this-&gt;getEscapedDescription($item) ?&gt;&lt;/strong&gt;&lt;/td&gt;]]></description>
    </item>
            <item>
        <title>RE: Cant save comment in wishlist</title>
        <description><![CDATA[<em>#2 / Comment by Magento Team</em><br/><br/>Hello charlyn,<br />
<br />
We cannot reproduce this issue. Please provide more details.<br />
Did you click on &quot;Update Wishlist&quot; button in order to save changes? <br />
<br />
Thank you.]]></description>
    </item>
        </channel>
</rss>