how to add shopping cart url under top links in magento through customer.xml
        Posted  
        
            by Ela
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by Ela
        
        
        
        Published on 2010-04-22T10:24:20Z
        Indexed on 
            2010/04/22
            12:53 UTC
        
        
        Read the original article
        Hit count: 594
        
magento
I tried a lot to add shopping cart url in magento
please show me how to add shopping cart url under top links in magento through customer.xml
i did in this way.
<default>
        <!-- Mage_Customer -->
        <reference name="top.links">
            <action method="addLink" translate="label title" module="checkout"><label>Shopping Cart</label><url helper="checkout/getShoppingCartUrl"/><title>Shopping Cart</title><prepare/><urlParams/><position>10</position></action>
        </reference>
    </default>
        © Stack Overflow or respective owner