Link to home
Start Free TrialLog in
Avatar of rafique12
rafique12

asked on

Move Magento toplinks

Hi guys, I've implemented a mini cart into the header right side bar on my Magento website.
However, I now have a problem with toplinks activating the dropdown mini-cart when its clicked!

There are three links at the top: My account | My wishlist | My cart

For some reason when either of these links are clicked the activate the mini cart dropdown.
Is there a way for me to separate these links?

I would very much appreciate some advice on this one please....

Here's the code from xml file:

<reference name="header">
		
		<block type="page/template_links" name="top.links.custom" as="topLinksCustom">
			
			<block type="wishlist/links" name="wishlist_link"/>
            <action method="addLinkBlock"><blockName>wishlist_link</blockName></action>
			
			<block type="checkout/links" name="checkout_cart_link">
                <action method="addCartLink"></action>
                <!--
				<action method="addCheckoutLink"></action>
				-->
            </block>
			<action method="addLink" translate="label title" module="customer"><label>My Account</label><url helper="customer/getAccountUrl"/><title>My Account</title><prepare/><urlParams/><position>10</position></action>
		</block>
		
		<block type="directory/currency" name="top_currency" template="directory/currency.phtml"/>
		<block type="core/template" name="top.search" as="topSearch" template="catalogsearch/form.mini.phtml"/>
		
		<reference name="top.bar">
            <action method="unsetChild"><alias>topSearch</alias></action>
        </reference>

		</reference>

Open in new window

Avatar of NetExpert_pl
NetExpert_pl
Flag of Poland image

Could you give a link to a test site instead of the code please?
Avatar of rafique12
rafique12

ASKER

Sorry, I have it setup on my local host... Maybe a screen share?
ASKER CERTIFIED SOLUTION
Avatar of rafique12
rafique12

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
That's great. Remember to close the question.
Thanks