thegame123 Posted March 27, 2014 Share Posted March 27, 2014 Hi I would like to know if it is possible to add and remove options in the my account section for customers? There are a few of the standard options such as my credit slips and would like to add links to hidden pages/forms etc. I have searched but cannot find anything so a step by step guide or links to any tutorials would be a great help. Thanks Link to comment Share on other sites More sharing options...
mbp Posted April 1, 2014 Share Posted April 1, 2014 (edited) edit my-account.tpl in theme dir. Around line 44: Change from: <li><a href="{$link->getPageLink('order-slip', true)|escape:'html'}" title="{l s='Credit slips'}"><img src="{$img_dir}icon/slip.gif" alt="{l s='Credit slips'}" class="icon" /> {l s='My credit slips'}</a></li> to: <!--<li><a href="{$link->getPageLink('order-slip', true)|escape:'html'}" title="{l s='Credit slips'}"><img src="{$img_dir}icon/slip.gif" alt="{l s='Credit slips'}" class="icon" /> {l s='My credit slips'}</a></li>--> // Regards MBP Edited April 1, 2014 by mbp (see edit history) Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now