X-Cart: shopping cart software

X-Cart forums (https://forum.x-cart.com/index.php)
-   Changing design (https://forum.x-cart.com/forumdisplay.php?f=51)
-   -   authbox.tpl (https://forum.x-cart.com/showthread.php?t=39055)

seaCOAST 04-13-2008 05:07 PM

authbox.tpl
 
I'm trying to find the code to disable "Delete Profile" for customers. Where can I find this?

Thanks.

carpeperdiem 04-13-2008 05:17 PM

Re: authbox.tpl
 
did you use webmaster mode?

I found it in 2 seconds.

/skin1/customer/menu_cart.tpl

Yurij 04-14-2008 12:32 AM

Re: authbox.tpl
 
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} 


seaCOAST 04-14-2008 03:03 PM

Re: authbox.tpl
 
Quote:

Originally Posted by carpeperdiem
did you use webmaster mode?

I found it in 2 seconds.

/skin1/customer/menu_cart.tpl



ugh...thanks guys.


All times are GMT -8. The time now is 03:31 PM.

Powered by vBulletin Version 3.5.4
Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.