Я много пытался добавить URL корзины покупок в magento
, пожалуйста, покажите мне, как добавить URL корзины покупок в верхние ссылки в magento через customer.xml
.
<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>