Quote:
Originally Posted by seaCOAST
I'm trying to find the code to disable "Delete Profile" for customers. Where can I find this?
Thanks.
|
file "skin1/customer/menu_cart.tpl"
PHP Code:
{if $anonymous_login eq "" && $login ne ""}
<a href="register.php?mode=update" class="VertMenuItems">{$lng.lbl_modify_profile}</a><br />
<a href="register.php?mode=delete" class="VertMenuItems">{$lng.lbl_delete_profile}</a><br />
{/if}