Jump to content

Adding/Removing Options in My Account


Recommended Posts

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

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 by mbp (see edit history)
Link to comment
Share on other sites

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...