Jump to content

When customer logged in, option "More ..." should be My Account


Recommended Posts

Noticed that when a customer is logged in, a menu box opens and several options are offered like profile, orders, etc and one called "More ...". When you click on it, you actually get a page with all the options displayed so really this should be called "My Account".

Looks like an error to me.

I therefore made the following changes in skins/my-skin-name/templates/box.session.php

I replaced <li class="text-left"><a href="{$STORE_URL}/index.php?_a=account" title="{$LANG.account.your_account}">{$LANG.common.more}&hellip;</a></li>

with <li class="text-left"><a href="{$STORE_URL}/index.php?_a=account" title="{$LANG.account.your_account}">{$LANG.account.my_account}</a></li>

and moved it just under

<ul id="session" data-dropdown-content class="f-dropdown"> so that this is the first option now listed.
 

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...