Remove option in Profile Details

I would like to remove the option when a customer goes to their account and click on Profile Details. I want to remove the option to choose Account Type. I will handle that on the back end. Any ideas on what I need to do to remove that. I would appreciate any help.

Does anyone have an idea on how I can do this.



Thank you.

[quote name=‘aromazona’]I would like to remove the option when a customer goes to their account and click on Profile Details. I want to remove the option to choose Account Type. I will handle that on the back end. Any ideas on what I need to do to remove that. I would appreciate any help.[/QUOTE]



I would like to know how to do this as well.

I’m just guessing because I don’t use different accout types, but in:



skins/your-skin/customer/profiles_pages/profiles.tpl



change:


{include file="profiles_pages/profiles_account.tpl"}



To:


{*{include file="profiles_pages/profiles_account.tpl"}*}



Or just remove this line of code.



Don’t forget to backup first.



Brandon