Magento Expert Forum - Improve your Magento experience

Results 1 to 4 of 4

How do i edit the “Account” button in Magento?

  1. #1
    New member
    Join Date
    Jul 2014
    Posts
    1
    Thanks
    0
    Thanked 0 Times in 0 Posts

  2. #2
    Administrator david's Avatar
    Join Date
    Nov 2012
    Posts
    261
    Thanks
    22
    Thanked 42 Times in 34 Posts

    Default

    You just need to turn on the magento template hints and then you will know where it is and how to edit http://magentoexpertforum.com/showth...nts-in-magento

    Please tell me here if you still don't know how to do.

  3. #3
    New member
    Join Date
    Jul 2014
    Posts
    7
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default

    Thanks to share information that will be helpful....

  4. #4
    Junior Member balwant's Avatar
    Join Date
    Jul 2014
    Posts
    107
    Thanks
    1
    Thanked 5 Times in 5 Posts

    Default

    Just Follow these :
    navigate to your theme's app layout directory, for example;- root/app/design/frontend/base/default/layout

    The top links are declared as a position in the template in the xml and can be added to by the different extensions. The account link is defined in customer.xml. If you search that file for "top.links" you will find it;

    <!-- Mage_Customer -->
    <reference name="top.links">
    <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>
    </reference>

    After modification , you will need to flush your cache for the changes to take effect.

    if you have any query feel free to ask me

    Regards

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •