<?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 #6281 / Delete Item from Cart did not clear base_shipping_</title>
        <link>http://www.magentocommerce.com/bug-tracking/issue?issue=2637</link>
        <description><![CDATA[<strong>Posted:</strong> 2008-08-05 11:06:12<br/><strong>Category:</strong> Orders<br/><strong>Version:</strong> 1.1.1<br/><strong>Priority:</strong> urgent<br/><strong>Status:</strong> resolved<br/><strong>Reported By:</strong> <a href="http://www.magentocommerce.com/boards/member/27791/">oxygen</a></strong><br/><br/>When I delete an item (simple product with shipping charge) from the shopping cart, the base_shipping_amount in the sales_flat_quote_address table was not cleared.<br />
<br />
This was OK before Virtual Product was introduced in 1.1.1.<br />
<br />
If I subsequently add a Virtual Product in the cart and check out via Paypal, the onepage checkout performs OK. The problem is, the previous base_shipping_amount was sent to Paypal as well. Therefore, in Paypal payment page, you have the virtual product (no shipping) PLUS the shipping charge of the already deleted item.<br/><br/><hr/>]]></description>
    </item>
    
                    <item>
        <title>RE: Delete Item from Cart did not clear base_shipping_</title>
        <description><![CDATA[<em>#1 / Comment by <a href="http://www.magentocommerce.com/boards/member/27791/">oxygen</a></em><br/><br/>I solved the bug by adding a check in the function removeItems().<br />
If the cart is empty after removing item, then clear the base_shipping_amount.]]></description>
    </item>
        </channel>
</rss>